GetConnectionsConnectionVpnBgpConfig

data class GetConnectionsConnectionVpnBgpConfig(val authKey: String? = null, val localAsn: Int? = null, val localBgpIp: String? = null, val peerAsn: Int? = null, val peerBgpIp: String? = null, val status: String? = null, val tunnelCidr: String? = null)

Constructors

Link copied to clipboard
constructor(authKey: String? = null, localAsn: Int? = null, localBgpIp: String? = null, peerAsn: Int? = null, peerBgpIp: String? = null, status: String? = null, tunnelCidr: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val authKey: String? = null

The authentication keys for BGP routing protocols.

Link copied to clipboard
val localAsn: Int? = null

Local asn.

Link copied to clipboard
val localBgpIp: String? = null

Local bgp IP.

Link copied to clipboard
val peerAsn: Int? = null

The counterpart autonomous system number.

Link copied to clipboard
val peerBgpIp: String? = null

The BGP address on the other side.

Link copied to clipboard
val status: String? = null

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

Link copied to clipboard
val tunnelCidr: String? = null

BGP Tunnel CIDR.