class Google::Apis::ComputeBeta::InstanceGroupManagersDeleteInstancesRequest

Attributes

instances[RW]

The list of instances to delete from this managed instance group. Specify one or more instance URLs. Corresponds to the JSON property `instances` @return [Array<String>]

Public Class Methods

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