Connection Ipsec Config
data class ConnectionIpsecConfig(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. 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.