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 page is for version 1.2.0."],["The `UpdateStoragePoolRequest` class in the NetApp v1 API is used to update a Storage Pool, as mentioned in the provided documentation."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateStoragePoolRequest` class has two constructors: one default and another that accepts an `UpdateStoragePoolRequest` object as a parameter."],["Two properties are utilized: `StoragePool`, representing the pool to be updated, and `UpdateMask`, which allows for the specification of fields for overwriting."]]],[]]