ConnectionTunnelOptionsSpecificationTunnelIkeConfig

data class ConnectionTunnelOptionsSpecificationTunnelIkeConfig(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

constructor(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
Link copied to clipboard
val ikeEncAlg: String? = null
Link copied to clipboard
val ikeLifetime: Int? = null
Link copied to clipboard
val ikeMode: String? = null
Link copied to clipboard
val ikePfs: String? = null
Link copied to clipboard
val ikeVersion: String? = null
Link copied to clipboard
val localId: String? = null

The identifier of the tunnel on the Alibaba Cloud side, which is used in Phase 1 negotiations. It can contain at most 100 characters. The default value is the IP address of the tunnel. LocalId supports fully qualified domain names (FQDNs). If you use an FQDN, we recommend that you set the negotiation mode to aggressive.

Link copied to clipboard
val psk: String? = null
Link copied to clipboard
val remoteId: String? = null

The identifier of the tunnel peer, which is used in Phase 1 negotiations. It can contain at most 100 characters. The default value is the IP address of the customer gateway that is associated with the tunnel. RemoteId supports FQDNs. If you use an FQDN, we recommend that you set the negotiation mode to aggressive.