vcenter vm template library items: disk storage info

The disk_storage_info structure contains storage related information about a virtual machine template's virtual disk. 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 disk is 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 disk. Warning: This attribute is available as technical preview. It may be changed in a future release.

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