Class RevertInstanceRequest
RevertInstanceRequest reverts the given instance's file share to the specified snapshot.
Implements
Inherited Members
Namespace: Google.Apis.CloudFilestore.v1beta1.Data
Assembly: Google.Apis.CloudFilestore.v1beta1.dll
Syntax
public class RevertInstanceRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
TargetSnapshotId
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}
Declaration
[JsonProperty("targetSnapshotId")]
public virtual string TargetSnapshotId { get; set; }
Property Value
Type | Description |
---|---|
string |