GetGatewayVpnAttachmentsAttachmentTunnelOptionsSpecificationTunnelIpsecConfig

data class GetGatewayVpnAttachmentsAttachmentTunnelOptionsSpecificationTunnelIpsecConfig(val ipsecAuthAlg: String, val ipsecEncAlg: String, val ipsecLifetime: Int, val ipsecPfs: String)

Constructors

constructor(ipsecAuthAlg: String, ipsecEncAlg: String, ipsecLifetime: Int, ipsecPfs: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The second stage negotiated authentication algorithm.Values: md5, sha1, sha256, sha384, sha512. Default value: sha1.

Link copied to clipboard

The encryption algorithm negotiated in the second stage. Value: aes, aes192, aes256, des, or 3des. Default value: aes.

Link copied to clipboard

The life cycle of SA negotiated in the second stage. Unit: seconds.Value range: 0 to 86400. Default value: 86400.

Link copied to clipboard

The second stage negotiates the Diffie-Hellman key exchange algorithm used. Default value: group2.Values: disabled, group1, group2, group5, group14.