Data Object - PbmRollupComplianceResult(pbm.compliance.RollupComplianceResult)

Returned by
PbmCheckRollupCompliance, PbmFetchRollupComplianceResult
Extends
DynamicData
See also
PbmComplianceResult, PbmServerObjectRef

Data Object Description

The PbmRollupComplianceResult data object identifies the virtual machine for which rollup compliance was checked, and it contains the overall status and a list of compliance result objects.

Properties

Name Type Description
entityPbmServerObjectRef

Virtual machine for which the rollup compliance was checked.
oldestCheckTimexsd:dateTime

Indicates the earliest time that compliance was checked for any of the entities in the rollup compliance check. The compliance check time for a single entity is represented in the PbmComplianceResult.checkTime property. If the checkTime property is unset for any of the objects in the results array, the oldestCheckTime property will be unset.
overallComplianceStatusxsd:string

Overall compliance status of the virtual machine and its virtual disks. overallComplianceStatus is a string value that corresponds to one of the PbmComplianceResult.complianceStatus values.

The overall compliance status is determined by the following rules:

  • If all the entities are compliant, the overall status is compliant.
  • If any entity is nonCompliant then the overall status is nonCompliant.
  • If any complianceStatus is unknown then the overall status is unknown.

profileMismatchxsd:boolean

True if and only if PbmComplianceResult.mismatch is true for at least one entity in the rollup compliance check.
result*PbmComplianceResult[]

Individual compliance results that make up the rollup.
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition