NamespaceManagementVirtualMachineClassesInstanceStorage
The VirtualMachineClasses.InstanceStorage structure encapsulates information about storage policy and instance storage volumes.
Properties
string
policy
Required
Policy corresponding to the instance storage. To use VM class with instance storage, this policy should also be associated with Supervisor namespace. See com.vmware.vcenter.namespaces.Instances.StorageSpec. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: SpsStorageProfile. When operations return a value of this structure as a result, the field will be an identifier for the resource type: SpsStorageProfile.
volumes
Required
List of instance storage volumes. At least one volume is required when configuring a VM class with instance storage.
JSON Example
{
"policy": "string",
"volumes": [
{
"size": 0
}
]
}