Class: Google::Apis::ComputeAlpha::InstanceGroupsAddInstancesRequest
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::InstanceGroupsAddInstancesRequest
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- generated/google/apis/compute_alpha/classes.rb,
generated/google/apis/compute_alpha/representations.rb,
generated/google/apis/compute_alpha/representations.rb
Instance Attribute Summary collapse
-
#instances ⇒ Array<Google::Apis::ComputeAlpha::InstanceReference>
The list of instances to add to the instance group.
Instance Method Summary collapse
-
#initialize(**args) ⇒ InstanceGroupsAddInstancesRequest
constructor
A new instance of InstanceGroupsAddInstancesRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ InstanceGroupsAddInstancesRequest
Returns a new instance of InstanceGroupsAddInstancesRequest.
15332 15333 15334 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 15332 def initialize(**args) update!(**args) end |
Instance Attribute Details
#instances ⇒ Array<Google::Apis::ComputeAlpha::InstanceReference>
The list of instances to add to the instance group.
Corresponds to the JSON property instances
15330 15331 15332 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 15330 def instances @instances end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
15337 15338 15339 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 15337 def update!(**args) @instances = args[:instances] if args.key?(:instances) end |