Class: Google::Cloud::Filestore::V1::DeleteInstanceRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Filestore::V1::DeleteInstanceRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/filestore/v1/cloud_filestore_service.rb
Overview
DeleteInstanceRequest deletes an instance.
Instance Attribute Summary collapse
-
#force ⇒ ::Boolean
If set to true, all snapshots of the instance will also be deleted.
-
#name ⇒ ::String
Required.
Instance Attribute Details
#force ⇒ ::Boolean
Returns If set to true, all snapshots of the instance will also be deleted. (Otherwise, the request will only work if the instance has no snapshots.).
420 421 422 423 |
# File 'proto_docs/google/cloud/filestore/v1/cloud_filestore_service.rb', line 420 class DeleteInstanceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The instance resource name, in the format
projects/{project_id}/locations/{location}/instances/{instance_id}
.
420 421 422 423 |
# File 'proto_docs/google/cloud/filestore/v1/cloud_filestore_service.rb', line 420 class DeleteInstanceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |