RouteServerEndpoint

Describes a route server endpoint and its properties.

A route server endpoint is an Amazon Web Services-managed component inside a subnet that facilitates BGP (Border Gateway Protocol) connections between your route server and your BGP peers.

Types

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

Properties

Link copied to clipboard

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

Link copied to clipboard

The ID of the Elastic network interface for the endpoint.

Link copied to clipboard

The reason for any failure in endpoint creation or operation.

Link copied to clipboard

The unique identifier of the route server endpoint.

Link copied to clipboard

The ID of the route server associated with this endpoint.

Link copied to clipboard

The current state of the route server endpoint.

Link copied to clipboard

The ID of the subnet to place the route server endpoint into.

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

Any tags assigned to the route server endpoint.

Link copied to clipboard

The ID of the VPC containing the endpoint.

Functions

Link copied to clipboard
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