public sealed class UpdateNfsShareRequest : IMessage<UpdateNfsShareRequest>, IEquatable<UpdateNfsShareRequest>, IDeepCloneable<UpdateNfsShareRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Bare Metal Solution v2 API class UpdateNfsShareRequest.
[[["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 `UpdateNfsShareRequest` class within the Bare Metal Solution v2 API, including its usage in updating NFS shares."],["The `UpdateNfsShareRequest` class is the message type used for requesting updates to an NFS share, with details like the share's name and update fields being specified."],["The latest version of `UpdateNfsShareRequest` is 1.7.0, with prior versions available, ranging down to 1.0.0."],["The `UpdateNfsShareRequest` class inherits from `object` and implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Users can update specific fields of an NFS share, such as `labels` and `allowed_clients`, using the `UpdateMask` property in the `UpdateNfsShareRequest`."]]],[]]