| Package | Description |
|---|---|
| com.vmware.appliance.techpreview.networking |
| Modifier and Type | Field and Description |
|---|---|
static ProxyTypes.ProxyStatus |
ProxyTypes.ProxyStatus.disabled
proxy configuration is disabled
|
static ProxyTypes.ProxyStatus |
ProxyTypes.ProxyStatus.enabled
proxy configuration is enabled
|
| Modifier and Type | Method and Description |
|---|---|
ProxyTypes.ProxyStatus |
ProxyTypes.ProxyConfigMultiple.getStatus()
proxy enabled or disabled This sets whether the proxy configuration is used.
|
static ProxyTypes.ProxyStatus |
ProxyTypes.ProxyStatus.valueOf(String name)
Returns the enumeration constant for the specified name.
|
static ProxyTypes.ProxyStatus[] |
ProxyTypes.ProxyStatus.values()
Retrieve all enumeration constants pre-defined by this enumeration class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProxyTypes.ProxyConfigMultiple.setStatus(ProxyTypes.ProxyStatus status)
proxy enabled or disabled This sets whether the proxy configuration is used.
|
| Constructor and Description |
|---|
ProxyTypes.ProxyConfigMultiple.Builder(ProxyTypes.ProxyStatus status,
List<ProxyTypes.ProxyConfig> configlist)
Constructor with parameters for the required properties of
ProxyTypes.ProxyConfigMultiple. |
Copyright © 2016. All Rights Reserved.