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.
17465 17466 17467 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 17465 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
17463 17464 17465 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 17463 def instances @instances end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
17470 17471 17472 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 17470 def update!(**args) @instances = args[:instances] if args.key?(:instances) end |