Class: Google::Cloud::NetworkServices::V1::TlsRoute::RouteRule
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkServices::V1::TlsRoute::RouteRule
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkservices/v1/tls_route.rb
Overview
Specifies how to match traffic and how to route traffic when traffic is matched.
Instance Attribute Summary collapse
-
#action ⇒ ::Google::Cloud::NetworkServices::V1::TlsRoute::RouteAction
Required.
-
#matches ⇒ ::Array<::Google::Cloud::NetworkServices::V1::TlsRoute::RouteMatch>
Required.
Instance Attribute Details
#action ⇒ ::Google::Cloud::NetworkServices::V1::TlsRoute::RouteAction
Returns Required. The detailed rule defining how to route matched traffic.
77 78 79 80 |
# File 'proto_docs/google/cloud/networkservices/v1/tls_route.rb', line 77 class RouteRule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#matches ⇒ ::Array<::Google::Cloud::NetworkServices::V1::TlsRoute::RouteMatch>
Returns Required. RouteMatch defines the predicate used to match requests to a given action. Multiple match types are "OR"ed for evaluation.
77 78 79 80 |
# File 'proto_docs/google/cloud/networkservices/v1/tls_route.rb', line 77 class RouteRule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |