Class: Google::Cloud::Compute::V1::InstanceGroupsRemoveInstancesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::InstanceGroupsRemoveInstancesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#instances ⇒ ::Array<::Google::Cloud::Compute::V1::InstanceReference>
The list of instances to remove from the instance group.
Instance Attribute Details
#instances ⇒ ::Array<::Google::Cloud::Compute::V1::InstanceReference>
Returns The list of instances to remove from the instance group.
14502 14503 14504 14505 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 14502 class InstanceGroupsRemoveInstancesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |