Class: Google::Cloud::Compute::V1::RegionInstanceGroupManagersDeleteInstancesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::RegionInstanceGroupManagersDeleteInstancesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#instances ⇒ ::Array<::String>
The URLs of one or more instances to delete.
-
#skip_instances_on_validation_error ⇒ ::Boolean
Specifies whether the request should proceed despite the inclusion of instances that are not members of the group or that are already in the process of being deleted or abandoned.
Instance Attribute Details
#instances ⇒ ::Array<::String>
28891 28892 28893 28894 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 28891 class RegionInstanceGroupManagersDeleteInstancesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#skip_instances_on_validation_error ⇒ ::Boolean
28891 28892 28893 28894 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 28891 class RegionInstanceGroupManagersDeleteInstancesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |