Class: Google::Apis::ContainerV1::ConfigConnectorConfig
- Inherits:
-
Object
- Object
- Google::Apis::ContainerV1::ConfigConnectorConfig
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- generated/google/apis/container_v1/classes.rb,
generated/google/apis/container_v1/representations.rb,
generated/google/apis/container_v1/representations.rb
Overview
Configuration options for the Config Connector add-on.
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
(also: #enabled?)
Whether Cloud Connector is enabled for this cluster.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ConfigConnectorConfig
constructor
A new instance of ConfigConnectorConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ConfigConnectorConfig
Returns a new instance of ConfigConnectorConfig.
1117 1118 1119 |
# File 'generated/google/apis/container_v1/classes.rb', line 1117 def initialize(**args) update!(**args) end |
Instance Attribute Details
#enabled ⇒ Boolean Also known as: enabled?
Whether Cloud Connector is enabled for this cluster.
Corresponds to the JSON property enabled
1114 1115 1116 |
# File 'generated/google/apis/container_v1/classes.rb', line 1114 def enabled @enabled end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1122 1123 1124 |
# File 'generated/google/apis/container_v1/classes.rb', line 1122 def update!(**args) @enabled = args[:enabled] if args.key?(:enabled) end |