RouteServerPeer

Describes a BGP peer configuration for a route server endpoint.

A route server peer is a session between a route server endpoint and the device deployed in Amazon Web Services (such as a firewall appliance or other network security function running on an EC2 instance). The device must meet these requirements:

  • Have an elastic network interface in the VPC

  • Support BGP (Border Gateway Protocol)

  • Can initiate BGP sessions

Types

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

Properties

Link copied to clipboard

The current status of the BFD session with this peer.

Link copied to clipboard

The BGP configuration options for this peer, including ASN (Autonomous System Number) and BFD (Bidrectional Forwarding Detection) settings.

Link copied to clipboard

The current status of the BGP session with this peer.

Link copied to clipboard

The IP address of the Elastic network interface for the route server endpoint.

Link copied to clipboard

The ID of the Elastic network interface for the route server endpoint.

Link copied to clipboard

The reason for any failure in peer creation or operation.

Link copied to clipboard

The IPv4 address of the peer device.

Link copied to clipboard

The ID of the route server endpoint associated with this peer.

Link copied to clipboard

The ID of the route server associated with this peer.

Link copied to clipboard

The unique identifier of the route server peer.

Link copied to clipboard

The current state of the route server peer.

Link copied to clipboard

The ID of the subnet containing the route server peer.

Link copied to clipboard
val tags: List<Tag>?

Any tags assigned to the route server peer.

Link copied to clipboard

The ID of the VPC containing the route server peer.

Functions

Link copied to clipboard
inline fun copy(block: RouteServerPeer.Builder.() -> Unit = {}): RouteServerPeer
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