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
11706 11707 11708 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 11706 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
11704 11705 11706 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 11704 def instances @instances end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
11711 11712 11713 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 11711 def update!(**args) @instances = args[:instances] if args.key?(:instances) end |