public sealed class DeleteVolumeSnapshotRequest : IMessage<DeleteVolumeSnapshotRequest>, IEquatable<DeleteVolumeSnapshotRequest>, IDeepCloneable<DeleteVolumeSnapshotRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Bare Metal Solution v2 API class DeleteVolumeSnapshotRequest.
[[["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-17 UTC."],[[["This page provides reference documentation for the `DeleteVolumeSnapshotRequest` class within the Google Cloud Bare Metal Solution v2 API."],["The `DeleteVolumeSnapshotRequest` class is used to create requests for deleting named volume snapshots and implements several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class has properties, including `Name` (a string representing the snapshot's name) and `VolumeSnapshotName` (a typed view of the `Name`)."],["The latest version available is `1.7.0`, and there are various documented versions going as far back as `1.0.0`."],["The `DeleteVolumeSnapshotRequest` class also includes two constructors, one with no parameters, and one taking another instance of `DeleteVolumeSnapshotRequest` as a parameter."]]],[]]