StoragePoliciesComplianceVMInfo
Provides the compliance details of a virtual machine and its associated entities which match the given compliance statuses.
Properties
disks
Required
A Map of virtual disks and their compliance status If empty, the virtual machine does not have any disks or its disks are not associated with a storage policy. When clients pass a value of this structure as a parameter, the key in the field map must be an identifier for the resource type: com.vmware.vcenter.vm.hardware.Disk. When operations return a value of this structure as a result, the key in the field map will be an identifier for the resource type: com.vmware.vcenter.vm.hardware.Disk.
vm_home
Optional
Compliance status of the virtual machine home. If unset or empty, virtual machine home is not associated with a storage policy.
JSON Example
{
"disks": "enum"
}