VmTemplateLibraryItemsCreateSpecDiskStoragePolicy

The LibraryItems.CreateSpecDiskStoragePolicy structure defines the storage policy specification for a virtual machine template’s disks.


Properties

string
policy Optional

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


type Required

Policy type for a virtual machine template’s disk.
USE_SPECIFIED_POLICY : Use the specified policy.

Possible values are: USE_SPECIFIED_POLICY

JSON Example

{
	"type": "USE_SPECIFIED_POLICY"
}

Feedback

Was this page helpful?