InlineIPSecVPNPeerEndpoint1
{
"psk": "string",
"peer_id": "string",
"ipsec_tunnel_profile_id": "string",
"authentication_mode": "string",
"peer_address": "string",
"connection_initiation_mode": "string",
"dpd_profile_id": "string",
"ike_profile_id": "string"
}
IPSec Pre-shared key. Maximum length of this field is 128 characters.
Peer identifier.
Tunnel profile id to be used. By default it will point to system default profile.
For peer authentication only Pre shared key (PSK) mode will be supported.
IPV4 address of peer endpoint on remote site.
Connection initiation mode used by local endpoint to establish ike connection with peer endpoint. INITIATOR - In this mode local endpoint initiates tunnel setup and will also respond to incoming tunnel setup requests from peer gateway. RESPOND_ONLY - In this mode, local endpoint shall only respond to incoming tunnel setup requests. It shall not initiate the tunnel setup. ON_DEMAND - In this mode local endpoint will initiate tunnel creation once first packet matching the policy rule is received and will also respond to incoming initiation request.
Dead peer detection (DPD) profile id. Default will be set according to system default policy.
IKE profile id to be used. Default will be set according to system default policy.