Get Connections Connection
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)
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
enable nat traversal.
Link copied to clipboard
Enable tunnel bgp.
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 remote subnet of the VPN connection.
Link copied to clipboard
The tunnel_options_specification supports the following:
Link copied to clipboard
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.