InlineIPSecVPNIKEProfile1

InlineIPSecVPNIKEProfile1
InlineIPSecVPNIKEProfile1
JSON Example
{
    "digest_algorithms": [
        "string"
    ],
    "encryption_algorithms": [
        "string"
    ],
    "dh_groups": [
        "string"
    ],
    "sa_life_time": 0,
    "ike_version": "string"
}
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,
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,
array of string
dh_groups
Optional

Diffie-Hellman group to be used if PFS is enabled. Default is GROUP14.

Possible values are : GROUP14, GROUP15, GROUP16,
integer As int64 As int64
sa_life_time
Optional

Life time for security association. Default is 86400 seconds (1 day).

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,