class Google::Apis::ComputeV1::InstanceGroupManagersAbandonInstancesRequest

Attributes

instances[RW]

The URLs of one or more instances to abandon. This can be a full URL or a partial URL, such as zones//instances/. Corresponds to the JSON property `instances` @return [Array<String>]

Public Class Methods

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