Tcp Route Route Rule Response
data class TcpRouteRouteRuleResponse(val action: TcpRouteRouteActionResponse, val matches: List<TcpRouteRouteMatchResponse>)
Specifies how to match traffic and how to route traffic when traffic is matched.
Properties
Link copied to clipboard
The detailed rule defining how to route matched traffic.
Link copied to clipboard
Optional. RouteMatch defines the predicate used to match requests to a given action. Multiple match types are "OR"ed for evaluation. If no routeMatch field is specified, this rule will unconditionally match traffic.