VmTemplate_LibraryItems_DeploySpecDiskStoragePolicy

VmTemplate_LibraryItems_DeploySpecDiskStoragePolicy
VmTemplate_LibraryItems_DeploySpecDiskStoragePolicy

The LibraryItems.DeploySpecDiskStoragePolicy structure describes the storage policy specification for the deployed virtual machine's disks.

JSON Example
{
    "type": "string",
    "policy": "string"
}
type
Required

Policy type for the deployed virtual machine's disk.
USE_SPECIFIED_POLICY : Use the specified policy.
USE_SOURCE_POLICY : Use the storage policy that is associated with the corresponding disk in the source virtual machine template.

string
policy
Optional

Identifier of the storage policy to use. This field is optional and it is only relevant when the value of LibraryItems.DeploySpecDiskStoragePolicy.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.