public sealed class EnableInteractiveSerialConsoleRequest : IMessage<EnableInteractiveSerialConsoleRequest>, IEquatable<EnableInteractiveSerialConsoleRequest>, IDeepCloneable<EnableInteractiveSerialConsoleRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Bare Metal Solution v2 API class EnableInteractiveSerialConsoleRequest.
Message for enabling the interactive serial console on an instance.
[[["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 information for the `EnableInteractiveSerialConsoleRequest` class within the Google Cloud Bare Metal Solution v2 API, specifically for version 1.5.0."],["The `EnableInteractiveSerialConsoleRequest` class is used to send a message to enable the interactive serial console on a Bare Metal Solution instance, implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, one default and another that accepts another `EnableInteractiveSerialConsoleRequest` object, and it has two properties: `InstanceName` (of type `InstanceName`) and `Name` (of type `string`), which are used to specify the resource for which the console is to be enabled."],["There are several versions of this documentation available, ranging from version 1.0.0 up to 1.7.0 (the latest), which provides support for a range of versions for the class."]]],[]]