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 documentation for the `UpdateNfsShareRequest` class within the Google Cloud Bare Metal Solution v2 API, which is used to request updates to an NFS share."],["The `UpdateNfsShareRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The class has two constructors, one default and one that accepts another `UpdateNfsShareRequest` object, and it contains properties for `NfsShare` and `UpdateMask`."],["The `NfsShare` property is required and specifies the NFS share to be updated using its unique identifier and `UpdateMask` allows specifying which fields within the NFS share should be changed, currently only supporting the `labels` field."],["The page offers links to different versions of the documentation, ranging from version 1.0.0 to the latest version 1.7.0, with the other versions being 1.1.0, 1.2.0, 1.3.0, 1.4.0, 1.5.0, and 1.6.0."]]],[]]