InlineIPSecVPNPolicyRule1

InlineIPSecVPNPolicyRule1
InlineIPSecVPNPolicyRule1
JSON Example
{
    "sources": [
        {
            "subnet": "string"
        }
    ],
    "action": "string",
    "enabled": false,
    "logged": false,
    "id": "string",
    "destinations": [
        {
            "subnet": "string"
        }
    ]
}
sources
Optional

List of local subnets.

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,
boolean
enabled
Optional

A flag to enable/disable the policy rule.

boolean
logged
Optional

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

string
id
Optional

Unique policy id.

destinations
Optional

List of peer subnets.