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 | Field and Description |
---|---|
static ComplianceStatus |
ComplianceStatus.COMPATIBLE
Target hardware is compliant with VMware Compatibility Guide (VCG)
|
static ComplianceStatus |
ComplianceStatus.HCL_DATA_UNAVAILABLE
HCL data can not be fetched to validate cluster hardware.
|
static ComplianceStatus |
ComplianceStatus.INCOMPATIBLE
Target hardware is not (recognizably) compliant with VMware Compatibility Guide
(VCG)
|
static ComplianceStatus |
ComplianceStatus.NO_FIRMWARE_PROVIDER
No Firmware HSM present in Software Spec to get Firmware Details
HardwareSupportPackageInfo class |
static ComplianceStatus |
ComplianceStatus.UNAVAILABLE
Target hardware compliance with VMware Compatibility Guide (VCG) cannot be
determined.
|
Modifier and Type | Method and Description |
---|---|
ComplianceStatus |
CheckResult.getStatus()
Overall compliance status of Cluster with respective to all hosts in the
cluster.
|
ComplianceStatus |
PciDeviceCompliance.getStatus()
Over all Compliance status of PCI Devices in Cluster with respective to all
hosts in the cluster.
|
ComplianceStatus |
PciDeviceComplianceInfo.getStatus()
High-level compliance status of the device.
|
ComplianceStatus |
StorageDeviceCompatibility.getStatus()
Compliance status of the storage device, when computed based on this VMware
Compatibility Guide (VCG) listing.
|
ComplianceStatus |
StorageDeviceCompliance.getStatus()
Overall compliance status of storage devices in the cluster with respect to all
hosts in the cluster.
|
ComplianceStatus |
StorageDeviceComplianceInfo.getStatus()
Compliance status of the storage device.
|
static ComplianceStatus |
ComplianceStatus.valueOf(java.lang.String name)
Returns the enumeration constant for the specified name.
|
static ComplianceStatus[] |
ComplianceStatus.values()
Retrieve all enumeration constants pre-defined by this enumeration class.
|
Modifier and Type | Method and Description |
---|---|
void |
CheckResult.setStatus(ComplianceStatus status)
Overall compliance status of Cluster with respective to all hosts in the
cluster.
|
void |
PciDeviceCompliance.setStatus(ComplianceStatus status)
Over all Compliance status of PCI Devices in Cluster with respective to all
hosts in the cluster.
|
void |
PciDeviceComplianceInfo.setStatus(ComplianceStatus status)
High-level compliance status of the device.
|
void |
StorageDeviceCompatibility.setStatus(ComplianceStatus status)
Compliance status of the storage device, when computed based on this VMware
Compatibility Guide (VCG) listing.
|
void |
StorageDeviceCompliance.setStatus(ComplianceStatus status)
Overall compliance status of storage devices in the cluster with respect to all
hosts in the cluster.
|
void |
StorageDeviceComplianceInfo.setStatus(ComplianceStatus status)
Compliance status of the storage device.
|
Constructor and Description |
---|
Builder(ComplianceStatus status,
java.util.Calendar scanTime,
java.lang.String baseImageVersion,
Notifications notifications,
LocalizableMessage note)
Constructor with parameters for the required properties of
CheckResult . |
Builder(ComplianceStatus status,
java.util.List<PciDeviceComplianceInfo> compatibleDevices,
java.util.List<PciDeviceComplianceInfo> incompatibleDevices,
java.util.List<PciDeviceComplianceInfo> incompatibleDriverFirmware)
Constructor with parameters for the required properties of
PciDeviceCompliance . |
Builder(ComplianceStatus status,
java.util.List<StorageDeviceComplianceInfo> compatibleDevices,
java.util.List<StorageDeviceComplianceInfo> incompatibleDevices,
java.util.List<StorageDeviceComplianceInfo> unknownDevices)
Constructor with parameters for the required properties of
StorageDeviceCompliance . |
Builder(ComplianceStatus status,
PciDevice device,
java.util.List<java.lang.String> compatibleVersions,
java.util.Map<java.lang.String,HostInfo> hostInfo,
DriverFirmwareVersion target,
java.util.List<DriverFirmwareVersion> supported)
Constructor with parameters for the required properties of
PciDeviceComplianceInfo . |
Builder(ComplianceStatus status,
java.lang.String vcgProduct,
java.lang.String model,
java.lang.String partner,
java.net.URI compatibilityGuideLink,
boolean usedForCompliance,
boolean userSelected)
Constructor with parameters for the required properties of
StorageDeviceCompatibility . |
Builder(StorageDeviceInfo storageDeviceInfo,
ComplianceStatus status,
ComplianceStatusDetail detail,
java.util.Map<java.lang.String,HostInfo> hostInfo,
java.util.List<StorageDeviceCompatibility> matches,
boolean usedByVsan)
Constructor with parameters for the required properties of
StorageDeviceComplianceInfo . |