public sealed class RenameInstanceRequest : IMessage<RenameInstanceRequest>, IEquatable<RenameInstanceRequest>, IDeepCloneable<RenameInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Bare Metal Solution v2 API class RenameInstanceRequest.
[[["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-04-17 UTC."],[[["This document provides reference information for the `RenameInstanceRequest` class within the Google.Cloud.BareMetalSolution.V2 API, detailing its structure and usage."],["`RenameInstanceRequest` is a class used to request the renaming of a server instance, featuring properties like `InstanceName`, `Name`, and `NewInstanceId`."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting various functionalities for message handling and data manipulation."],["The `Name` property of `RenameInstanceRequest` is used to identify the server instance and follows a specific format: projects/{project}/locations/{location}/instances/{instance}."],["The document outlines the available constructors for `RenameInstanceRequest`, including a default constructor and one that accepts another `RenameInstanceRequest` as a parameter."]]],[]]