Class: Google::Apis::ComputeAlpha::InstanceGroupsRemoveInstancesRequest
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::InstanceGroupsRemoveInstancesRequest
- 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 remove from the instance group.
Instance Method Summary collapse
-
#initialize(**args) ⇒ InstanceGroupsRemoveInstancesRequest
constructor
A new instance of InstanceGroupsRemoveInstancesRequest.
-
#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) ⇒ InstanceGroupsRemoveInstancesRequest
Returns a new instance of InstanceGroupsRemoveInstancesRequest
10736 10737 10738 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 10736 def initialize(**args) update!(**args) end |
Instance Attribute Details
#instances ⇒ Array<Google::Apis::ComputeAlpha::InstanceReference>
The list of instances to remove from the instance group.
Corresponds to the JSON property instances
10734 10735 10736 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 10734 def instances @instances end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
10741 10742 10743 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 10741 def update!(**args) @instances = args[:instances] if args.key?(:instances) end |