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 available for the `GetStoragePoolRequest` is 1.8.0, but this page is documenting version 1.2.0."],["`GetStoragePoolRequest` is an API class within the `Google.Cloud.NetApp.V1` namespace, used to retrieve a specific Storage Pool."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which enables it to work with Google Protocol Buffers and deep cloning."],["The `GetStoragePoolRequest` class contains two constructors, a default one and one that takes another `GetStoragePoolRequest` as a parameter."],["The required `Name` property, or `StoragePoolName` which is the typed view over it, needs to be set to identify the storage pool to retrieve."]]],[]]