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.



3722
3723
3724
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 3722

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



3720
3721
3722
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 3720

def auto_resize_config
  @auto_resize_config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3727
3728
3729
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 3727

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