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
fun GetConnectionsConnection(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
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard