GetConnectionsConnection

data class GetConnectionsConnection(val createTime: String, val customerGatewayId: String, val effectImmediately: Boolean, val enableDpd: Boolean, val enableNatTraversal: Boolean, val enableTunnelsBgp: Boolean, val id: String, val ikeConfigs: List<GetConnectionsConnectionIkeConfig>? = null, val ipsecConfigs: List<GetConnectionsConnectionIpsecConfig>? = null, val localSubnet: String, val name: String, val remoteSubnet: String, val status: String, val tunnelOptionsSpecifications: List<GetConnectionsConnectionTunnelOptionsSpecification>, val vcoHealthChecks: List<GetConnectionsConnectionVcoHealthCheck>? = null, val vpnBgpConfigs: List<GetConnectionsConnectionVpnBgpConfig>? = null, val vpnGatewayId: String)

Constructors

Link copied to clipboard
constructor(createTime: String, customerGatewayId: String, effectImmediately: Boolean, enableDpd: Boolean, enableNatTraversal: Boolean, enableTunnelsBgp: Boolean, id: String, ikeConfigs: List<GetConnectionsConnectionIkeConfig>? = null, ipsecConfigs: List<GetConnectionsConnectionIpsecConfig>? = null, localSubnet: String, name: String, remoteSubnet: String, status: String, tunnelOptionsSpecifications: List<GetConnectionsConnectionTunnelOptionsSpecification>, vcoHealthChecks: List<GetConnectionsConnectionVcoHealthCheck>? = null, vpnBgpConfigs: List<GetConnectionsConnectionVpnBgpConfig>? = null, vpnGatewayId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Use the VPN customer gateway ID as the search key.

Link copied to clipboard
Link copied to clipboard

Wether enable Dpd detection.

Link copied to clipboard

enable nat traversal.

Link copied to clipboard

Enable tunnel bgp.

Link copied to clipboard
val id: String

ID of the VPN connection.

Link copied to clipboard

The ike_config mapping supports the following:

Link copied to clipboard

The ipsec_config mapping supports the following:

Link copied to clipboard

The local subnet of the VPN connection.

Link copied to clipboard

The name of the VPN connection.

Link copied to clipboard

The remote subnet of the VPN connection.

Link copied to clipboard

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

Link copied to clipboard

The tunnel_options_specification supports the following:

Link copied to clipboard

The vpn_bgp_config mapping supports the following:

Link copied to clipboard

Use the VPN gateway ID as the search key.