GatewayVpnAttachmentIkeConfigArgs

data class GatewayVpnAttachmentIkeConfigArgs(val ikeAuthAlg: Output<String>? = null, val ikeEncAlg: Output<String>? = null, val ikeLifetime: Output<Int>? = null, val ikeMode: Output<String>? = null, val ikePfs: Output<String>? = null, val ikeVersion: Output<String>? = null, val localId: Output<String>? = null, val psk: Output<String>? = null, val remoteId: Output<String>? = null) : ConvertibleToJava<GatewayVpnAttachmentIkeConfigArgs>

Constructors

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

Functions

Link copied to clipboard
open override fun toJava(): GatewayVpnAttachmentIkeConfigArgs

Properties

Link copied to clipboard
val ikeAuthAlg: Output<String>? = null

IKE authentication algorithm supports sha1 and MD5.

Link copied to clipboard
val ikeEncAlg: Output<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: Output<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: Output<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: Output<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: Output<String>? = null

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

Link copied to clipboard
val localId: Output<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: Output<String>? = null

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

Link copied to clipboard
val remoteId: Output<String>? = null

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