InlineIPSecVpnRule1

InlineIPSecVpnRule1
InlineIPSecVpnRule1
JSON Example
{
    "action": "string",
    "destinations": [
        {
            "subnet": "string"
        }
    ],
    "enabled": false,
    "logged": false,
    "sequence_number": 0,
    "sources": [
        {
            "subnet": "string"
        }
    ]
}
string
action
Optional

PROTECT - Protect rules are defined per policy based IPSec VPN session. BYPASS - Bypass rules are defined per IPSec VPN service and affects all policy based IPSec VPN sessions. Bypass rules are prioritized over protect rules.

Possible values are : PROTECT, BYPASS,
destinations
Optional

List of peer subnets. Specifying no value is interpreted as 0.0.0.0/0.

boolean
enabled
Optional

A flag to enable/disable the rule.

boolean
logged
Optional

A flag to enable/disable the logging for the rule.

integer As int32 As int32
sequence_number
Optional

A sequence number is used to give a priority to an IPSecVpnRule.

sources
Optional

List of local subnets. Specifying no value is interpreted as 0.0.0.0/0.