Class: Google::Cloud::NetworkServices::V1::TcpRoute::RouteRule
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkServices::V1::TcpRoute::RouteRule
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkservices/v1/tcp_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::TcpRoute::RouteAction
Required.
-
#matches ⇒ ::Array<::Google::Cloud::NetworkServices::V1::TcpRoute::RouteMatch>
Optional.
Instance Attribute Details
#action ⇒ ::Google::Cloud::NetworkServices::V1::TcpRoute::RouteAction
82 83 84 85 |
# File 'proto_docs/google/cloud/networkservices/v1/tcp_route.rb', line 82 class RouteRule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#matches ⇒ ::Array<::Google::Cloud::NetworkServices::V1::TcpRoute::RouteMatch>
82 83 84 85 |
# File 'proto_docs/google/cloud/networkservices/v1/tcp_route.rb', line 82 class RouteRule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |