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 | Field and Description |
---|---|
static HostStatus.Status |
HostStatus.Status.CANCELED
The method was canceled.
|
static HostStatus.Status |
HostStatus.Status.ERROR
The method encountered an unspecified error.
|
static HostStatus.Status |
HostStatus.Status.OK
The method completed successfully.
|
static HostStatus.Status |
HostStatus.Status.PENDING
The method is pending.
|
static HostStatus.Status |
HostStatus.Status.RETRY_PENDING
The method is pending a retry.
|
static HostStatus.Status |
HostStatus.Status.RUNNING
The method is in progress.
|
static HostStatus.Status |
HostStatus.Status.SKIPPED
The method was skipped.
|
static HostStatus.Status |
HostStatus.Status.TIMED_OUT
The method timed out.
|
Modifier and Type | Method and Description |
---|---|
HostStatus.Status |
HostStatus.getStatus()
The status of the method.
|
static HostStatus.Status |
HostStatus.Status.valueOf(java.lang.String name)
Returns the enumeration constant for the specified name.
|
static HostStatus.Status[] |
HostStatus.Status.values()
Retrieve all enumeration constants pre-defined by this enumeration class.
|
Modifier and Type | Method and Description |
---|---|
void |
HostStatus.setStatus(HostStatus.Status status)
The status of the method.
|
Constructor and Description |
---|
Builder(HostStatus.Status status,
java.util.Calendar startTime,
java.util.Calendar endTime,
Notifications notifications)
Constructor with parameters for the required properties of
HostStatus . |