Uses of Class
com.vmware.nsx_policy.model.L3VpnSubnet
-
Packages that use L3VpnSubnet Package Description com.vmware.nsx_policy.model -
-
Uses of L3VpnSubnet in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return L3VpnSubnet Modifier and Type Method Description static L3VpnSubnet
L3VpnSubnet. _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 L3VpnSubnet
L3VpnSubnet. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.L3VpnSubnet
L3VpnSubnet.Builder. build()
Methods in com.vmware.nsx_policy.model that return types with arguments of type L3VpnSubnet Modifier and Type Method Description java.util.List<L3VpnSubnet>
L3VpnRule. getDestinations()
List of remote subnets used in policy-based L3Vpn.java.util.List<L3VpnSubnet>
L3VpnRule. getSources()
List of local subnets used in policy-based L3Vpn.Method parameters in com.vmware.nsx_policy.model with type arguments of type L3VpnSubnet Modifier and Type Method Description L3VpnRule.Builder
L3VpnRule.Builder. setDestinations(java.util.List<L3VpnSubnet> destinations)
List of remote subnets used in policy-based L3Vpn.void
L3VpnRule. setDestinations(java.util.List<L3VpnSubnet> destinations)
List of remote subnets used in policy-based L3Vpn.L3VpnRule.Builder
L3VpnRule.Builder. setSources(java.util.List<L3VpnSubnet> sources)
List of local subnets used in policy-based L3Vpn.void
L3VpnRule. setSources(java.util.List<L3VpnSubnet> sources)
List of local subnets used in policy-based L3Vpn.
-