InlineL3VpnRule1

InlineL3VpnRule1
InlineL3VpnRule1
JSON Example
{
    "action": "string",
    "destinations": [
        {
            "subnet": "string"
        }
    ],
    "sequence_number": 0,
    "sources": [
        {
            "subnet": "string"
        }
    ]
}
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,
destinations
Required

List of remote subnets used in policy-based L3Vpn.

integer As int32 As int32
sequence_number
Optional

This field is used to resolve conflicts between multiple L3VpnRules associated with a single L3Vpn or L3VpnContext.

sources
Required

List of local subnets used in policy-based L3Vpn.

Used By