Class: Google::Apis::ComputeV1::InstanceGroupManagersCreateInstancesRequest
- Inherits:
-
Object
- Object
- Google::Apis::ComputeV1::InstanceGroupManagersCreateInstancesRequest
- Defined in:
- generated/google/apis/compute_v1/classes.rb,
generated/google/apis/compute_v1/representations.rb,
generated/google/apis/compute_v1/representations.rb
Overview
InstanceGroupManagers.createInstances
Instance Attribute Summary collapse
-
#instances ⇒ Array<Google::Apis::ComputeV1::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.
11052 11053 11054 |
# File 'generated/google/apis/compute_v1/classes.rb', line 11052 def initialize(**args) update!(**args) end |
Instance Attribute Details
#instances ⇒ Array<Google::Apis::ComputeV1::PerInstanceConfig>
[Required] List of specifications of per-instance configs.
Corresponds to the JSON property instances
11050 11051 11052 |
# File 'generated/google/apis/compute_v1/classes.rb', line 11050 def instances @instances end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
11057 11058 11059 |
# File 'generated/google/apis/compute_v1/classes.rb', line 11057 def update!(**args) @instances = args[:instances] if args.key?(:instances) end |