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-03-21 UTC."],[[["This documentation covers the `RenameInstanceRequest` class, which is part of the Bare Metal Solution v2 API and is used to request a server rename."],["The `RenameInstanceRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality checks, deep cloning, and buffered operations."],["The class has two constructors: a default constructor `RenameInstanceRequest()` and a copy constructor `RenameInstanceRequest(RenameInstanceRequest other)`."],["Key properties of the `RenameInstanceRequest` class include `InstanceName` (a typed view over the resource name), `Name` (the current instance name in a specific format), and `NewInstanceId` (the requested new ID of the instance)."],["The documentation provides version history for the `RenameInstanceRequest` class, with the latest being 1.7.0 and the oldest being 1.0.0, detailing the evolution of the class and associated API."]]],[]]