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 NetApp v1 API for .NET."],["`RevertVolumeRequest` enables reverting a volume to a specified snapshot, and has multiple versions available ranging from 1.0.0 to the latest 1.8.0."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for various functionalities."],["The `RevertVolumeRequest` class has properties to specify the volume name (`Name` or `VolumeName`) and the target snapshot (`SnapshotId`) for the revert operation."],["The class includes constructors, `RevertVolumeRequest()`, and `RevertVolumeRequest(RevertVolumeRequest other)` allowing for instance creation and cloning."]]],[]]