Class BackupSource
Represents the backup source of the restore operation.
Implements
Inherited Members
Namespace: Google.Apis.NetAppFiles.v1beta1.Data
Assembly: Google.Apis.NetAppFiles.v1beta1.dll
Syntax
public class BackupSource : IDirectResponseSchema
Properties
Backup
Required. The backup resource name.
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
Optional. List of files to be restored in the form of their absolute path as in source volume. If provided, only these files will be restored. If not provided, the entire backup will be restored (Full Backup Restore)
Declaration
[JsonProperty("fileList")]
public virtual IList<string> FileList { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |