GatewayVpnAttachmentIpsecConfig

data class GatewayVpnAttachmentIpsecConfig(val ipsecAuthAlg: String? = null, val ipsecEncAlg: String? = null, val ipsecLifetime: Int? = null, val ipsecPfs: String? = null)

Constructors

Link copied to clipboard
constructor(ipsecAuthAlg: String? = null, ipsecEncAlg: String? = null, ipsecLifetime: Int? = null, ipsecPfs: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val ipsecAuthAlg: String? = null

The authentication algorithm negotiated in the second stage. Valid values: md5, sha1, sha256, sha384, sha512. Default value: MD5.

Link copied to clipboard
val ipsecEncAlg: String? = null

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

Link copied to clipboard
val ipsecLifetime: Int? = null

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

Link copied to clipboard
val ipsecPfs: String? = null

Diffie-Hellman Key Exchange Algorithm Used in Second Stage Negotiation