RestoreBackupFilesRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)RestoreBackupFilesRequest restores files from a backup to a volume.
Attributes |
|
|---|---|
| Name | Description |
name |
str
Required. The volume resource name, in the format projects/{project_id}/locations/{location}/volumes/{volume_id}
|
backup |
str
Required. The backup resource name, in the format projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}/backups/{backup_id}
|
file_list |
MutableSequence[str]
Required. List of files to be restored, specified by their absolute path in the source volume. |
restore_destination_path |
str
Optional. Absolute directory path in the destination volume. This is required if the file_list is provided.
|