VmTemplateLibraryItemsVmHomeStorageInfo

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


Properties

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.

JSON Example

{
	"datastore": "string"
}

Feedback

Was this page helpful?