Class: Google::Apis::ComputeV1::InstanceGroupsRemoveInstancesRequest
- Inherits:
-
Object
- Object
- Google::Apis::ComputeV1::InstanceGroupsRemoveInstancesRequest
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_v1/classes.rb,
lib/google/apis/compute_v1/representations.rb,
lib/google/apis/compute_v1/representations.rb
Instance Attribute Summary collapse
-
#instances ⇒ Array<Google::Apis::ComputeV1::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.
15075 15076 15077 |
# File 'lib/google/apis/compute_v1/classes.rb', line 15075 def initialize(**args) update!(**args) end |
Instance Attribute Details
#instances ⇒ Array<Google::Apis::ComputeV1::InstanceReference>
The list of instances to remove from the instance group.
Corresponds to the JSON property instances
15073 15074 15075 |
# File 'lib/google/apis/compute_v1/classes.rb', line 15073 def instances @instances end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
15080 15081 15082 |
# File 'lib/google/apis/compute_v1/classes.rb', line 15080 def update!(**args) @instances = args[:instances] if args.key?(:instances) end |