InlineIPSecVpnIkeProfile1
InlineIPSecVpnIkeProfile1
JSON Example
{
"dh_groups": [
"string"
],
"digest_algorithms": [
"string"
],
"encryption_algorithms": [
"string"
],
"ike_version": "string",
"sa_life_time": 0
}
array of
string
dh_groups
Optional
Diffie-Hellman group to be used if PFS is enabled. Default is GROUP14.
Possible values are :
GROUP2,
GROUP5,
GROUP14,
GROUP15,
GROUP16,
GROUP19,
GROUP20,
GROUP21,
array of
string
digest_algorithms
Optional
Algorithm to be used for message digest during Internet Key Exchange(IKE) negotiation. Default is SHA2_256.
Possible values are :
SHA1,
SHA2_256,
SHA2_384,
SHA2_512,
array of
string
encryption_algorithms
Optional
Encryption algorithm is used during Internet Key Exchange(IKE) negotiation. Default is AES_128.
Possible values are :
AES_128,
AES_256,
AES_GCM_128,
AES_GCM_192,
AES_GCM_256,
string
ike_version
Optional
IKE protocol version to be used. IKE-Flex will initiate IKE-V2 and responds to both IKE-V1 and IKE-V2.
Possible values are :
IKE_V1,
IKE_V2,
IKE_FLEX,
integer As int64
As int64
sa_life_time
Optional
Life time for security association. Default is 86400 seconds (1 day).