Ipsec Server Ipsec Config Args
data class IpsecServerIpsecConfigArgs(val ipsecAuthAlg: Output<String>? = null, val ipsecEncAlg: Output<String>? = null, val ipsecLifetime: Output<Int>? = null, val ipsecPfs: Output<String>? = null) : ConvertibleToJava<IpsecServerIpsecConfigArgs>
Properties
Link copied to clipboard
The authentication algorithm that is used in Phase 2 negotiations. Default value: sha1
.
Link copied to clipboard
The encryption algorithm that is used in Phase 2 negotiations. Default value: aes
.
Link copied to clipboard
The SA lifetime determined by Phase 2 negotiations. Valid values: 0
to 86400
. Default value: 86400
. Unit: seconds
.