rules property

List<TlsRouteRouteRule>? rules
getter/setter pair

Rules that define how traffic is routed and handled.

At least one RouteRule must be supplied. If there are multiple rules then the action taken will be the first rule to match.

Required.

Implementation

core.List<TlsRouteRouteRule>? rules;