InlineL3Vpn1
{
"dh_groups": [
"string"
],
"enable_perfect_forward_secrecy": false,
"enabled": false,
"ike_digest_algorithms": [
"string"
],
"ike_encryption_algorithms": [
"string"
],
"ike_version": "string",
"l3vpn_session": {
"resource_type": "string"
},
"local_address": "string",
"passphrases": [
"string"
],
"remote_private_address": "string",
"remote_public_address": "string",
"tunnel_digest_algorithms": [
"string"
],
"tunnel_encryption_algorithms": [
"string"
]
}
Diffie-Hellman group to be used if PFS is enabled. Default group is GROUP14.
If true, perfect forward secrecy (PFS) is enabled.
Flag to enable L3Vpn. Default is enabled.
Algorithm to be used for message digest during Internet Key Exchange(IKE) negotiation. Default is SHA2_256.
Algorithm to be used during Internet Key Exchange(IKE) negotiation. Default is AES_128.
IKE protocol version to be used. IKE-Flex will initiate IKE-V2 and responds to both IKE-V1 and IKE-V2.
IPv4 address of local gateway
List of IPSec pre-shared keys used for IPSec authentication. If not specified, the older passphrase values are retained if there are any.
This field is used to resolve conflicts in case of a remote site being behind NAT as remote public ip address is not enough. If it is not the case the remote public address should be provided here. If not provided, the value of this field is set to remote_public_address.
Public IPv4 address of remote gateway
Algorithm to be used for message digest during tunnel establishment. Default algorithm is empty.
Encryption algorithm to encrypt/decrypt the messages exchanged between IPSec VPN initiator and responder during tunnel negotiation. Default is AES_GCM_128.