GetConnectionsConnectionIkeConfig

data class GetConnectionsConnectionIkeConfig(val ikeAuthAlg: String? = null, val ikeEncAlg: String? = null, val ikeLifetime: Int? = null, val ikeLocalId: String? = null, val ikeMode: String? = null, val ikePfs: String? = null, val ikeRemoteId: String? = null, val ikeVersion: String? = null, val psk: String? = null)

Constructors

Link copied to clipboard
constructor(ikeAuthAlg: String? = null, ikeEncAlg: String? = null, ikeLifetime: Int? = null, ikeLocalId: String? = null, ikeMode: String? = null, ikePfs: String? = null, ikeRemoteId: String? = null, ikeVersion: String? = null, psk: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val ikeAuthAlg: String? = null

IKE auth Algorithm.

Link copied to clipboard
val ikeEncAlg: String? = null

IKE encript algorithm.

Link copied to clipboard
val ikeLifetime: Int? = null

IKE lifetime.

Link copied to clipboard
val ikeLocalId: String? = null

The identification of the VPN gateway.

Link copied to clipboard
val ikeMode: String? = null

IKE Mode.

Link copied to clipboard
val ikePfs: String? = null

DH Group.

Link copied to clipboard
val ikeRemoteId: String? = null

The identification of the customer gateway.

Link copied to clipboard
val ikeVersion: String? = null

IKE Version.

Link copied to clipboard
val psk: String? = null

Preshared secret key.