class Google::Apis::ComputeBeta::InstanceGroupsAddInstancesRequest

Attributes

instances[RW]

The list of instances to add to the instance group. Corresponds to the JSON property `instances` @return [Array<Google::Apis::ComputeBeta::InstanceReference>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/compute_beta/classes.rb, line 14586
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 14591
def update!(**args)
  @instances = args[:instances] if args.key?(:instances)
end