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 Server |
Server._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 Server |
Server._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
Server |
Server.Builder.build() |
Server |
NSXAdvancedLBConfig.getServer()
NSXAdvancedLBConfig.getServer()
is the address for the Avi Controller, used to configure Virtual Servers. |
Modifier and Type | Method and Description |
---|---|
java.util.List<Server> |
HAProxyConfig.getServers()
HAProxyConfig.getServers()
is a list of the addresses for the data plane API servers used to configure
Virtual Servers. |
Modifier and Type | Method and Description |
---|---|
void |
NSXAdvancedLBConfig.setServer(Server server)
NSXAdvancedLBConfig.getServer()
is the address for the Avi Controller, used to configure Virtual Servers. |
Modifier and Type | Method and Description |
---|---|
void |
HAProxyConfig.setServers(java.util.List<Server> servers)
HAProxyConfig.getServers()
is a list of the addresses for the data plane API servers used to configure
Virtual Servers. |
Constructor and Description |
---|
Builder(Server server,
java.lang.String username,
char[] password,
java.lang.String certificateAuthorityChain)
Constructor with parameters for the required properties of
NSXAdvancedLBConfig . |
Constructor and Description |
---|
Builder(java.util.List<Server> servers,
java.lang.String username,
char[] password,
java.lang.String certificateAuthorityChain)
Constructor with parameters for the required properties of
HAProxyConfig . |