public sealed class GetStoragePoolTypeRequest : IMessage<GetStoragePoolTypeRequest>, IEquatable<GetStoragePoolTypeRequest>, IDeepCloneable<GetStoragePoolTypeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetStoragePoolTypeRequest.
A request message for StoragePoolTypes.Get. See the method description for details.
[[["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-04-09 UTC."],[[["The page provides reference documentation for the `GetStoragePoolTypeRequest` class within the Google Compute Engine v1 API, specifically for the .NET environment."],["This class is designed to send a request message to obtain details about a specific storage pool type, as used within the StoragePoolTypes.Get method."],["The `GetStoragePoolTypeRequest` class is versioned, and this page contains versions ranging from 1.0.0 up to 3.6.0, with 3.6.0 being the latest version."],["The `GetStoragePoolTypeRequest` class implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, cloning, and buffering."],["The class includes properties like `Project`, `StoragePoolType`, and `Zone`, which are essential parameters for constructing and sending a valid request to retrieve storage pool type details."]]],[]]