InlineIPSecVPNPolicyRule1
InlineIPSecVPNPolicyRule1
JSON Example
{
"action": "string",
"destinations": [
{
"subnet": "string"
}
],
"enabled": false,
"id": "string",
"logged": false,
"sources": [
"IPSecVPNPolicySubnet Object"
]
}
string
action
Optional
Constraints:
default: PROTECT
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,
array of
IPSecVPNPolicySubnet
destinations
Optional
Constraints:
maxItems: 128
List of peer subnets.
boolean
enabled
Optional
Constraints:
default: true
A flag to enable/disable the policy rule.
string
id
Optional
Unique policy id.
boolean
logged
Optional
A flag to enable/disable the logging for the policy rule.