Uses of Class
com.vmware.nsx_policy.model.L3VpnRule
-
Packages that use L3VpnRule Package Description com.vmware.nsx_policy.model -
-
Uses of L3VpnRule in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return L3VpnRule Modifier and Type Method Description static L3VpnRule
L3VpnRule. _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 L3VpnRule
L3VpnRule. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.L3VpnRule
L3VpnRule.Builder. build()
Methods in com.vmware.nsx_policy.model that return types with arguments of type L3VpnRule Modifier and Type Method Description java.util.List<L3VpnRule>
L3VpnContext. getBypassRules()
Bypass L3Vpn rules that will be shared across L3Vpns.java.util.List<L3VpnRule>
PolicyBasedL3VpnSession. getRules()
L3Vpn rules that are specific to the L3Vpn.Method parameters in com.vmware.nsx_policy.model with type arguments of type L3VpnRule Modifier and Type Method Description L3VpnContext.Builder
L3VpnContext.Builder. setBypassRules(java.util.List<L3VpnRule> bypassRules)
Bypass L3Vpn rules that will be shared across L3Vpns.void
L3VpnContext. setBypassRules(java.util.List<L3VpnRule> bypassRules)
Bypass L3Vpn rules that will be shared across L3Vpns.PolicyBasedL3VpnSession.Builder
PolicyBasedL3VpnSession.Builder. setRules(java.util.List<L3VpnRule> rules)
L3Vpn rules that are specific to the L3Vpn.void
PolicyBasedL3VpnSession. setRules(java.util.List<L3VpnRule> rules)
L3Vpn rules that are specific to the L3Vpn.
-