Class: Google::Cloud::Container::V1::ConfigConnectorConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1::ConfigConnectorConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1/cluster_service.rb
Overview
Configuration options for the Config Connector add-on.
Instance Attribute Summary collapse
-
#enabled ⇒ ::Boolean
Whether Cloud Connector is enabled for this cluster.
Instance Attribute Details
#enabled ⇒ ::Boolean
Returns Whether Cloud Connector is enabled for this cluster.
1006 1007 1008 1009 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 1006 class ConfigConnectorConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |