class Aws::DirectConnect::Types::BGPPeer

Information about a BGP peer.

@!attribute [rw] bgp_peer_id

The ID of the BGP peer.
@return [String]

@!attribute [rw] asn

The autonomous system (AS) number for Border Gateway Protocol (BGP)
configuration.
@return [Integer]

@!attribute [rw] auth_key

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

@!attribute [rw] address_family

The address family for the BGP peer.
@return [String]

@!attribute [rw] amazon_address

The IP address assigned to the Amazon interface.
@return [String]

@!attribute [rw] customer_address

The IP address assigned to the customer interface.
@return [String]

@!attribute [rw] bgp_peer_state

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

* `verifying`\: The BGP peering addresses or ASN require validation
  before the BGP peer can be created. This state applies only to
  public virtual interfaces.

* `pending`\: The BGP peer is created, and remains in this state
  until it is ready to be established.

* `available`\: The BGP peer is ready to be established.

* `deleting`\: The BGP peer is being deleted.

* `deleted`\: The BGP peer is deleted and cannot be established.
@return [String]

@!attribute [rw] bgp_status

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

* `up`\: The BGP peer is established. This state does not indicate
  the state of the routing function. Ensure that you are receiving
  routes over the BGP session.

* `down`\: The BGP peer is down.

* `unknown`\: The BGP peer status is not available.
@return [String]

@!attribute [rw] aws_device_v2

The Direct Connect endpoint that terminates the BGP peer.
@return [String]

@!attribute [rw] aws_logical_device_id

The Direct Connect endpoint that terminates the logical connection.
This device might be different than the device that terminates the
physical connection.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/BGPPeer AWS API Documentation

Constants

SENSITIVE