Class: Google::Apis::ComputeAlpha::InstanceGroupManagersCreateInstancesRequest
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::InstanceGroupManagersCreateInstancesRequest
- 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.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.
Constructor Details
#initialize(**args) ⇒ InstanceGroupManagersCreateInstancesRequest
Returns a new instance of InstanceGroupManagersCreateInstancesRequest.
20499 20500 20501 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 20499 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
20497 20498 20499 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 20497 def instances @instances end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
20504 20505 20506 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 20504 def update!(**args) @instances = args[:instances] if args.key?(:instances) end |