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-04-17 UTC."],[[["This documentation covers the `RevertVolumeRequest` class within the Google Cloud NetApp v1 API, which is used to revert a specified volume to a given snapshot."],["The `RevertVolumeRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The class features two constructors: a default constructor (`RevertVolumeRequest()`) and a copy constructor (`RevertVolumeRequest(RevertVolumeRequest other)`)."],["Key properties of the `RevertVolumeRequest` class include `Name`, which is the required resource name of the volume, and `SnapshotId`, which specifies the ID of the snapshot to revert to."],["This page also contains the reference to the different versions of the API from 1.0.0 to 1.8.0 (latest)."]]],[]]