public sealed class DeleteStoragePoolRequest : IMessage<DeleteStoragePoolRequest>, IEquatable<DeleteStoragePoolRequest>, IDeepCloneable<DeleteStoragePoolRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the NetApp v1 API class DeleteStoragePoolRequest.
[[["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 `DeleteStoragePoolRequest` class in the Google.Cloud.NetApp.V1 API is designed to facilitate the deletion of a storage pool."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message passing, comparison, cloning, and buffer management."],["The class includes a `Name` property, which is a required string representing the storage pool's name, and a `StoragePoolName` property that provides a typed view of this name."],["The documentation outlines several versions of the `DeleteStoragePoolRequest` class, with version 1.8.0 being the latest and 1.0.0 being the oldest, and can be used to access any of the listed versions."],["The `DeleteStoragePoolRequest` class inherits members from the base `object` class, including methods like `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]