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-04-17 UTC."],[[["This webpage provides documentation for the `UpdateStoragePoolRequest` class within the Google.Cloud.NetApp.V1 API, specifically for version 1.5.0."],["The `UpdateStoragePoolRequest` class is used to update a Storage Pool and inherits from `object`, implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default one, and one that accepts another `UpdateStoragePoolRequest` object for initialization."],["Key properties of `UpdateStoragePoolRequest` include `StoragePool` (the pool to be updated) and `UpdateMask` (specifying which fields in `StoragePool` should be overwritten)."],["The page also lists all other available versions of this documentation, with version 1.8.0 being the latest."]]],[]]