public sealed class RevertVolumeRequest : IMessage<RevertVolumeRequest>, IEquatable<RevertVolumeRequest>, IDeepCloneable<RevertVolumeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the NetApp v1 API class RevertVolumeRequest.
RevertVolumeRequest reverts the given volume 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}/volumes/{volume_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 document provides reference information for the `RevertVolumeRequest` class within the Google Cloud NetApp v1 API, specifically for .NET."],["`RevertVolumeRequest` is used to revert a specified volume to a given snapshot, allowing for restoration to a previous state."],["The class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, cloning, and buffering."],["Key properties of `RevertVolumeRequest` include `Name` (resource name of the volume), `SnapshotId` (resource ID of the snapshot), and `VolumeName` (a typed view of the volume resource name)."],["The latest version of the API covered in the documentation is 1.8.0, with previous versions from 1.7.0 to 1.0.0 also documented, showing all the different documented versions."]]],[]]