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."],[[["This document provides reference information for the `GetVolumeSnapshotRequest` class within the Google Cloud Bare Metal Solution v2 API, specifically version 1.5.0."],["The `GetVolumeSnapshotRequest` class is used to request information about a volume snapshot and is part of the `Google.Cloud.BareMetalSolution.V2` namespace."],["It implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `object` class."],["The class includes two constructors, one default and one that takes another `GetVolumeSnapshotRequest` object as a parameter."],["Key properties of this class are the `Name`, a string representing the name of the snapshot, and `VolumeSnapshotName`, which is a typed view over the `Name` resource."]]],[]]