vcenter vm template library items: vm home storage info

The vm_home_storage_info structure contains storage information about the virtual machine template's configuration and log files. Warning: This structure is available as technical preview. It may be changed in a future release.

Representation:

{
    "datastore""obj-103",
    "storage_policy""obj-103"
}

Attributes:

Name Type Description
Required
datastore string Identifier of the datastore where the virtual machine template's configuration and log files are stored. Warning: This attribute is available as technical preview. It may be changed in a future release.

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.

Optional
storage_policy string Identifier of the storage policy associated with the virtual machine template's configuration and log files. Warning: This attribute is available as technical preview. It may be changed in a future release.

Optional. 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.