Connection Ipsec Config Args
data class ConnectionIpsecConfigArgs(val ipsecAuthAlg: Output<String>? = null, val ipsecEncAlg: Output<String>? = null, val ipsecLifetime: Output<Int>? = null, val ipsecPfs: Output<String>? = null) : ConvertibleToJava<ConnectionIpsecConfigArgs>
Properties
Link copied to clipboard
the authentication algorithm that is used in Phase 2 negotiations. Valid values: md5, sha1, sha256, sha384, and sha512. Default value: md5.
Link copied to clipboard
the encryption algorithm that is used in Phase 2 negotiations. Valid values: aes, aes192, aes256, des, and 3des. Default value: aes.
Link copied to clipboard
the SA lifetime that is determined by Phase 2 negotiations. Unit: seconds. Valid values: 0 to 86400. Default value: 86400.