Class: Google::Apis::HypercomputeclusterV1::DeleteNodeset

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/hypercomputecluster_v1/classes.rb,
lib/google/apis/hypercomputecluster_v1/representations.rb,
lib/google/apis/hypercomputecluster_v1/representations.rb

Overview

When set in OperationStep, indicates that a nodeset should be deleted.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ DeleteNodeset

Returns a new instance of DeleteNodeset.



559
560
561
# File 'lib/google/apis/hypercomputecluster_v1/classes.rb', line 559

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

Instance Attribute Details

#nodesetsArray<String>

Output only. Name of the nodeset to delete Corresponds to the JSON property nodesets

Returns:

  • (Array<String>)


557
558
559
# File 'lib/google/apis/hypercomputecluster_v1/classes.rb', line 557

def nodesets
  @nodesets
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



564
565
566
# File 'lib/google/apis/hypercomputecluster_v1/classes.rb', line 564

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