Class: Google::Apis::GkeonpremV1::VmwareAdminAddonNodeConfig

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

VmwareAdminAddonNodeConfig contains add-on node configurations for VMware admin cluster.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ VmwareAdminAddonNodeConfig

Returns a new instance of VmwareAdminAddonNodeConfig.



3598
3599
3600
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 3598

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

Instance Attribute Details

#auto_resize_configGoogle::Apis::GkeonpremV1::VmwareAutoResizeConfig

Represents auto resizing configurations for the VMware user cluster. Corresponds to the JSON property autoResizeConfig



3596
3597
3598
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 3596

def auto_resize_config
  @auto_resize_config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3603
3604
3605
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 3603

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