Connection Tunnel Options Specification Tunnel Ike Config Args
data class ConnectionTunnelOptionsSpecificationTunnelIkeConfigArgs(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<ConnectionTunnelOptionsSpecificationTunnelIkeConfigArgs>
Constructors
Link copied to clipboard
constructor(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)
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
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
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.