Show / Hide Table of Contents

Class RestoreInstanceRequest

RestoreInstanceRequest restores an existing instance's file share from a backup.

Inheritance
object
RestoreInstanceRequest
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.CloudFilestore.v1beta1.Data
Assembly: Google.Apis.CloudFilestore.v1beta1.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_id}/locations/{location_id}/backups/{backup_id}.

Declaration
[JsonProperty("sourceBackup")]
public virtual string SourceBackup { get; set; }
Property Value
Type Description
string

SourceSnapshot

The resource name of the snapshot, in the format projects/{project_id}/locations/{location_id}/snapshots/{snapshot_id}.

Declaration
[JsonProperty("sourceSnapshot")]
public virtual string SourceSnapshot { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX