Show / Hide Table of Contents

Class RestoreBackupFilesRequest

RestoreBackupFilesRequest restores files from a backup to a volume.

Inheritance
object
RestoreBackupFilesRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX