Class: Google::Apis::ComputeAlpha::InstanceGroupManagersDeletePerInstanceConfigsReq
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::InstanceGroupManagersDeletePerInstanceConfigsReq
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_alpha/classes.rb,
lib/google/apis/compute_alpha/representations.rb,
lib/google/apis/compute_alpha/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.
17413 17414 17415 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 17413 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
17411 17412 17413 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 17411 def names @names end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
17418 17419 17420 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 17418 def update!(**args) @names = args[:names] if args.key?(:names) end |