Class: Google::Apis::ComputeAlpha::InstanceGroupsRemoveInstancesRequest
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::InstanceGroupsRemoveInstancesRequest
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_alpha/classes.rb,
lib/google/apis/compute_alpha/representations.rb,
lib/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.
Constructor Details
#initialize(**args) ⇒ InstanceGroupsRemoveInstancesRequest
Returns a new instance of InstanceGroupsRemoveInstancesRequest.
19042 19043 19044 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 19042 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
19040 19041 19042 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 19040 def instances @instances end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
19047 19048 19049 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 19047 def update!(**args) @instances = args[:instances] if args.key?(:instances) end |