Class: Google::Cloud::Filestore::V1::RestoreInstanceRequest

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

RestoreInstanceRequest restores an existing instance's file share from a backup.

Instance Attribute Summary collapse

Instance Attribute Details

#file_share::String

Returns Required. Name of the file share in the Filestore instance that the backup is being restored to.

Returns:

  • (::String)

    Required. Name of the file share in the Filestore instance that the backup is being restored to.



372
373
374
375
# File 'proto_docs/google/cloud/filestore/v1/cloud_filestore_service.rb', line 372

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

#name::String

Returns Required. The resource name of the instance, in the format projects/{project_number}/locations/{location_id}/instances/{instance_id}.

Returns:

  • (::String)

    Required. The resource name of the instance, in the format projects/{project_number}/locations/{location_id}/instances/{instance_id}.



372
373
374
375
# File 'proto_docs/google/cloud/filestore/v1/cloud_filestore_service.rb', line 372

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

#source_backup::String

Returns The resource name of the backup, in the format projects/{project_number}/locations/{location_id}/backups/{backup_id}.

Returns:

  • (::String)

    The resource name of the backup, in the format projects/{project_number}/locations/{location_id}/backups/{backup_id}.



372
373
374
375
# File 'proto_docs/google/cloud/filestore/v1/cloud_filestore_service.rb', line 372

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