Data Object - ComplianceResult(vim.profile.ComplianceResult)

Returned by
CheckCompliance_Task, CheckProfileCompliance_Task, QueryComplianceStatus
Extends
DynamicData
See also
ComplianceFailure, ManagedEntity, Profile
Since
vSphere API 4.0

Data Object Description

DataObject representing the result from a ComplianceCheck

Properties

Name Type Description
checkTime*xsd:dateTime

Time at which compliance check was last run on the entity
complianceStatusxsd:string

Indicates the compliance status of the entity. See
entity*ManagedObjectReference
to a ManagedEntity

Entity on which the compliance check was carried out. Entity can be a Cluster, Host and so on.
failure*ComplianceFailure[]

If complianceStatus is non-compliant, failure will contain additional information about the compliance errors.
profile*ManagedObjectReference
to a Profile

Profile for which the ComplianceResult applies
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition