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