CriterionResponse

data class CriterionResponse(val asPath: List<String>? = null, val community: List<String>? = null, val matchCondition: String? = null, val routePrefix: List<String>? = null)

A matching criteria which matches routes based on route prefix, community, and AS path.

Constructors

Link copied to clipboard
constructor(asPath: List<String>? = null, community: List<String>? = null, matchCondition: String? = null, routePrefix: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

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

List of AS paths which this criteria matches.

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

List of BGP communities which this criteria matches.

Link copied to clipboard
val matchCondition: String? = null

Match condition to apply RouteMap rules.

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

List of route prefixes which this criteria matches.