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.
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}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This page provides documentation for the `RevertInstanceRequest` class within the Google Cloud Filestore v1 API, specifically version 2.3.0."],["The `RevertInstanceRequest` class is used to revert a Filestore instance's file share to a specified snapshot, utilizing the latest version being 2.7.0."],["The `RevertInstanceRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from the `object` class."],["Key properties of the `RevertInstanceRequest` include `InstanceName`, which is an `InstanceName`-typed view, `Name` for the resource name of the instance, and `TargetSnapshotId` for specifying the snapshot resource ID."],["The documentation includes a history of versions available, from version 1.0.0 to 2.7.0, all related to the RevertInstanceRequest class for Google Cloud Filestore."]]],[]]