GatewayVpnAttachmentIkeConfig

data class GatewayVpnAttachmentIkeConfig(val ikeAuthAlg: String? = null, val ikeEncAlg: String? = null, val ikeLifetime: Int? = null, val ikeMode: String? = null, val ikePfs: String? = null, val ikeVersion: String? = null, val localId: String? = null, val psk: String? = null, val remoteId: String? = null)

Constructors

Link copied to clipboard
fun GatewayVpnAttachmentIkeConfig(ikeAuthAlg: String? = null, ikeEncAlg: String? = null, ikeLifetime: Int? = null, ikeMode: String? = null, ikePfs: String? = null, ikeVersion: String? = null, localId: String? = null, psk: String? = null, remoteId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val ikeAuthAlg: String? = null

IKE authentication algorithm supports sha1 and MD5.

Link copied to clipboard
val ikeEncAlg: String? = null

The encryption algorithm of phase-one negotiation. Valid value: aes | aes192 | aes256 | des | 3des. Default Valid value: aes.

Link copied to clipboard
val ikeLifetime: Int? = null

The SA lifecycle as the result of phase-one negotiation. The valid value of n is 0, 86400, the unit is second and the default value is 86400.

Link copied to clipboard
val ikeMode: String? = null

The negotiation mode of IKE V1. Valid value: main (main mode) | aggressive (aggressive mode). Default value: main.

Link copied to clipboard
val ikePfs: String? = null

The Diffie-Hellman key exchange algorithm used by phase-one negotiation. Valid value: group1 | group2 | group5 | group14 | group24. Default value: group2

Link copied to clipboard
val ikeVersion: String? = null

The version of the IKE protocol. Valid value: ikev1, ikev2. Default value: ikev1.

Link copied to clipboard
val localId: String? = null

The local ID, which supports the FQDN and IP formats. The current VPN gateway IP address is selected by default.

Link copied to clipboard
val psk: String? = null

Used for authentication between the IPsec VPN gateway and the customer gateway.

Link copied to clipboard
val remoteId: String? = null

The peer ID, which supports FQDN and IP formats. By default, the IP address of the currently selected user gateway.