GetIpsecServersServerIkeConfig

data class GetIpsecServersServerIkeConfig(val ikeAuthAlg: String, val ikeEncAlg: String, val ikeLifetime: Int, val ikeMode: String, val ikePfs: String, val ikeVersion: String, val localId: String, val remoteId: String)

Constructors

Link copied to clipboard
constructor(ikeAuthAlg: String, ikeEncAlg: String, ikeLifetime: Int, ikeMode: String, ikePfs: String, ikeVersion: String, localId: String, remoteId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The IKE authentication algorithm.

Link copied to clipboard

The IKE encryption algorithm.

Link copied to clipboard

The IKE lifetime. Unit: seconds.

Link copied to clipboard

The IKE negotiation mode.

Link copied to clipboard

Diffie-Hellman key exchange algorithm.

Link copied to clipboard

The IKE version.

Link copied to clipboard

IPsec server identifier. Supports the format of FQDN and IP address. The public IP address of the VPN gateway is selected by default.

Link copied to clipboard

The peer identifier. Supports the format of FQDN and IP address, which is empty by default.