GetConnectionsConnection

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)

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

Specifies whether to enable the dead peer detection (DPD) feature.

Link copied to clipboard

Specifies whether to enable NAT traversal.

Link copied to clipboard
val id: String

ID of the VPN connection.

Link copied to clipboard

The configurations of phase-one negotiation.

Link copied to clipboard

The configurations of phase-two negotiation.

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 configuration information for BGP.

Link copied to clipboard

Use the VPN gateway ID as the search key.