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."],[[["This webpage provides reference documentation for the `GetStoragePoolRequest` class within the Google Cloud NetApp v1 API, specifically version 1.3.0."],["`GetStoragePoolRequest` is designed to retrieve a specific Storage Pool and inherits from the `object` class while implementing multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default constructor `GetStoragePoolRequest()` and another that takes another `GetStoragePoolRequest` object."],["It includes two properties: `Name`, a string that represents the name of the storage pool, and `StoragePoolName`, which provides a typed view of the resource name."],["The documentation shows a list of available versions for this class ranging from 1.0.0 to 1.8.0 with the latest being 1.8.0."]]],[]]