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