Class: Google::Apis::ComputeAlpha::NodeGroupsPerformMaintenanceRequest

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ NodeGroupsPerformMaintenanceRequest

Returns a new instance of NodeGroupsPerformMaintenanceRequest.



47911
47912
47913
# File 'lib/google/apis/compute_alpha/classes.rb', line 47911

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

Instance Attribute Details

#nodesArray<String>

[Required] List of nodes affected by the call. Corresponds to the JSON property nodes

Returns:

  • (Array<String>)


47904
47905
47906
# File 'lib/google/apis/compute_alpha/classes.rb', line 47904

def nodes
  @nodes
end

#start_timeString

The start time of the schedule. The timestamp is an RFC3339 string. Corresponds to the JSON property startTime

Returns:

  • (String)


47909
47910
47911
# File 'lib/google/apis/compute_alpha/classes.rb', line 47909

def start_time
  @start_time
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



47916
47917
47918
47919
# File 'lib/google/apis/compute_alpha/classes.rb', line 47916

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