Class: Google::Apis::ComputeV1::RegionInstanceGroupManagersDeleteInstancesRequest

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
generated/google/apis/compute_v1/classes.rb,
generated/google/apis/compute_v1/representations.rb,
generated/google/apis/compute_v1/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ RegionInstanceGroupManagersDeleteInstancesRequest

Returns a new instance of RegionInstanceGroupManagersDeleteInstancesRequest



7204
7205
7206
# File 'generated/google/apis/compute_v1/classes.rb', line 7204

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#instancesArray<String>

The names of one or more instances to delete. Corresponds to the JSON property instances

Returns:

  • (Array<String>)


7202
7203
7204
# File 'generated/google/apis/compute_v1/classes.rb', line 7202

def instances
  @instances
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7209
7210
7211
# File 'generated/google/apis/compute_v1/classes.rb', line 7209

def update!(**args)
  @instances = args[:instances] if args.key?(:instances)
end