GatewayRouteResponse

data class GatewayRouteResponse(val asPath: String, val localAddress: String, val network: String, val nextHop: String, val origin: String, val sourcePeer: String, val weight: Int)

Gateway routing details.

Constructors

Link copied to clipboard
constructor(asPath: String, localAddress: String, network: String, nextHop: String, origin: String, sourcePeer: String, weight: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The route's AS path sequence.

Link copied to clipboard

The gateway's local address.

Link copied to clipboard

The route's network prefix.

Link copied to clipboard

The route's next hop.

Link copied to clipboard

The source this route was learned from.

Link copied to clipboard

The peer this route was learned from.

Link copied to clipboard
val weight: Int

The route's weight.