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"]],[["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 documentation covers the `CreateStoragePoolRequest` class within the Google Cloud NetApp v1 API, specifically for version 1.0.0, and it is used to create a new storage pool."],["The `CreateStoragePoolRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality comparisons, deep cloning, and buffer operations."],["The class provides constructors for creating a new `CreateStoragePoolRequest` instance, including a default constructor and one that accepts another `CreateStoragePoolRequest` object as a parameter."],["The `CreateStoragePoolRequest` class includes properties like `Parent`, `ParentAsLocationName`, `StoragePool`, and `StoragePoolId` that are essential for defining the storage pool's location, specifications, and identifier."],["There are various previous versions of the API documentation available, ranging from version 1.1.0 up to the latest version 1.8.0, in addition to the main 1.0.0 version documented here."]]],[]]