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.



20716
20717
20718
# File 'generated/google/apis/compute_v1/classes.rb', line 20716

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

Instance Attribute Details

#instancesArray<String>

The URLs of one or more instances to delete. This can be a full URL or a partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME]. Corresponds to the JSON property instances

Returns:

  • (Array<String>)


20714
20715
20716
# File 'generated/google/apis/compute_v1/classes.rb', line 20714

def instances
  @instances
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



20721
20722
20723
# File 'generated/google/apis/compute_v1/classes.rb', line 20721

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