| Package | Description |
|---|---|
| com.vmware.nsx.model |
| Modifier and Type | Method and Description |
|---|---|
static VIPSubnet |
VIPSubnet._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 VIPSubnet |
VIPSubnet._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
VIPSubnet |
VIPSubnet.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<VIPSubnet> |
HaVipConfig.getHaVipSubnets()
Array of IP address subnets which will be used as floating IP addresses.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HaVipConfig.setHaVipSubnets(java.util.List<VIPSubnet> haVipSubnets)
Array of IP address subnets which will be used as floating IP addresses.
|
HaVipConfig.Builder |
HaVipConfig.Builder.setHaVipSubnets(java.util.List<VIPSubnet> haVipSubnets)
Array of IP address subnets which will be used as floating IP addresses.
|