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.
17512 17513 17514 |
# File 'lib/google/apis/compute_v1/classes.rb', line 17512 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
17510 17511 17512 |
# File 'lib/google/apis/compute_v1/classes.rb', line 17510 def instances @instances end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
17517 17518 17519 |
# File 'lib/google/apis/compute_v1/classes.rb', line 17517 def update!(**args) @instances = args[:instances] if args.key?(:instances) end |