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 API is 1.8.0, with version 1.6.0 being the current context of the documentation."],["`GetStoragePoolRequest` is a class in the `Google.Cloud.NetApp.V1` namespace, specifically used to retrieve a Storage Pool."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffered message operations."],["The `GetStoragePoolRequest` class contains properties such as `Name`, which is a required string representing the name of the storage pool, and `StoragePoolName`, a typed view over the resource name property."],["There are multiple versions of this class available in the documentation, ranging from 1.0.0 up to 1.8.0."]]],[]]