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 documentation page covers the `RenameNfsShareRequest` class within the Google.Cloud.BareMetalSolution.V2 API, version 1.6.0."],["The `RenameNfsShareRequest` class is designed to facilitate the renaming of an NFS share within the Bare Metal Solution."],["It inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, offering functionalities like message handling, equality comparison, deep cloning, and buffered message operations."],["The class has properties including `NFSShareName`, `Name`, and `NewNfsshareId`, with `Name` and `NewNfsshareId` being required fields to identify the nfsshare to be renamed and the desired new ID respectively."],["The documentation also details the availability of older versions of the API, as far back as 1.0.0, with the latest being 1.7.0."]]],[]]