RouteRule(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Specifies how to match traffic and how to route traffic when traffic is matched.
Attributes | |
---|---|
Name | Description |
matches |
MutableSequence[google.cloud.network_services_v1.types.TlsRoute.RouteMatch]
Required. RouteMatch defines the predicate used to match requests to a given action. Multiple match types are "OR"ed for evaluation. |
action |
google.cloud.network_services_v1.types.TlsRoute.RouteAction
Required. The detailed rule defining how to route matched traffic. |