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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `DeleteStoragePoolRequest` class in the Google.Cloud.NetApp.V1 API is designed to handle requests for deleting a storage pool."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The latest version of the API for `DeleteStoragePoolRequest` is 1.8.0, with previous versions listed down to 1.0.0."],["The `DeleteStoragePoolRequest` class includes properties like `Name` (a string representing the storage pool name) and `StoragePoolName` (a typed view of the resource name)."],["The `DeleteStoragePoolRequest` class features two constructors: a default parameterless one, and another that accepts an existing `DeleteStoragePoolRequest` for copying."]]],[]]