Package | Description |
---|---|
com.vmware.nsx_policy.model |
Modifier and Type | Method and 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() |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
L3VpnContext.setBypassRules(java.util.List<L3VpnRule> bypassRules)
Bypass L3Vpn rules that will be shared across L3Vpns.
|
L3VpnContext.Builder |
L3VpnContext.Builder.setBypassRules(java.util.List<L3VpnRule> bypassRules)
Bypass L3Vpn rules that will be shared across L3Vpns.
|
void |
PolicyBasedL3VpnSession.setRules(java.util.List<L3VpnRule> rules)
L3Vpn rules that are specific to the L3Vpn.
|
PolicyBasedL3VpnSession.Builder |
PolicyBasedL3VpnSession.Builder.setRules(java.util.List<L3VpnRule> rules)
L3Vpn rules that are specific to the L3Vpn.
|