Class: Google::Cloud::NetworkServices::V1::TlsRoute::RouteAction
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkServices::V1::TlsRoute::RouteAction
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkservices/v1/tls_route.rb
Overview
The specifications for routing traffic and applying associated policies.
Instance Attribute Summary collapse
Instance Attribute Details
#destinations ⇒ ::Array<::Google::Cloud::NetworkServices::V1::TlsRoute::RouteDestination>
Returns Required. The destination services to which traffic should be forwarded. At least one destination service is required.
112 113 114 115 |
# File 'proto_docs/google/cloud/networkservices/v1/tls_route.rb', line 112 class RouteAction include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |