RouteFilters

The filters used to limit the routes returned by ListVirtualInterfaceRoutes.

Types

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

Properties

Link copied to clipboard

The address family of the routes to return.

Link copied to clipboard

The autonomous system (AS) numbers used to filter the routes by their AS path.

Link copied to clipboard

The CIDRs (prefixes) used to filter the routes. You can specify up to 10 CIDRs.

Link copied to clipboard

The BGP communities used to filter the routes.

Link copied to clipboard

The direction of the routes to return.

Functions

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