SyntheticClassL3VpnRuleAllOf1
Properties
string
action
Optional
Action to exchange data with or without protection. PROTECT - Allows to exchange data with ipsec protection. Protect rules are defined per L3Vpn. BYPASS - Allows to exchange data without ipsec protection. Bypass rules are defined per L3VpnContext and affects all policy based L3Vpns. Bypass rules are prioritized over protect rules.
Possible values are: PROTECT , BYPASS
integer
sequence_number
Optional
This field is used to resolve conflicts between multiple L3VpnRules associated with a single L3Vpn or L3VpnContext.
JSON Example
{
"destinations": [
{
"subnet": "string"
}
],
"sources": [
{
"subnet": "string"
}
]
}