Class RestoreBackupFilesRequest
RestoreBackupFilesRequest restores files from a backup to a volume.
Implements
Inherited Members
Namespace: Google.Apis.NetAppFiles.v1beta1.Data
Assembly: Google.Apis.NetAppFiles.v1beta1.dll
Syntax
public class RestoreBackupFilesRequest : IDirectResponseSchema
Properties
Backup
Required. The backup resource name, in the format
projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}/backups/{backup_id}
Declaration
[JsonProperty("backup")]
public virtual string Backup { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FileList
Required. List of files to be restored in the form of their absolute path as in source volume.
Declaration
[JsonProperty("fileList")]
public virtual IList<string> FileList { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
RestoreDestinationPath
Optional. Absolute directory path in the destination volume.
Declaration
[JsonProperty("restoreDestinationPath")]
public virtual string RestoreDestinationPath { get; set; }
Property Value
| Type | Description |
|---|---|
| string |