VmTemplateLibraryItemsDeploySpecVmHomeStoragePolicy
The LibraryItems.DeploySpecVmHomeStoragePolicy structure defines the storage policy specification for the deployed virtual machine’s configuration and log files.
Properties
Identifier for the storage policy to use. This field is optional and it is only relevant when the value of LibraryItems.DeploySpecVmHomeStoragePolicy.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.
Policy type for the deployed virtual machine’s configuration and log files.
USE_SPECIFIED_POLICY : Use the specified policy.
USE_SOURCE_POLICY : Use the storage policy that is associated with the source virtual machine template’s configuration and log files.
Possible values are: USE_SPECIFIED_POLICY , USE_SOURCE_POLICY
JSON Example
{
"type": "USE_SPECIFIED_POLICY"
}