Storage_Policies_VM_Info
The VM.Info structure contains information about a virtual machine and its virtual disks that are associated with the given storage policy.
{
"vm_home": false,
"disks": [
"string"
]
}
Flag to indicate whether or not the virtual machine home is associated with the given storage policy.
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.