class Google::Apis::ComputeV1::InstanceGroupsAddInstancesRequest

Attributes

instances[RW]

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

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/compute_v1/classes.rb, line 3916
def update!(**args)
  @instances = args[:instances] if args.key?(:instances)
end