ConnectionIpsecConfigArgs

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>

Constructors

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

Properties

Link copied to clipboard
val ipsecAuthAlg: Output<String>? = null

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
val ipsecEncAlg: Output<String>? = null

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
val ipsecLifetime: Output<Int>? = null

the SA lifetime that is determined by Phase 2 negotiations. Unit: seconds. Valid values: 0 to 86400. Default value: 86400.

Link copied to clipboard
val ipsecPfs: Output<String>? = null

the DH key exchange algorithm that is used in Phase 2 negotiations. Valid values: disabled, group1, group2, group5, and group14. Default value: group2.

Functions

Link copied to clipboard
open override fun toJava(): ConnectionIpsecConfigArgs