Class: Google::Apis::ComputeV1::InstanceGroupsAddInstancesRequest
- Inherits:
-
Object
- Object
- Google::Apis::ComputeV1::InstanceGroupsAddInstancesRequest
- Defined in:
- generated/google/apis/compute_v1/classes.rb,
generated/google/apis/compute_v1/representations.rb,
generated/google/apis/compute_v1/representations.rb
Instance Attribute Summary collapse
-
#instances ⇒ Array<Google::Apis::ComputeV1::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.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ InstanceGroupsAddInstancesRequest
Returns a new instance of InstanceGroupsAddInstancesRequest
7830 7831 7832 |
# File 'generated/google/apis/compute_v1/classes.rb', line 7830 def initialize(**args) update!(**args) end |
Instance Attribute Details
#instances ⇒ Array<Google::Apis::ComputeV1::InstanceReference>
The list of instances to add to the instance group.
Corresponds to the JSON property instances
7828 7829 7830 |
# File 'generated/google/apis/compute_v1/classes.rb', line 7828 def instances @instances end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7835 7836 7837 |
# File 'generated/google/apis/compute_v1/classes.rb', line 7835 def update!(**args) @instances = args[:instances] if args.key?(:instances) end |