| Package | Description |
|---|---|
| com.vmware.vcenter.namespace_management |
The
com.vmware.vcenter.namespace_management package provides interfaces
for managing Namespaces. |
| Modifier and Type | Field and Description |
|---|---|
static ProxySettingsSource |
ProxySettingsSource.CLUSTER_CONFIGURED
Proxy settings will be configured at the cluster level.
|
static ProxySettingsSource |
ProxySettingsSource.NONE
No proxy settings will be applied to the cluster.
|
static ProxySettingsSource |
ProxySettingsSource.VC_INHERITED
Proxy settings will be inherited from the vCenter settings.
|
| Modifier and Type | Method and Description |
|---|---|
ProxySettingsSource |
ProxyConfiguration.getProxySettingsSource()
The source of the proxy settings.
|
static ProxySettingsSource |
ProxySettingsSource.valueOf(java.lang.String name)
Returns the enumeration constant for the specified name.
|
static ProxySettingsSource[] |
ProxySettingsSource.values()
Retrieve all enumeration constants pre-defined by this enumeration class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProxyConfiguration.setProxySettingsSource(ProxySettingsSource proxySettingsSource)
The source of the proxy settings.
|
| Constructor and Description |
|---|
Builder(ProxySettingsSource proxySettingsSource)
Constructor with parameters for the required properties of
ProxyConfiguration. |