Ipsec Server Ipsec Config
data class IpsecServerIpsecConfig(val ipsecAuthAlg: String? = null, val ipsecEncAlg: String? = null, val ipsecLifetime: Int? = null, val ipsecPfs: String? = null)
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
.