public sealed class RenameNfsShareRequest : IMessage<RenameNfsShareRequest>, IEquatable<RenameNfsShareRequest>, IDeepCloneable<RenameNfsShareRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Bare Metal Solution v2 API class RenameNfsShareRequest.
[[["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 `RenameNfsShareRequest` class within the Google Cloud Bare Metal Solution v2 API, specifically for version 1.2.0."],["The `RenameNfsShareRequest` class is used to request the renaming of an NFS share and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, a default one, and one that accepts another `RenameNfsShareRequest` instance, which accepts a single `other` parameter."],["Key properties of the `RenameNfsShareRequest` class include `Name` and `NewNfsshareId`, which are required and define the current and new ID of the NFS share, and `NFSShareName`."],["The document also provides navigation links to different versions of the API, ranging from version 1.0.0 to the latest version 1.7.0."]]],[]]