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 IPSecVpnSubnet
IPSecVpnSubnet. _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 IPSecVpnSubnet
IPSecVpnSubnet. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.IPSecVpnSubnet
IPSecVpnSubnet.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.Builder
IPSecVpnRule.Builder. setDestinations(java.util.List<IPSecVpnSubnet> destinations)
List of IPv4 or IPv6 peer subnets.void
IPSecVpnRule. setDestinations(java.util.List<IPSecVpnSubnet> destinations)
List of IPv4 or IPv6 peer subnets.IPSecVpnRule.Builder
IPSecVpnRule.Builder. setSources(java.util.List<IPSecVpnSubnet> sources)
List of IPv4 or IPv6 local subnets.void
IPSecVpnRule. setSources(java.util.List<IPSecVpnSubnet> sources)
List of IPv4 or IPv6 local subnets.
-