InlineIPSecVPNSession1

InlineIPSecVPNSession1
InlineIPSecVPNSession1
JSON Example
{
    "local_endpoint_id": "string",
    "peer_endpoint_id": "string",
    "enabled": false,
    "resource_type": "string",
    "ipsec_vpn_service_id": "string"
}
string
local_endpoint_id
Required

Local endpoint identifier.

string
peer_endpoint_id
Required

Peer endpoint identifier.

boolean
enabled
Optional

Enable/Disable IPSec VPN session.

string
resource_type
Required

A Policy Based VPN requires to define protect rules that match local and peer subnets. IPSec security associations is negotiated for each pair of local and peer subnet. A Route Based VPN is more flexible, more powerful and recommended over policy based VPN. IP Tunnel port is created and all traffic routed via tunnel port is protected. Routes can be configured statically or can be learned through BGP. A route based VPN is must for establishing redundant VPN session to remote site.

Possible values are : PolicyBasedIPSecVPNSession, RouteBasedIPSecVPNSession,
string
ipsec_vpn_service_id
Optional

Identifier of VPN Service linked with local endpoint.