RouteMapRule interface

A RouteMap Rule.

Properties

actions

List of actions which will be applied on a match.

matchCriteria

List of matching criterion which will be applied to traffic.

name

The unique name for the rule.

nextStepIfMatched

Next step after rule is evaluated. Current supported behaviors are 'Continue'(to next rule) and 'Terminate'.

Property Details

actions

List of actions which will be applied on a match.

actions?: Action[]

Property Value

Action[]

matchCriteria

List of matching criterion which will be applied to traffic.

matchCriteria?: Criterion[]

Property Value

name

The unique name for the rule.

name?: string

Property Value

string

nextStepIfMatched

Next step after rule is evaluated. Current supported behaviors are 'Continue'(to next rule) and 'Terminate'.

nextStepIfMatched?: string

Property Value

string