Class: Google::Apis::GkeonpremV1::VmwareAdminAddonNodeConfig
- Inherits:
-
Object
- Object
- Google::Apis::GkeonpremV1::VmwareAdminAddonNodeConfig
- 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
-
#auto_resize_config ⇒ Google::Apis::GkeonpremV1::VmwareAutoResizeConfig
Represents auto resizing configurations for the VMware user cluster.
Instance Method Summary collapse
-
#initialize(**args) ⇒ VmwareAdminAddonNodeConfig
constructor
A new instance of VmwareAdminAddonNodeConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
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_config ⇒ Google::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 |