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 |
---|---|
static ProxyConfiguration |
ProxyConfiguration._newInstance(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value. WARNING: The returned object is not fully initialized. |
static ProxyConfiguration |
ProxyConfiguration._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
ProxyConfiguration |
ProxyConfiguration.Builder.build() |
ProxyConfiguration |
ClustersTypes.Info.getClusterProxyConfig()
Proxy configuration that is applied to the Supervisor.
|
ProxyConfiguration |
ClustersTypes.EnableSpec.getClusterProxyConfig()
Proxy configuration that will be applied to the Supervisor.
|
ProxyConfiguration |
ClustersTypes.UpdateSpec.getClusterProxyConfig()
Proxy configuration that will be applied to the Supervisor.
|
ProxyConfiguration |
ClustersTypes.SetSpec.getClusterProxyConfig()
Proxy configuration that will be applied to the Supervisor.
|
Modifier and Type | Method and Description |
---|---|
void |
ClustersTypes.Info.setClusterProxyConfig(ProxyConfiguration clusterProxyConfig)
Proxy configuration that is applied to the Supervisor.
|
ClustersTypes.Info.Builder |
ClustersTypes.Info.Builder.setClusterProxyConfig(ProxyConfiguration clusterProxyConfig)
Proxy configuration that is applied to the Supervisor.
|
void |
ClustersTypes.EnableSpec.setClusterProxyConfig(ProxyConfiguration clusterProxyConfig)
Proxy configuration that will be applied to the Supervisor.
|
ClustersTypes.EnableSpec.Builder |
ClustersTypes.EnableSpec.Builder.setClusterProxyConfig(ProxyConfiguration clusterProxyConfig)
Proxy configuration that will be applied to the Supervisor.
|
void |
ClustersTypes.UpdateSpec.setClusterProxyConfig(ProxyConfiguration clusterProxyConfig)
Proxy configuration that will be applied to the Supervisor.
|
ClustersTypes.UpdateSpec.Builder |
ClustersTypes.UpdateSpec.Builder.setClusterProxyConfig(ProxyConfiguration clusterProxyConfig)
Proxy configuration that will be applied to the Supervisor.
|
void |
ClustersTypes.SetSpec.setClusterProxyConfig(ProxyConfiguration clusterProxyConfig)
Proxy configuration that will be applied to the Supervisor.
|
ClustersTypes.SetSpec.Builder |
ClustersTypes.SetSpec.Builder.setClusterProxyConfig(ProxyConfiguration clusterProxyConfig)
Proxy configuration that will be applied to the Supervisor.
|