Package | Description |
---|---|
com.vmware.esx.settings |
The
com.vmware.esx.settings package provides interfaces to manage ESX
settings. |
Modifier and Type | Field and Description |
---|---|
static Status |
Status.ERROR
The check indicates an error.
|
static Status |
Status.OK
The check indicates a success.
|
static Status |
Status.RETRY
The check failed because of an intermittent error, for example a service is
overloaded.
|
static Status |
Status.TIMEOUT
The check did not return in a timely manner.
|
static Status |
Status.WARNING
The check indicates a warning.
|
Modifier and Type | Method and Description |
---|---|
Status |
CheckStatus.getStatus()
The status of this check.
|
Status |
StatusInfo.getStatus()
Aggregated status from all checks performed on this entity.
|
static Status |
Status.valueOf(java.lang.String name)
Returns the enumeration constant for the specified name.
|
static Status[] |
Status.values()
Retrieve all enumeration constants pre-defined by this enumeration class.
|
Modifier and Type | Method and Description |
---|---|
void |
CheckStatus.setStatus(Status status)
The status of this check.
|
void |
StatusInfo.setStatus(Status status)
Aggregated status from all checks performed on this entity.
|
Constructor and Description |
---|
Builder(CheckDescription check,
Status status)
Constructor with parameters for the required properties of
CheckStatus . |
Builder(Status status,
java.util.List<CheckStatus> checkStatuses)
Constructor with parameters for the required properties of
StatusInfo . |