VmTemplate_LibraryItems_DiskStorageInfo

VmTemplate_LibraryItems_DiskStorageInfo
VmTemplate_LibraryItems_DiskStorageInfo

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

JSON Example
{
    "datastore": "string",
    "storage_policy": "string"
}
string
datastore
Required

Identifier of the datastore where the disk is stored. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: Datastore. When operations return a value of this structure as a result, the field will be an identifier for the resource type: Datastore.

string
storage_policy
Optional

Identifier of the storage policy associated with the virtual disk. If unset, the virtual disk does not have a storage policy associated with it. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.spbm.StorageProfile. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.spbm.StorageProfile.