public sealed class RenameNetworkRequest : IMessage<RenameNetworkRequest>, IEquatable<RenameNetworkRequest>, IDeepCloneable<RenameNetworkRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Bare Metal Solution v2 API class RenameNetworkRequest.
[[["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 `RenameNetworkRequest` class within the Google Cloud Bare Metal Solution v2 API, specifically version 1.3.0."],["The `RenameNetworkRequest` class is used to request the renaming of a network and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has properties, such as `Name`, `NetworkName`, and `NewNetworkId`, which are required to rename the network, with `Name` being the identifier, and `NewNetworkId` being the new unique id."],["The class includes two constructors: a default constructor `RenameNetworkRequest()` and a copy constructor `RenameNetworkRequest(RenameNetworkRequest other)`."],["There are also older and newer versions available of the class, ranging from 1.0.0 to 1.7.0, including 1.7.0 being the latest version."]]],[]]