RouteMapRuleMatchCriterionArgs

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

Constructors

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

Properties

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

A list of AS paths which this criterion matches.

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

A list of BGP communities which this criterion matches.

Link copied to clipboard
val matchCondition: Output<String>

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: Output<List<String>>? = null

A list of route prefixes which this criterion matches.

Functions

Link copied to clipboard
open override fun toJava(): RouteMapRuleMatchCriterionArgs