Class: Google::Apis::ComputeAlpha::InstanceGroupManagersCreateInstancesRequest
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::InstanceGroupManagersCreateInstancesRequest
- Defined in:
- generated/google/apis/compute_alpha/classes.rb,
generated/google/apis/compute_alpha/representations.rb,
generated/google/apis/compute_alpha/representations.rb
Overview
InstanceGroupManagers.createInstances
Instance Attribute Summary collapse
-
#instances ⇒ Array<Google::Apis::ComputeAlpha::PerInstanceConfig>
[Required] List of specifications of per-instance configs.
Instance Method Summary collapse
-
#initialize(**args) ⇒ InstanceGroupManagersCreateInstancesRequest
constructor
A new instance of InstanceGroupManagersCreateInstancesRequest.
-
#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) ⇒ InstanceGroupManagersCreateInstancesRequest
Returns a new instance of InstanceGroupManagersCreateInstancesRequest
12087 12088 12089 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 12087 def initialize(**args) update!(**args) end |
Instance Attribute Details
#instances ⇒ Array<Google::Apis::ComputeAlpha::PerInstanceConfig>
[Required] List of specifications of per-instance configs.
Corresponds to the JSON property instances
12085 12086 12087 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 12085 def instances @instances end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
12092 12093 12094 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 12092 def update!(**args) @instances = args[:instances] if args.key?(:instances) end |