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."],[[["This document provides reference information for the `UpdateStoragePoolRequest` class within the NetApp v1 API."],["The `UpdateStoragePoolRequest` class is used to update a Storage Pool and is part of the `Google.Cloud.NetApp.V1` namespace."],["The latest version of the `UpdateStoragePoolRequest` documentation is 1.8.0, and documentation is available for versions dating back to 1.0.0."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from `object`."],["The class has properties to define which `StoragePool` is to be updated and which fields are subject to modification using the `UpdateMask` property."]]],[]]