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
12007 12008 12009 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 12007 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
12005 12006 12007 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 12005 def instances @instances end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
12012 12013 12014 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 12012 def update!(**args) @instances = args[:instances] if args.key?(:instances) end |