GetGatewayVpnAttachmentsAttachmentIkeConfig

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

Constructors

fun GetGatewayVpnAttachmentsAttachmentIkeConfig(ikeAuthAlg: String, ikeEncAlg: String, ikeLifetime: String, ikeMode: String, ikePfs: String, ikeVersion: String, localId: String, psk: 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

The DH group.

Link copied to clipboard

The version of the IKE protocol.

Link copied to clipboard

The local ID, which supports the FQDN and IP formats. The current VPN gateway IP address is selected by default. The alicloud.cen.TransitRouterVpnAttachment resource will not have a value until after it is created.

Link copied to clipboard
val psk: String

The pre-shared key.

Link copied to clipboard

The identifier of the peer. The default value is the IP address of the VPN gateway. The value can be a fully qualified domain name (FQDN) or an IP address.