Package | Description |
---|---|
com.vmware.vcenter.namespace_management |
The
com.vmware.vcenter.namespace_management package provides interfaces
for managing Namespaces. |
Modifier and Type | Method and Description |
---|---|
ProxyConfiguration.Builder |
ProxyConfiguration.Builder.setHttpProxyConfig(java.lang.String httpProxyConfig)
HTTP proxy configuration.
|
ProxyConfiguration.Builder |
ProxyConfiguration.Builder.setHttpsProxyConfig(java.lang.String httpsProxyConfig)
HTTPS proxy configuration.
|
ProxyConfiguration.Builder |
ProxyConfiguration.Builder.setNoProxyConfig(java.util.List<java.lang.String> noProxyConfig)
List of addresses that should be accessed directly.
|
ProxyConfiguration.Builder |
ProxyConfiguration.Builder.setTlsRootCaBundle(java.lang.String tlsRootCaBundle)
Proxy TLS root CA bundle which will be used to verify the proxy's certificates.
|