class Google::Apis::ComputeBeta::InstanceGroupManagersAbandonInstancesRequest

Attributes

instances[RW]

The URL for one or more instances to abandon from the managed instance group. 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 3923
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 3928
def update!(**args)
  @instances = args[:instances] if args.key?(:instances)
end