Package | Description |
---|---|
com.vmware.vcenter.deployment |
Modifier and Type | Field and Description |
---|---|
static CheckStatus |
CheckStatus.FAILED
A fatal error was encountered when running the sanity checks.
|
static CheckStatus |
CheckStatus.SUCCESS
All checks have completed successfully.
|
Modifier and Type | Method and Description |
---|---|
CheckStatus |
CheckInfo.getStatus()
Status of the check.
|
static CheckStatus |
CheckStatus.valueOf(java.lang.String name)
Returns the enumeration constant for the specified name.
|
static CheckStatus[] |
CheckStatus.values()
Retrieve all enumeration constants pre-defined by this enumeration class.
|
Modifier and Type | Method and Description |
---|---|
void |
CheckInfo.setStatus(CheckStatus status)
Status of the check.
|
Constructor and Description |
---|
Builder(CheckStatus status)
Constructor with parameters for the required properties of
CheckInfo . |