public sealed class RestoreVolumeSnapshotRequest : IMessage<RestoreVolumeSnapshotRequest>, IEquatable<RestoreVolumeSnapshotRequest>, IDeepCloneable<RestoreVolumeSnapshotRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Bare Metal Solution v2 API class RestoreVolumeSnapshotRequest.
[[["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 reference documentation for the `RestoreVolumeSnapshotRequest` class within the Bare Metal Solution v2 API, specifically for version 1.4.0."],["The `RestoreVolumeSnapshotRequest` class is designed to handle requests for restoring a volume snapshot and it implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, one default and another which accepts a `RestoreVolumeSnapshotRequest` object for copying."],["It features properties such as `VolumeSnapshot`, a string representing the name of the snapshot to restore, and `VolumeSnapshotAsVolumeSnapshotName`, which provides a typed view over the volume snapshot resource name."],["The provided documentation spans multiple versions of the API from 1.0.0 to the latest 1.7.0, however, this page is specifically for the version 1.4.0 `RestoreVolumeSnapshotRequest`."]]],[]]