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 page provides reference documentation for the `UpdateNfsShareRequest` class within the Google Cloud Bare Metal Solution v2 API, specifically version 1.2.0."],["The `UpdateNfsShareRequest` class is used to send a message requesting the update of an NFS share, and it implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `NfsShare`, which represents the NFS share to be updated and requires the `name` field to be set, and `UpdateMask`, which specifies which fields to update, such as `labels` and `allowed_clients`."],["There are also multiple prior versions of the document available, with the latest one being version 1.7.0."]]],[]]