GetBgpPeersPeer

data class GetBgpPeersPeer(val authKey: String, val bfdMultiHop: Int, val bgpGroupId: String, val bgpPeerId: String, val bgpPeerName: String, val bgpStatus: String, val description: String, val enableBfd: Boolean, val hold: String, val id: String, val ipVersion: String, val isFake: Boolean, val keepalive: String, val localAsn: String, val peerAsn: String, val peerIpAddress: String, val routeLimit: String, val routerId: String, val status: String)

Constructors

Link copied to clipboard
constructor(authKey: String, bfdMultiHop: Int, bgpGroupId: String, bgpPeerId: String, bgpPeerName: String, bgpStatus: String, description: String, enableBfd: Boolean, hold: String, id: String, ipVersion: String, isFake: Boolean, keepalive: String, localAsn: String, peerAsn: String, peerIpAddress: String, routeLimit: String, routerId: String, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The authentication key of the BGP group.

Link copied to clipboard

The BFD hop count.

Link copied to clipboard

The ID of the BGP group.

Link copied to clipboard

The ID of the BGP neighbor.

Link copied to clipboard

The name of the BGP neighbor.

Link copied to clipboard

The status of the BGP connection.

Link copied to clipboard

The description of the BGP group.

Link copied to clipboard

Indicates whether the Bidirectional Forwarding Detection (BFD) protocol is enabled.

Link copied to clipboard

The hold time.

Link copied to clipboard
val id: String

The ID of the Bgp Peer.

Link copied to clipboard

The IP version.

Link copied to clipboard

Indicates whether a fake AS number is used.

Link copied to clipboard

The keepalive time.

Link copied to clipboard

The AS number of the device on the Alibaba Cloud side.

Link copied to clipboard

The autonomous system (AS) number of the BGP peer.

Link copied to clipboard

The IP address of the BGP neighbor.

Link copied to clipboard

The limit on routes.

Link copied to clipboard

The ID of the router.

Link copied to clipboard

The status of the BGP peer.