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