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. |
Modifier and Type | Method and Description |
---|---|
CompatibilityStatus.Values |
CompatibilityStatus.getEnumValue()
Returns a native Java
enum constant representing this enumeration
constant. |
static CompatibilityStatus.Values |
CompatibilityStatus.Values.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CompatibilityStatus.Values[] |
CompatibilityStatus.Values.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|