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 L3VpnRuleL3VpnRule. _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 L3VpnRuleL3VpnRule. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.L3VpnRuleL3VpnRule.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.BuilderL3VpnContext.Builder. setBypassRules(java.util.List<L3VpnRule> bypassRules)Bypass L3Vpn rules that will be shared across L3Vpns.voidL3VpnContext. setBypassRules(java.util.List<L3VpnRule> bypassRules)Bypass L3Vpn rules that will be shared across L3Vpns.PolicyBasedL3VpnSession.BuilderPolicyBasedL3VpnSession.Builder. setRules(java.util.List<L3VpnRule> rules)L3Vpn rules that are specific to the L3Vpn.voidPolicyBasedL3VpnSession. setRules(java.util.List<L3VpnRule> rules)L3Vpn rules that are specific to the L3Vpn.
-