| Package | Description |
|---|---|
| com.vmware.appliance.techpreview |
| Modifier and Type | Field and Description |
|---|---|
static NtpTypes.TestStatus |
NtpTypes.TestStatus.green
All tests were successful for given data
|
static NtpTypes.TestStatus |
NtpTypes.TestStatus.orange
In case data has more than one test, this indicates not all tests were
successful
|
static NtpTypes.TestStatus |
NtpTypes.TestStatus.red
All tests failed for given data
|
| Modifier and Type | Method and Description |
|---|---|
NtpTypes.TestStatus |
NtpTypes.TestStatusInfo.getStatus()
Overall status of tests run.
|
static NtpTypes.TestStatus |
NtpTypes.TestStatus.valueOf(String name)
Returns the enumeration constant for the specified name.
|
static NtpTypes.TestStatus[] |
NtpTypes.TestStatus.values()
Retrieve all enumeration constants pre-defined by this enumeration class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NtpTypes.TestStatusInfo.setStatus(NtpTypes.TestStatus status)
Overall status of tests run.
|
| Constructor and Description |
|---|
NtpTypes.TestStatusInfo.Builder(NtpTypes.TestStatus status,
List<NtpTypes.Message> messages)
Constructor with parameters for the required properties of
NtpTypes.TestStatusInfo. |
Copyright © 2016. All Rights Reserved.