Route

class Route

Information about a route for a virtual interface.

Types

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

Properties

Link copied to clipboard

The address family of the route.

Link copied to clipboard

The autonomous system (AS) path of the route.

Link copied to clipboard

The Direct Connect endpoint that terminates the logical connection. This device might be different than the device that terminates the physical connection.

Link copied to clipboard
val cidr: String?

The CIDR (prefix) of the route.

Link copied to clipboard

The BGP communities associated with the route.

Link copied to clipboard

The direction of the route.

Link copied to clipboard

The time when the route was installed. The value is displayed in UTC format.

Functions

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