public sealed class GetVolumeSnapshotRequest : IMessage<GetVolumeSnapshotRequest>, IEquatable<GetVolumeSnapshotRequest>, IDeepCloneable<GetVolumeSnapshotRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Bare Metal Solution v2 API class GetVolumeSnapshotRequest.
Message for requesting volume snapshot information.
[[["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-01 UTC."],[[["This document provides reference information for the `GetVolumeSnapshotRequest` class within the Bare Metal Solution v2 API, specifically version 1.4.0, and shows other versions available from 1.0.0 to 1.7.0."],["`GetVolumeSnapshotRequest` is a message class used for retrieving volume snapshot information in the Google Cloud Bare Metal Solution API and it inherits from object and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a constructor, `GetVolumeSnapshotRequest()`, and one which takes another `GetVolumeSnapshotRequest` as a parameter, and it has two properties, `Name` of string type and `VolumeSnapshotName` of `VolumeSnapshotName` type."],["`Name` is a required property representing the name of the snapshot, while `VolumeSnapshotName` provides a typed view of the resource name."],["The class is part of the `Google.Cloud.BareMetalSolution.V2` namespace and is found within the `Google.Cloud.BareMetalSolution.V2.dll` assembly."]]],[]]