NetworkRoute

Describes a network route.

Types

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

Properties

Link copied to clipboard

A unique identifier for the route, such as a CIDR block.

Link copied to clipboard

The destinations.

Link copied to clipboard

The ID of the prefix list.

Link copied to clipboard

The route state. The possible values are active and blackhole.

Link copied to clipboard

The route type. The possible values are propagated and static.

Functions

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