Package | Description |
---|---|
com.vmware.nsx_policy.model |
Modifier and Type | Method and Description |
---|---|
static InterfaceSubnet |
InterfaceSubnet._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 InterfaceSubnet |
InterfaceSubnet._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
InterfaceSubnet |
InterfaceSubnet.Builder.build() |
Modifier and Type | Method and Description |
---|---|
java.util.List<InterfaceSubnet> |
Tier1Interface.getSubnets()
Specify IP address and network prefix for interface.
|
java.util.List<InterfaceSubnet> |
Tier0Interface.getSubnets()
Specify IP address and network prefix for interface.
|
java.util.List<InterfaceSubnet> |
ServiceInterface.getSubnets()
Specify IP address and network prefix for interface.
|
java.util.List<InterfaceSubnet> |
BaseTier0Interface.getSubnets()
Specify IP address and network prefix for interface.
|
java.util.List<InterfaceSubnet> |
Tier0HaVipConfig.getVipSubnets()
Array of IP address subnets which will be used as floating IP addresses.
|
Modifier and Type | Method and Description |
---|---|
void |
Tier1Interface.setSubnets(java.util.List<InterfaceSubnet> subnets)
Specify IP address and network prefix for interface.
|
Tier1Interface.Builder |
Tier1Interface.Builder.setSubnets(java.util.List<InterfaceSubnet> subnets)
Specify IP address and network prefix for interface.
|
void |
Tier0Interface.setSubnets(java.util.List<InterfaceSubnet> subnets)
Specify IP address and network prefix for interface.
|
Tier0Interface.Builder |
Tier0Interface.Builder.setSubnets(java.util.List<InterfaceSubnet> subnets)
Specify IP address and network prefix for interface.
|
void |
ServiceInterface.setSubnets(java.util.List<InterfaceSubnet> subnets)
Specify IP address and network prefix for interface.
|
ServiceInterface.Builder |
ServiceInterface.Builder.setSubnets(java.util.List<InterfaceSubnet> subnets)
Specify IP address and network prefix for interface.
|
void |
BaseTier0Interface.setSubnets(java.util.List<InterfaceSubnet> subnets)
Specify IP address and network prefix for interface.
|
BaseTier0Interface.Builder |
BaseTier0Interface.Builder.setSubnets(java.util.List<InterfaceSubnet> subnets)
Specify IP address and network prefix for interface.
|
void |
Tier0HaVipConfig.setVipSubnets(java.util.List<InterfaceSubnet> vipSubnets)
Array of IP address subnets which will be used as floating IP addresses.
|
Tier0HaVipConfig.Builder |
Tier0HaVipConfig.Builder.setVipSubnets(java.util.List<InterfaceSubnet> vipSubnets)
Array of IP address subnets which will be used as floating IP addresses.
|