| Package | Description |
|---|---|
| com.vmware.nsx_global_policy.model |
| Modifier and Type | Method and Description |
|---|---|
static ALBDiscoveredNetwork |
ALBDiscoveredNetwork._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 ALBDiscoveredNetwork |
ALBDiscoveredNetwork._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
ALBDiscoveredNetwork |
ALBDiscoveredNetwork.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ALBDiscoveredNetwork> |
ALBVip.getDiscoveredNetworks()
Discovered networks providing reachability for client facing Vip IP.
|
java.util.List<ALBDiscoveredNetwork> |
ALBServer.getDiscoveredNetworks()
(internal-use) Discovered networks providing reachability for server IP.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ALBVip.setDiscoveredNetworks(java.util.List<ALBDiscoveredNetwork> discoveredNetworks)
Discovered networks providing reachability for client facing Vip IP.
|
ALBVip.Builder |
ALBVip.Builder.setDiscoveredNetworks(java.util.List<ALBDiscoveredNetwork> discoveredNetworks)
Discovered networks providing reachability for client facing Vip IP.
|
void |
ALBServer.setDiscoveredNetworks(java.util.List<ALBDiscoveredNetwork> discoveredNetworks)
(internal-use) Discovered networks providing reachability for server IP.
|
ALBServer.Builder |
ALBServer.Builder.setDiscoveredNetworks(java.util.List<ALBDiscoveredNetwork> discoveredNetworks)
(internal-use) Discovered networks providing reachability for server IP.
|