Class: Google::Cloud::Deploy::V1::KubernetesConfig::GatewayServiceMesh::RouteDestinations
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::KubernetesConfig::GatewayServiceMesh::RouteDestinations
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/deploy/v1/cloud_deploy.rb
Overview
Information about route destinations for the Gateway API service mesh.
Instance Attribute Summary collapse
-
#destination_ids ⇒ ::Array<::String>
Required.
-
#propagate_service ⇒ ::Boolean
Optional.
Instance Attribute Details
#destination_ids ⇒ ::Array<::String>
368 369 370 371 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 368 class RouteDestinations include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#propagate_service ⇒ ::Boolean
368 369 370 371 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 368 class RouteDestinations include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |