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 document provides reference documentation for the `RenameNetworkRequest` class within the Google Cloud Bare Metal Solution v2 API."],["`RenameNetworkRequest` is a message class used to request the renaming of a server network and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Name` (identifying the network), `NetworkName` (a typed view over the `Name` property), and `NewNetworkId` (the new identifier for the network)."],["The documentation covers several versions of the API, with the latest being version 1.7.0, and includes versions down to 1.0.0."],["The `RenameNetworkRequest` class can be constructed with either no parameters or by passing another `RenameNetworkRequest` object."]]],[]]