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 documentation for the `RenameNfsShareRequest` class within the Google Cloud Bare Metal Solution v2 API, specifically for version 1.3.0."],["The `RenameNfsShareRequest` class is used to request the renaming of an NFS share and inherits from `object` while implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class features properties such as `Name` (for identifying the NFS share), `NewNfsshareId` (for the new ID of the NFS share), and `NFSShareName` (a typed view of the resource name)."],["The documentation covers available versions ranging from 1.0.0 to the latest 1.7.0."],["The class has two constructors, a default one and one that accepts another `RenameNfsShareRequest` as a parameter."]]],[]]