GetConnectionsConnectionTunnelOptionsSpecification

data class GetConnectionsConnectionTunnelOptionsSpecification(val customerGatewayId: String, val enableDpd: Boolean, val enableNatTraversal: Boolean, val internetIp: String, val role: String, val state: String, val status: String, val tunnelBgpConfig: GetConnectionsConnectionTunnelOptionsSpecificationTunnelBgpConfig, val tunnelId: String, val tunnelIkeConfig: GetConnectionsConnectionTunnelOptionsSpecificationTunnelIkeConfig, val tunnelIpsecConfig: GetConnectionsConnectionTunnelOptionsSpecificationTunnelIpsecConfig, val zoneNo: String)

Constructors

constructor(customerGatewayId: String, enableDpd: Boolean, enableNatTraversal: Boolean, internetIp: String, role: String, state: String, status: String, tunnelBgpConfig: GetConnectionsConnectionTunnelOptionsSpecificationTunnelBgpConfig, tunnelId: String, tunnelIkeConfig: GetConnectionsConnectionTunnelOptionsSpecificationTunnelIkeConfig, tunnelIpsecConfig: GetConnectionsConnectionTunnelOptionsSpecificationTunnelIpsecConfig, zoneNo: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Use the VPN customer gateway ID as the search key.

Link copied to clipboard

Wether enable Dpd detection.

Link copied to clipboard

enable nat traversal.

Link copied to clipboard
Link copied to clipboard

The role of Tunnel.

Link copied to clipboard
Link copied to clipboard

The negotiation status of the BGP routing protocol. Valid values: success, false.

Link copied to clipboard
Link copied to clipboard

The configuration of Phase 1 negotiations in Tunnel.

Link copied to clipboard