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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This page provides reference documentation for the `RevertVolumeRequest` class within the NetApp v1 API for .NET."],["The `RevertVolumeRequest` class is used to revert a volume to a specific snapshot, as detailed in the documentation."],["The latest version for `RevertVolumeRequest` class can be found in 1.8.0 but this document covers the 1.4.0 version, which provides a full outline of its properties, implementation details, and constructors."],["The `RevertVolumeRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `RevertVolumeRequest` class has properties such as `Name`, `SnapshotId`, and `VolumeName`, which are used to specify the volume and the snapshot to revert to."]]],[]]