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 InterfaceSubnetInterfaceSubnet. _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 InterfaceSubnetInterfaceSubnet. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.InterfaceSubnetInterfaceSubnet.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.BuilderBaseTier0Interface.Builder. setSubnets(java.util.List<InterfaceSubnet> subnets)Specify IP address and network prefix for interface.voidBaseTier0Interface. setSubnets(java.util.List<InterfaceSubnet> subnets)Specify IP address and network prefix for interface.ServiceInterface.BuilderServiceInterface.Builder. setSubnets(java.util.List<InterfaceSubnet> subnets)Specify IP address and network prefix for interface.voidServiceInterface. setSubnets(java.util.List<InterfaceSubnet> subnets)Specify IP address and network prefix for interface.Tier0Interface.BuilderTier0Interface.Builder. setSubnets(java.util.List<InterfaceSubnet> subnets)Specify IP address and network prefix for interface.voidTier0Interface. setSubnets(java.util.List<InterfaceSubnet> subnets)Specify IP address and network prefix for interface.Tier1Interface.BuilderTier1Interface.Builder. setSubnets(java.util.List<InterfaceSubnet> subnets)Specify IP address and network prefix for interface.voidTier1Interface. setSubnets(java.util.List<InterfaceSubnet> subnets)Specify IP address and network prefix for interface.TunnelAddress.BuilderTunnelAddress.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 nodevoidTunnelAddress. 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.BuilderTier0HaVipConfig.Builder. setVipSubnets(java.util.List<InterfaceSubnet> vipSubnets)Array of IP address subnets which will be used as floating IP addresses.voidTier0HaVipConfig. setVipSubnets(java.util.List<InterfaceSubnet> vipSubnets)Array of IP address subnets which will be used as floating IP addresses.
-