RouteMapRuleMatchCriterion

data class RouteMapRuleMatchCriterion(val asPaths: List<String>? = null, val communities: List<String>? = null, val matchCondition: String, val routePrefixes: List<String>? = null)

Constructors

Link copied to clipboard
constructor(asPaths: List<String>? = null, communities: List<String>? = null, matchCondition: String, routePrefixes: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val asPaths: List<String>? = null

A list of AS paths which this criterion matches.

Link copied to clipboard
val communities: List<String>? = null

A list of BGP communities which this criterion matches.

Link copied to clipboard

The match condition to apply the rule of the Route Map. Possible values are Contains, Equals, NotContains, NotEquals and Unknown.

Link copied to clipboard
val routePrefixes: List<String>? = null

A list of route prefixes which this criterion matches.