Class RestoreInstanceRequest
RestoreInstanceRequest restores an existing instance's file share from a backup.
Implements
Inherited Members
Namespace: Google.Apis.CloudFilestore.v1.Data
Assembly: Google.Apis.CloudFilestore.v1.dll
Syntax
public class RestoreInstanceRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FileShare
Required. Name of the file share in the Filestore instance that the backup is being restored to.
Declaration
[JsonProperty("fileShare")]
public virtual string FileShare { get; set; }
Property Value
Type | Description |
---|---|
string |
SourceBackup
The resource name of the backup, in the format
projects/{project_number}/locations/{location_id}/backups/{backup_id}
.
Declaration
[JsonProperty("sourceBackup")]
public virtual string SourceBackup { get; set; }
Property Value
Type | Description |
---|---|
string |