VmHardwareDiskStoragePolicySpec

The Disk.StoragePolicySpec structure contains information about the storage policy be associated with a VMDK file.


Properties

string
policy Required

Identifier of the storage policy which should be associated with the VMDK file. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.vcenter.StoragePolicy. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.vcenter.StoragePolicy.

JSON Example

{
	"policy": "string"
}

Feedback

Was this page helpful?