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