VmTemplate_LibraryItems_VmHomeStorageInfo

VmTemplate_LibraryItems_VmHomeStorageInfo
VmTemplate_LibraryItems_VmHomeStorageInfo

The LibraryItems.VmHomeStorageInfo structure contains storage information about the virtual machine template's configuration and log files.

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

Identifier of the datastore where the virtual machine template's configuration and log files are 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 machine template's configuration and log files. If unset, the virtual machine template's configuration and log files do not have a storage policy associated with them. 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.