public sealed class UpdateStoragePoolRequest : IMessage<UpdateStoragePoolRequest>, IEquatable<UpdateStoragePoolRequest>, IDeepCloneable<UpdateStoragePoolRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the NetApp v1 API class UpdateStoragePoolRequest.
Required. Field mask is used to specify the fields to be overwritten in the
StoragePool resource by the update.
The fields specified in the update_mask are relative to the resource, not
the full request. A field will be overwritten if it is in the mask. If the
user does not provide a mask then all fields will be overwritten.
[[["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 `UpdateStoragePoolRequest` is 1.8.0, but the current documentation is for version 1.3.0."],["The `UpdateStoragePoolRequest` class in the NetApp v1 API is used to update a storage pool, inheriting from `object` and implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are two constructors for `UpdateStoragePoolRequest`: a default constructor and a copy constructor that takes another `UpdateStoragePoolRequest` object as a parameter."],["The class has two primary properties: `StoragePool`, which represents the pool to be updated, and `UpdateMask`, which specifies the fields to be overwritten during the update process."],["The documentation provides links to the reference documentation of other versions, all the way back to version 1.0.0, indicating the API has had multiple iterations."]]],[]]