Package | Description |
---|---|
com.vmware.vcenter.namespace_management.networks.edges |
The
com.vmware.vcenter.namespace_management.networks.edges package
provides interfaces and classes to manage NSX Edge resources. |
Modifier and Type | Method and Description |
---|---|
static HAProxyConfig |
HAProxyConfig._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 HAProxyConfig |
HAProxyConfig._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
HAProxyConfig |
HAProxyConfig.Builder.build() |
HAProxyConfig |
Edge.getHaproxy()
Edge.getHaproxy()
defines configuration for the HAProxy Load Balancer. |
Modifier and Type | Method and Description |
---|---|
void |
Edge.setHaproxy(HAProxyConfig haproxy)
Edge.getHaproxy()
defines configuration for the HAProxy Load Balancer. |
Edge.Builder |
Edge.Builder.setHaproxy(HAProxyConfig haproxy)
Edge.getHaproxy()
defines configuration for the HAProxy Load Balancer. |