Class: Google::Cloud::Filestore::V1::RestoreInstanceRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Filestore::V1::RestoreInstanceRequest
- 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
-
#file_share ⇒ ::String
Required.
-
#name ⇒ ::String
Required.
-
#source_backup ⇒ ::String
The resource name of the backup, in the format
projects/{project_number}/locations/{location_id}/backups/{backup_id}
.
Instance Attribute Details
#file_share ⇒ ::String
Returns Required. Name of the file share in the Filestore instance that the backup is being restored to.
389 390 391 392 |
# File 'proto_docs/google/cloud/filestore/v1/cloud_filestore_service.rb', line 389 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}
.
389 390 391 392 |
# File 'proto_docs/google/cloud/filestore/v1/cloud_filestore_service.rb', line 389 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}
.
389 390 391 392 |
# File 'proto_docs/google/cloud/filestore/v1/cloud_filestore_service.rb', line 389 class RestoreInstanceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |