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."],[[["The latest version of the `RestoreVolumeSnapshotRequest` class is 1.7.0, part of the Google.Cloud.BareMetalSolution.V2 API."],["This class is a message used for restoring a volume snapshot in the Bare Metal Solution v2 API, which inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, a default one and another that takes a `RestoreVolumeSnapshotRequest` object as a parameter, for creation and copying purposes."],["It features properties such as `VolumeSnapshot` (a string) and `VolumeSnapshotAsVolumeSnapshotName`, which represent the snapshot name to be restored and a typed view of it, respectively."],["The class is found within the `Google.Cloud.BareMetalSolution.V2` namespace and is contained within the `Google.Cloud.BareMetalSolution.V2.dll` assembly."]]],[]]