HypervisorStorageRecordExtendedDetail Data Type

Properties
name data type constraints description
hvManager NameAndGuid  
guid string  
uuid string  
hvmType HypervisorManagerType  
name string  
hvmStrategy VmExportImportMode  
storagePoolName string  
totalUsedSpace number  
totalAvailableSpace number  
hypervisor NameAndGuid  
clusters array of NameAndGuid  
projects array of NameAndGuid  
visibleForAllProjects boolean required
type UnderlyingStorageType  
storagePool StoragePoolListRecord  
storageProvider NameAndGuid  

Example

{
  "hvManager" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "guid" : "...",
  "uuid" : "...",
  "hvmType" : "GCP",
  "name" : "...",
  "hvmStrategy" : "DISK_IMAGE_TRANSFER",
  "storagePoolName" : "...",
  "totalUsedSpace" : 12345,
  "totalAvailableSpace" : 12345,
  "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,
  "type" : "OPENNEBULA_BACKUP_DS",
  "storagePool" : {
    "guid" : "...",
    "uuid" : "...",
    "name" : "...",
    "storageProvider" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "size" : 12345,
    "usedSpace" : 12345
  },
  "storageProvider" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  }
}