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
12750 12751 12752 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 12750 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
12748 12749 12750 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 12748 def instances @instances end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
12755 12756 12757 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 12755 def update!(**args) @instances = args[:instances] if args.key?(:instances) end |