Class: Google::Apis::ContainerV1::SetAddonsConfigRequest

Inherits:
Object
  • Object
show all
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

SetAddonsConfigRequest sets the addons associated with the cluster.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ SetAddonsConfigRequest

Returns a new instance of SetAddonsConfigRequest



1460
1461
1462
# File 'generated/google/apis/container_v1/classes.rb', line 1460

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#addons_configGoogle::Apis::ContainerV1::AddonsConfig

Configuration for the addons that can be automatically spun up in the cluster, enabling additional functionality. Corresponds to the JSON property addonsConfig



1458
1459
1460
# File 'generated/google/apis/container_v1/classes.rb', line 1458

def addons_config
  @addons_config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1465
1466
1467
# File 'generated/google/apis/container_v1/classes.rb', line 1465

def update!(**args)
  @addons_config = args[:addons_config] if args.key?(:addons_config)
end