Class: Google::Apis::ComputeBeta::InstanceGroupsAddInstancesRequest
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::InstanceGroupsAddInstancesRequest
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_beta/classes.rb,
lib/google/apis/compute_beta/representations.rb,
lib/google/apis/compute_beta/representations.rb
Instance Attribute Summary collapse
-
#instances ⇒ Array<Google::Apis::ComputeBeta::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.
17994 17995 17996 |
# File 'lib/google/apis/compute_beta/classes.rb', line 17994 def initialize(**args) update!(**args) end |
Instance Attribute Details
#instances ⇒ Array<Google::Apis::ComputeBeta::InstanceReference>
The list of instances to add to the instance group.
Corresponds to the JSON property instances
17992 17993 17994 |
# File 'lib/google/apis/compute_beta/classes.rb', line 17992 def instances @instances end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
17999 18000 18001 |
# File 'lib/google/apis/compute_beta/classes.rb', line 17999 def update!(**args) @instances = args[:instances] if args.key?(:instances) end |