Package | Description |
---|---|
com.vmware.esx.settings.clusters.software.reports |
The
com.vmware.esx.settings.clusters.software.reports package provides
interfaces to manage reports pertaining to the desired state software for a
cluster of ESXi hosts. |
Modifier and Type | Method and Description |
---|---|
CheckResult.Builder |
CheckResult.Builder.setCommit(java.lang.String commit)
Spec Identifier of the desired configuration on which the HCL scan is performed
to generate this result, populated by the HCL validation.
|
CheckResult.Builder |
CheckResult.Builder.setPciDeviceCompliance(PciDeviceCompliance pciDeviceCompliance)
Compliance result for the Pci Devices that are present in all hosts of the
cluster.
|
CheckResult.Builder |
CheckResult.Builder.setStorageDeviceCompliance(StorageDeviceCompliance storageDeviceCompliance)
Compliance result for storage devices in all the hosts of the cluster.
|
CheckResult.Builder |
CheckResult.Builder.setUpdatedSinceLastCheck(java.lang.Boolean updatedSinceLastCheck)
Flag to indicate if there were any hardware compatibility overrides were
performed after the last check method.
|
CheckResult.Builder |
CheckResult.Builder.setvSanDataOnly(java.lang.Boolean vSanDataOnly)
HCL Validation Computed only for vSAN Clusters.
|