vcenter vm template library items: create spec disk storage policy

The create_spec_disk_storage_policy structure defines the storage policy specification for a virtual machine template's disks. Warning: This structure is available as technical preview. It may be changed in a future release.

Representation:

{
    "policy""obj-103",
    "type""USE_SPECIFIED_POLICY"
}

Attributes:

Name Type Description
Required
type string Policy type to be used when creating a virtual machine template's disk. Warning: This attribute is available as technical preview. It may be changed in a future release.

Policy type for a virtual machine template's disk. Warning: This enumeration is available as technical preview. It may be changed in a future release. Value is one of:
USE_SPECIFIED_POLICY: Use the specified policy. Warning: This constant is available as technical preview. It may be changed in a future release.

Optional
policy string Identifier for the storage policy to use. Warning: This attribute is available as technical preview. It may be changed in a future release.

Optional. It is only relevant when type has value USE_SPECIFIED_POLICY. This field is optional and it is only relevant when the value of type is USE_SPECIFIED_POLICY.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.