VmTemplateLibraryItemsVmHomeStorageInfo
The LibraryItems.VmHomeStorageInfo structure contains storage information about the virtual machine template’s configuration and log files.
Properties
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.
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.
JSON Example
{
"datastore": "string"
}