Gateway Vpn Attachment Ipsec Config Args
data class GatewayVpnAttachmentIpsecConfigArgs(val ipsecAuthAlg: Output<String>? = null, val ipsecEncAlg: Output<String>? = null, val ipsecLifetime: Output<Int>? = null, val ipsecPfs: Output<String>? = null) : ConvertibleToJava<GatewayVpnAttachmentIpsecConfigArgs>
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.