Storage_Policies_Compliance_VM_Info

Storage_Policies_Compliance_VM_Info
Storage_Policies_Compliance_VM_Info

Provides the compliance details of a virtual machine and its associated entities which match the given compliance statuses.

JSON Example
{
    "vm_home": "string",
    "disks": {
        "disks": "string"
    }
}
vm_home
Optional

The {@Status} enumerated type defines he valid compliance status values for a virtual machine or virtual disk.
COMPLIANT : The virtual machine or virtual disk is in compliance.
NON_COMPLIANT : The virtual machine or virtual disk is in not in compliance.
UNKNOWN_COMPLIANCE : Compliance status of the virtual machine or virtual disk is not known.
NOT_APPLICABLE : Compliance computation is not applicable for this virtual machine or disk because it does not have any storage requirement that apply to the object-based datastore on which the entity is placed.
OUT_OF_DATE : Compliance status becomes out of date when the profile associated with the virtual machine or disk is edited and not applied. The compliance status will remain out of date until the latest policy is applied.

object
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.