public sealed class GetStoragePoolRequest : IMessage<GetStoragePoolRequest>, IEquatable<GetStoragePoolRequest>, IDeepCloneable<GetStoragePoolRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the NetApp v1 API class GetStoragePoolRequest.
[[["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 latest version of the `GetStoragePoolRequest` API is 1.8.0, with versions ranging back to 1.0.0."],["`GetStoragePoolRequest` is a class that inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The purpose of the `GetStoragePoolRequest` class is to retrieve a Storage Pool."],["It contains two constructors: a default `GetStoragePoolRequest()` constructor and another `GetStoragePoolRequest(GetStoragePoolRequest other)` constructor."],["The class has two properties: `Name`, a string representing the required name of the storage pool, and `StoragePoolName`, which provides a typed view of the `Name` property."]]],[]]