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-03-21 UTC."],[[["The latest version of the `GetVolumeSnapshotRequest` class is 1.7.0, part of the Google.Cloud.BareMetalSolution.V2 API."],["This class is used to request information about a volume snapshot in the Bare Metal Solution v2 API."],["`GetVolumeSnapshotRequest` inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor and one that accepts another `GetVolumeSnapshotRequest` object as a parameter."],["It has two main properties, `Name` (a string representing the snapshot's name) and `VolumeSnapshotName` which is a typed view of the name."]]],[]]