Class: Google::Cloud::Filestore::V1::DeleteInstanceRequest

Inherits:
Object
  • Object
show all
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

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.).

Returns:

  • (::Boolean)

    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.)



386
387
388
389
# File 'proto_docs/google/cloud/filestore/v1/cloud_filestore_service.rb', line 386

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}.

Returns:

  • (::String)

    Required. The instance resource name, in the format projects/{project_id}/locations/{location}/instances/{instance_id}



386
387
388
389
# File 'proto_docs/google/cloud/filestore/v1/cloud_filestore_service.rb', line 386

class DeleteInstanceRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end