Cloud Filestore v1 API - Class RevertInstanceRequest (2.5.0)

public sealed class RevertInstanceRequest : IMessage<RevertInstanceRequest>, IEquatable<RevertInstanceRequest>, IDeepCloneable<RevertInstanceRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Filestore v1 API class RevertInstanceRequest.

RevertInstanceRequest reverts the given instance's file share to the specified snapshot.

Inheritance

object > RevertInstanceRequest

Namespace

Google.Cloud.Filestore.V1

Assembly

Google.Cloud.Filestore.V1.dll

Constructors

RevertInstanceRequest()

public RevertInstanceRequest()

RevertInstanceRequest(RevertInstanceRequest)

public RevertInstanceRequest(RevertInstanceRequest other)
Parameter
NameDescription
otherRevertInstanceRequest

Properties

InstanceName

public InstanceName InstanceName { get; set; }

InstanceName-typed view over the Name resource name property.

Property Value
TypeDescription
InstanceName

Name

public string Name { get; set; }

Required. projects/{project_id}/locations/{location_id}/instances/{instance_id}. The resource name of the instance, in the format

Property Value
TypeDescription
string

TargetSnapshotId

public string TargetSnapshotId { get; set; }

Required. The snapshot resource ID, in the format 'my-snapshot', where the specified ID is the {snapshot_id} of the fully qualified name like projects/{project_id}/locations/{location_id}/instances/{instance_id}/snapshots/{snapshot_id}

Property Value
TypeDescription
string