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"]],[["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 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."]]],[]]