BgpPeer

class BgpPeer

Information about a BGP peer.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The address family for the BGP peer.

Link copied to clipboard

The IP address assigned to the Amazon interface.

Link copied to clipboard
val asn: Int

The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.

Link copied to clipboard

The authentication key for BGP configuration. This string has a minimum length of 6 characters and and a maximun lenth of 80 characters.

Link copied to clipboard

The Direct Connect endpoint that terminates the BGP peer.

Link copied to clipboard

The Direct Connect endpoint that terminates the logical connection. This device might be different than the device that terminates the physical connection.

Link copied to clipboard

The ID of the BGP peer.

Link copied to clipboard

The state of the BGP peer. The following are the possible values:

Link copied to clipboard

The status of the BGP peer. The following are the possible values:

Link copied to clipboard

The IP address assigned to the customer interface.

Functions

Link copied to clipboard
inline fun copy(block: BgpPeer.Builder.() -> Unit = {}): BgpPeer
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String