Uses of Class
com.vmware.nsx_policy.model.InterfaceSubnet
-
Packages that use InterfaceSubnet Package Description com.vmware.nsx_policy.model -
-
Uses of InterfaceSubnet in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return InterfaceSubnet Modifier and Type Method 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()
Methods in com.vmware.nsx_policy.model that return types with arguments of type InterfaceSubnet Modifier and Type Method Description java.util.List<InterfaceSubnet>
BaseTier0Interface. 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>
Tier0Interface. getSubnets()
Specify IP address and network prefix for interface.java.util.List<InterfaceSubnet>
Tier1Interface. getSubnets()
Specify IP address and network prefix for interface.java.util.List<InterfaceSubnet>
TunnelAddress. getTunnelInterfaceSubnet()
IP addresses in CIDR format for both IP4 and IPv6 assigned to tunnel interface on a given edge nodejava.util.List<InterfaceSubnet>
Tier0HaVipConfig. getVipSubnets()
Array of IP address subnets which will be used as floating IP addresses.Method parameters in com.vmware.nsx_policy.model with type arguments of type InterfaceSubnet Modifier and Type Method Description BaseTier0Interface.Builder
BaseTier0Interface.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.ServiceInterface.Builder
ServiceInterface.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.Tier0Interface.Builder
Tier0Interface.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.Tier1Interface.Builder
Tier1Interface.Builder. setSubnets(java.util.List<InterfaceSubnet> subnets)
Specify IP address and network prefix for interface.void
Tier1Interface. setSubnets(java.util.List<InterfaceSubnet> subnets)
Specify IP address and network prefix for interface.TunnelAddress.Builder
TunnelAddress.Builder. setTunnelInterfaceSubnet(java.util.List<InterfaceSubnet> tunnelInterfaceSubnet)
IP addresses in CIDR format for both IP4 and IPv6 assigned to tunnel interface on a given edge nodevoid
TunnelAddress. setTunnelInterfaceSubnet(java.util.List<InterfaceSubnet> tunnelInterfaceSubnet)
IP addresses in CIDR format for both IP4 and IPv6 assigned to tunnel interface on a given edge nodeTier0HaVipConfig.Builder
Tier0HaVipConfig.Builder. setVipSubnets(java.util.List<InterfaceSubnet> vipSubnets)
Array of IP address subnets which will be used as floating IP addresses.void
Tier0HaVipConfig. setVipSubnets(java.util.List<InterfaceSubnet> vipSubnets)
Array of IP address subnets which will be used as floating IP addresses.
-