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