Class: Google::Apis::ComputeV1::RegionInstanceGroupManagersRecreateRequest
- Inherits:
-
Object
- Object
- Google::Apis::ComputeV1::RegionInstanceGroupManagersRecreateRequest
- 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
-
#instances ⇒ Array<String>
The URL for one or more instances to recreate.
Instance Method Summary collapse
-
#initialize(**args) ⇒ RegionInstanceGroupManagersRecreateRequest
constructor
A new instance of RegionInstanceGroupManagersRecreateRequest.
-
#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) ⇒ RegionInstanceGroupManagersRecreateRequest
Returns a new instance of RegionInstanceGroupManagersRecreateRequest
7242 7243 7244 |
# File 'generated/google/apis/compute_v1/classes.rb', line 7242 def initialize(**args) update!(**args) end |
Instance Attribute Details
#instances ⇒ Array<String>
The URL for one or more instances to recreate.
Corresponds to the JSON property instances
7240 7241 7242 |
# File 'generated/google/apis/compute_v1/classes.rb', line 7240 def instances @instances end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7247 7248 7249 |
# File 'generated/google/apis/compute_v1/classes.rb', line 7247 def update!(**args) @instances = args[:instances] if args.key?(:instances) end |