HypervisorStorageForRestoreListRecord Data Type

Properties
name data type constraints description
guid string  
uuid string  
name string  
storagePoolName string  
type UnderlyingStorageType  
hypervisor NameAndGuid  
clusters array of NameAndGuid  
projects array of NameAndGuid  
visibleForAllProjects boolean required

Example

{
  "guid" : "...",
  "uuid" : "...",
  "name" : "...",
  "storagePoolName" : "...",
  "type" : "LOCAL",
  "hypervisor" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "clusters" : [ {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  }, {
    "guid" : "...",
    "name" : "..."
  } ],
  "projects" : [ {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  }, {
    "guid" : "...",
    "name" : "..."
  } ],
  "visibleForAllProjects" : true
}