InlineIPSecVPNService1
InlineIPSecVPNService1
JSON Example
{
"ike_log_level": "string",
"logical_router_id": "string",
"bypass_rules": [
{
"_self": {
"action": "string",
"href": "string",
"rel": "string"
},
"_links": [
{
"action": "string",
"href": "string",
"rel": "string"
}
],
"_schema": "string",
"_revision": 0,
"_owner": {
"action": "string",
"href": "string",
"rel": "string"
},
"display_name": "string",
"id": "string",
"resource_type": "string",
"description": "string",
"sources": [
{
"subnet": "string"
}
],
"action": "string",
"enabled": false,
"logged": false,
"destinations": [
{
"subnet": "string"
}
]
}
],
"enabled": false
}
string
ike_log_level
Optional
Log level for internet key exchange (IKE).
Possible values are : DEBUG, INFO, WARN, ERROR, EMERGENCY,
string
logical_router_id
Required
Logical router id.
array of IPSecVPNPolicyRule
bypass_rules
Optional
Bypass policy rules are configured using VPN service. Bypass rules always have higher priority over protect rules and they affect all policy based vpn sessions associated with the IPSec VPN service. Protect rules are defined per policy based vpn session.
boolean
enabled
Optional
If true, enable VPN services for given logical router.