public sealed class CreateStoragePoolRequest : IMessage<CreateStoragePoolRequest>, IEquatable<CreateStoragePoolRequest>, IDeepCloneable<CreateStoragePoolRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the NetApp v1 API class CreateStoragePoolRequest.
[[["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."],[[["This document provides reference information for the `CreateStoragePoolRequest` class within the NetApp v1 API, specifically version 1.3.0."],["`CreateStoragePoolRequest` is used to initiate the creation of a new storage pool and is part of the `Google.Cloud.NetApp.V1` namespace, implementing several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class has a constructor, `CreateStoragePoolRequest()`, and another one that takes another `CreateStoragePoolRequest` as a parameter, which is used to define the storage pool."],["Key properties of `CreateStoragePoolRequest` include `Parent` (location of the storage pool), `ParentAsLocationName` (typed view over the Parent), `StoragePool` (parameters for the new storage pool), and `StoragePoolId` (identifier for the new pool)."],["The document lists multiple versions of the API, ranging from version 1.0.0 up to the latest version 1.8.0, and links to their respective documentations."]]],[]]