class Google::Apis::ComputeBeta::NodeGroupsDeleteNodesRequest

Attributes

nodes[RW]

Names of the nodes to delete. Corresponds to the JSON property `nodes` @return [Array<String>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/compute_beta/classes.rb, line 21574
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/compute_beta/classes.rb, line 21579
def update!(**args)
  @nodes = args[:nodes] if args.key?(:nodes)
end