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 ComplianceStatusDetail |
ComplianceStatusDetail.CERTIFIED
Hardware is specifically certified for target vSphere version according to the
VCG/HCL.
|
static ComplianceStatusDetail |
ComplianceStatusDetail.FIRMWARE_VERSION_UNKNOWN
No firmware version information is available (for example no Hardware Support
Manager, HSM, configured in the cluster's Software Spec to get Firmware Details
HardwareSupportPackageInfo class or the system
failed to retrieve the current firmware version of a device using the specified
HSM. |
static ComplianceStatusDetail |
ComplianceStatusDetail.HCL_DATA_UNAVAILABLE
HCL data can not be fetched to validate cluster hardware.
|
static ComplianceStatusDetail |
ComplianceStatusDetail.HOSTS_UNAVAILABLE
Hosts in cluster are not available to validate cluster hardware.
|
static ComplianceStatusDetail |
ComplianceStatusDetail.MUTED
When a user requests a non-compliance or HCL compliance unavailable warning to
be suppressed.
|
static ComplianceStatusDetail |
ComplianceStatusDetail.NOT_CERTIFIED
Hardware is specifically not certified for target vSphere version according to
the VCG/HCL.
|
static ComplianceStatusDetail |
ComplianceStatusDetail.UNKNOWN
When given hardware may be certified for a release but its status can't be
definitively determined due to ambiguity in server model, CPU series, or BIOS
version.
|
static ComplianceStatusDetail |
ComplianceStatusDetail.USER_FLAGGED
When a server or device's HCL compliance status has been overridden by the user
to mark the system as non-compliant.
|
static ComplianceStatusDetail |
ComplianceStatusDetail.USER_VERIFIED
When a server or device's HCL compliance status has been overridden by the user
to mark the system as compliant.
|
static ComplianceStatusDetail |
ComplianceStatusDetail.VENDOR_UPDATE
When BIOS or firmware has been updated from a certified entry found in the
VMware Compatibility Guide (VCG).
|
Modifier and Type | Method and Description |
---|---|
ComplianceStatusDetail |
StorageDeviceComplianceInfo.getDetail()
Detailed compliance status of the storage device.
|
static ComplianceStatusDetail |
ComplianceStatusDetail.valueOf(java.lang.String name)
Returns the enumeration constant for the specified name.
|
static ComplianceStatusDetail[] |
ComplianceStatusDetail.values()
Retrieve all enumeration constants pre-defined by this enumeration class.
|
Modifier and Type | Method and Description |
---|---|
void |
StorageDeviceComplianceInfo.setDetail(ComplianceStatusDetail detail)
Detailed compliance status of the storage device.
|
Constructor and Description |
---|
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 . |