| Package | Description |
|---|---|
| com.vmware.esx.hcl |
The
com.vmware.esx.hcl package provides interfaces to query the hardware
compatibility for an ESXi or a cluster. |
| com.vmware.esx.hcl.hosts |
| Modifier and Type | Field and Description |
|---|---|
static CompatibilityStatus |
CompatibilityStatus.CERTIFIED
When given hardware is certified for the specified ESXi release.
|
static CompatibilityStatus |
CompatibilityStatus.COMPATIBLE
When given hardware is certified for the specified ESXi release but no
validation of the software of this hardware is performed.
|
static CompatibilityStatus |
CompatibilityStatus.INCOMPATIBLE
When given hardware is not certified for the specified ESXi release.
|
static CompatibilityStatus |
CompatibilityStatus.NOT_CERTIFIED
When given hardware is certified for the specified ESXi release.
|
static CompatibilityStatus |
CompatibilityStatus.UNAVAILABLE
When there is no information about specified hardware.
|
| Modifier and Type | Method and Description |
|---|---|
static CompatibilityStatus |
CompatibilityStatus.valueOf(java.lang.String name)
Returns the enumeration constant for the specified name.
|
static CompatibilityStatus[] |
CompatibilityStatus.values()
Retrieve all enumeration constants pre-defined by this enumeration class.
|
| Modifier and Type | Method and Description |
|---|---|
CompatibilityStatus |
CompatibilityReportTypes.DeviceHclInfo.getCompatibility()
Indicates compatibility status of the PCI device.
|
CompatibilityStatus |
CompatibilityReportTypes.ServerHclInfo.getModelCompatibility()
Shows if the server model is compatible with given target ESXi release.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CompatibilityReportTypes.DeviceHclInfo.setCompatibility(CompatibilityStatus compatibility)
Indicates compatibility status of the PCI device.
|
void |
CompatibilityReportTypes.ServerHclInfo.setModelCompatibility(CompatibilityStatus modelCompatibility)
Shows if the server model is compatible with given target ESXi release.
|
| Constructor and Description |
|---|
Builder(CompatibilityStatus compatibility,
PCIDevice device)
Constructor with parameters for the required properties of
CompatibilityReportTypes.DeviceHclInfo. |
Builder(Server server,
java.util.List<CompatibilityReportTypes.ServerCompatibility> matches,
CompatibilityStatus modelCompatibility)
Constructor with parameters for the required properties of
CompatibilityReportTypes.ServerHclInfo. |