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



1574
1575
1576
# File 'generated/google/apis/container_v1/classes.rb', line 1574

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



1572
1573
1574
# File 'generated/google/apis/container_v1/classes.rb', line 1572

def addons_config
  @addons_config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1579
1580
1581
# File 'generated/google/apis/container_v1/classes.rb', line 1579

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