Gateway Vpn Attachment Ipsec Config
data class GatewayVpnAttachmentIpsecConfig(val ipsecAuthAlg: String? = null, val ipsecEncAlg: String? = null, val ipsecLifetime: Int? = null, val ipsecPfs: String? = null)
Properties
Link copied to clipboard
The authentication algorithm negotiated in the second stage. Valid values: md5, sha1, sha256, sha384, sha512. Default value: MD5.
Link copied to clipboard
The encryption algorithm negotiated in the second stage. Valid values: 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~86400. Default value: 86400.