| Package | Description |
|---|---|
| com.vmware.nsx_global_policy.model |
| Modifier and Type | Method and Description |
|---|---|
static ALBServer |
ALBServer._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 ALBServer |
ALBServer._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
ALBServer |
ALBServer.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ALBServer> |
ALBPool.getServers()
The pool directs load balanced traffic to this list of destination servers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ALBPool.setServers(java.util.List<ALBServer> servers)
The pool directs load balanced traffic to this list of destination servers.
|
ALBPool.Builder |
ALBPool.Builder.setServers(java.util.List<ALBServer> servers)
The pool directs load balanced traffic to this list of destination servers.
|