StoragePoliciesVMInfo
The VM.Info structure contains information about a virtual machine and its virtual disks that are associated with the given storage policy.
Properties
array of
string
disks
Required
List of the virtual disks that are associated with the given storage policy. When clients pass a value of this structure as a parameter, the field must contain identifiers for the resource type: com.vmware.vcenter.vm.hardware.Disk. When operations return a value of this structure as a result, the field will contain identifiers for the resource type: com.vmware.vcenter.vm.hardware.Disk.
boolean
vm_home
Required
Flag to indicate whether or not the virtual machine home is associated with the given storage policy.
JSON Example
{
"disks": [
"string"
],
"vm_home": false
}