Class: Google::Apis::ComputeBeta::RegionInstanceGroupManagersDeleteInstancesRequest
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::RegionInstanceGroupManagersDeleteInstancesRequest
- Defined in:
- generated/google/apis/compute_beta/classes.rb,
generated/google/apis/compute_beta/representations.rb,
generated/google/apis/compute_beta/representations.rb
Instance Attribute Summary collapse
-
#instances ⇒ Array<String>
The names of one or more instances to delete.
Instance Method Summary collapse
-
#initialize(**args) ⇒ RegionInstanceGroupManagersDeleteInstancesRequest
constructor
A new instance of RegionInstanceGroupManagersDeleteInstancesRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ RegionInstanceGroupManagersDeleteInstancesRequest
Returns a new instance of RegionInstanceGroupManagersDeleteInstancesRequest.
7362 7363 7364 |
# File 'generated/google/apis/compute_beta/classes.rb', line 7362 def initialize(**args) update!(**args) end |
Instance Attribute Details
#instances ⇒ Array<String>
The names of one or more instances to delete.
Corresponds to the JSON property instances
7360 7361 7362 |
# File 'generated/google/apis/compute_beta/classes.rb', line 7360 def instances @instances end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7367 7368 7369 |
# File 'generated/google/apis/compute_beta/classes.rb', line 7367 def update!(**args) @instances = args[:instances] if args.key?(:instances) end |