Class: Google::Apis::ComputeV1::InstanceGroupManagersDeletePerInstanceConfigsReq
- Inherits:
-
Object
- Object
- Google::Apis::ComputeV1::InstanceGroupManagersDeletePerInstanceConfigsReq
- 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
Overview
InstanceGroupManagers.deletePerInstanceConfigs
Instance Attribute Summary collapse
-
#names ⇒ Array<String>
The list of instance names for which we want to delete per-instance configs on this managed instance group.
Instance Method Summary collapse
-
#initialize(**args) ⇒ InstanceGroupManagersDeletePerInstanceConfigsReq
constructor
A new instance of InstanceGroupManagersDeletePerInstanceConfigsReq.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ InstanceGroupManagersDeletePerInstanceConfigsReq
Returns a new instance of InstanceGroupManagersDeletePerInstanceConfigsReq.
12388 12389 12390 |
# File 'generated/google/apis/compute_v1/classes.rb', line 12388 def initialize(**args) update!(**args) end |
Instance Attribute Details
#names ⇒ Array<String>
The list of instance names for which we want to delete per-instance configs on
this managed instance group.
Corresponds to the JSON property names
12386 12387 12388 |
# File 'generated/google/apis/compute_v1/classes.rb', line 12386 def names @names end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
12393 12394 12395 |
# File 'generated/google/apis/compute_v1/classes.rb', line 12393 def update!(**args) @names = args[:names] if args.key?(:names) end |