Get Connections Connection
data class GetConnectionsConnection(val createTime: String, val customerGatewayId: String, val effectImmediately: Boolean, val enableDpd: Boolean, val enableNatTraversal: 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 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, id: String, ikeConfigs: List<GetConnectionsConnectionIkeConfig>? = null, ipsecConfigs: List<GetConnectionsConnectionIpsecConfig>? = null, localSubnet: String, name: String, remoteSubnet: String, status: String, vcoHealthChecks: List<GetConnectionsConnectionVcoHealthCheck>? = null, vpnBgpConfigs: List<GetConnectionsConnectionVpnBgpConfig>? = null, vpnGatewayId: String)