Class: Google::Apis::GkeonpremV1::VmwareAutoRepairConfig
- Inherits:
-
Object
- Object
- Google::Apis::GkeonpremV1::VmwareAutoRepairConfig
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/gkeonprem_v1/classes.rb,
lib/google/apis/gkeonprem_v1/representations.rb,
lib/google/apis/gkeonprem_v1/representations.rb
Overview
Specifies config to enable/disable auto repair. The cluster-health-controller is deployed only if Enabled is true.
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
(also: #enabled?)
Whether auto repair is enabled.
Instance Method Summary collapse
-
#initialize(**args) ⇒ VmwareAutoRepairConfig
constructor
A new instance of VmwareAutoRepairConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ VmwareAutoRepairConfig
Returns a new instance of VmwareAutoRepairConfig.
4349 4350 4351 |
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 4349 def initialize(**args) update!(**args) end |
Instance Attribute Details
#enabled ⇒ Boolean Also known as: enabled?
Whether auto repair is enabled.
Corresponds to the JSON property enabled
4346 4347 4348 |
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 4346 def enabled @enabled end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4354 4355 4356 |
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 4354 def update!(**args) @enabled = args[:enabled] if args.key?(:enabled) end |