Package | Description |
---|---|
com.vmware.esx.settings.clusters.configuration |
The
com.vmware.esx.settings.clusters.configuration package provides
interfaces to manage the configuration of an ESX cluster. |
Modifier and Type | Method and Description |
---|---|
ClusterPrecheckResult.Status.Values |
ClusterPrecheckResult.Status.getEnumValue()
Returns a native Java
enum constant representing this enumeration
constant. |
static ClusterPrecheckResult.Status.Values |
ClusterPrecheckResult.Status.Values.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ClusterPrecheckResult.Status.Values[] |
ClusterPrecheckResult.Status.Values.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|