ConnectionTunnelOptionsSpecification

data class ConnectionTunnelOptionsSpecification(val customerGatewayId: String? = null, val enableDpd: Boolean? = null, val enableNatTraversal: Boolean? = null, val internetIp: String? = null, val role: String? = null, val state: String? = null, val status: String? = null, val tunnelBgpConfig: ConnectionTunnelOptionsSpecificationTunnelBgpConfig? = null, val tunnelId: String? = null, val tunnelIkeConfig: ConnectionTunnelOptionsSpecificationTunnelIkeConfig? = null, val tunnelIpsecConfig: ConnectionTunnelOptionsSpecificationTunnelIpsecConfig? = null, val zoneNo: String? = null)

Constructors

Link copied to clipboard
constructor(customerGatewayId: String? = null, enableDpd: Boolean? = null, enableNatTraversal: Boolean? = null, internetIp: String? = null, role: String? = null, state: String? = null, status: String? = null, tunnelBgpConfig: ConnectionTunnelOptionsSpecificationTunnelBgpConfig? = null, tunnelId: String? = null, tunnelIkeConfig: ConnectionTunnelOptionsSpecificationTunnelIkeConfig? = null, tunnelIpsecConfig: ConnectionTunnelOptionsSpecificationTunnelIpsecConfig? = null, zoneNo: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the customer gateway in Tunnel.

Link copied to clipboard
val enableDpd: Boolean? = null

Wether enable Dpd detection.

Link copied to clipboard

enable nat traversal.

Link copied to clipboard
val internetIp: String? = null

The local internet IP in Tunnel.

Link copied to clipboard
val role: String? = null

The role of Tunnel.

Link copied to clipboard
val state: String? = null

The state of Tunnel.

Link copied to clipboard
val status: String? = null

The negotiation status of Tunnel.

Link copied to clipboard

The bgp config of Tunnel. See tunnel_bgp_config below.

Link copied to clipboard
val tunnelId: String? = null

The tunnel ID of IPsec-VPN connection.

Link copied to clipboard

The configuration of Phase 1 negotiations in Tunnel. See tunnel_ike_config below.

Link copied to clipboard

IPsec configuration in Tunnel. See tunnel_ipsec_config below.

Link copied to clipboard
val zoneNo: String? = null

The zoneNo of tunnel.