class Google::Apis::ComputeV1::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_v1/classes.rb, line 3689 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 3694 def update!(**args) @instances = args[:instances] if args.key?(:instances) end