Class: Google::Apis::ComputeAlpha::RegionInstanceGroupManagerDeleteInstanceConfigReq
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::RegionInstanceGroupManagerDeleteInstanceConfigReq
- 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
RegionInstanceGroupManagers.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) ⇒ RegionInstanceGroupManagerDeleteInstanceConfigReq
constructor
A new instance of RegionInstanceGroupManagerDeleteInstanceConfigReq.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ RegionInstanceGroupManagerDeleteInstanceConfigReq
Returns a new instance of RegionInstanceGroupManagerDeleteInstanceConfigReq.
31350 31351 31352 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 31350 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
31348 31349 31350 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 31348 def names @names end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
31355 31356 31357 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 31355 def update!(**args) @names = args[:names] if args.key?(:names) end |