VmTemplate_LibraryItems_DiskInfo

VmTemplate_LibraryItems_DiskInfo
VmTemplate_LibraryItems_DiskInfo

The LibraryItems.DiskInfo structure contains information about the virtual machine template's virtual disk.

JSON Example
{
    "capacity": 0,
    "disk_storage": {
        "datastore": "string",
        "storage_policy": "string"
    }
}
integer As int64
capacity
Optional

Capacity of the virtual disk in bytes. This field will be unset if the virtual disk is inaccessible.

disk_storage
Required

The LibraryItems.DiskStorageInfo structure contains storage related information about a virtual machine template's virtual disk.