GetConnectionsConnectionIpsecConfig

data class GetConnectionsConnectionIpsecConfig(val ipsecAuthAlg: String? = null, val ipsecEncAlg: String? = null, val ipsecLifetime: Int? = null, val ipsecPfs: String? = null)

Constructors

Link copied to clipboard
fun GetConnectionsConnectionIpsecConfig(ipsecAuthAlg: String? = null, ipsecEncAlg: String? = null, ipsecLifetime: Int? = null, ipsecPfs: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val ipsecAuthAlg: String? = null

The authentication algorithm of phase-two negotiation.

Link copied to clipboard
val ipsecEncAlg: String? = null

The encryption algorithm of phase-two negotiation.

Link copied to clipboard
val ipsecLifetime: Int? = null

The SA lifecycle as the result of phase-two negotiation.

Link copied to clipboard
val ipsecPfs: String? = null

The Diffie-Hellman key exchange algorithm used by phase-two negotiation.