RouterRoutePolicyTerm

data class RouterRoutePolicyTerm(val actions: List<RouterRoutePolicyTermAction>? = null, val match: RouterRoutePolicyTermMatch? = null, val priority: Int)

Constructors

Link copied to clipboard
constructor(actions: List<RouterRoutePolicyTermAction>? = null, match: RouterRoutePolicyTermMatch? = null, priority: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

'CEL expressions to evaluate to modify a route when this term matches.'
Structure is documented below.

Link copied to clipboard

CEL expression evaluated against a route to determine if this term applies (see Policy Language). When not set, the term applies to all routes. Structure is documented below.

Link copied to clipboard

The evaluation priority for this term, which must be between 0 (inclusive) and 231 (exclusive), and unique within the list.