RouteServerRoute

Describes a route in the route server's routing database.

Types

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

Properties

Link copied to clipboard

The AS path attributes of the BGP route.

Link copied to clipboard
val med: Int?

The Multi-Exit Discriminator (MED) value of the BGP route.

Link copied to clipboard

The IP address for the next hop.

Link copied to clipboard

The destination CIDR block of the route.

Link copied to clipboard

Details about the installation status of this route in route tables.

Link copied to clipboard

The ID of the route server endpoint that received this route.

Link copied to clipboard

The ID of the route server peer that advertised this route.

Link copied to clipboard

The current status of the route in the routing database. Values are in-rib or in-fib depending on if the routes are in the RIB or the FIB database.

Functions

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