GetIpsecServersServerIpsecConfig

data class GetIpsecServersServerIpsecConfig(val ipsecAuthAlg: String, val ipsecEncAlg: String, val ipsecLifetime: Int, val ipsecPfs: String)

Constructors

Link copied to clipboard
constructor(ipsecAuthAlg: String, ipsecEncAlg: String, ipsecLifetime: Int, ipsecPfs: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

IPsec authentication algorithm.

Link copied to clipboard

IPsec encryption algorithm.

Link copied to clipboard

IPsec survival time. Unit: seconds.

Link copied to clipboard

Diffie-Hellman key exchange algorithm.