public sealed class DisableInteractiveSerialConsoleRequest : IMessage<DisableInteractiveSerialConsoleRequest>, IEquatable<DisableInteractiveSerialConsoleRequest>, IDeepCloneable<DisableInteractiveSerialConsoleRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Bare Metal Solution v2 API class DisableInteractiveSerialConsoleRequest.
Message for disabling 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."],[[["The `DisableInteractiveSerialConsoleRequest` class, found in the `Google.Cloud.BareMetalSolution.V2` namespace, is used to request the disabling of the interactive serial console on a Bare Metal Solution instance."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities like message manipulation and deep cloning."],["The `DisableInteractiveSerialConsoleRequest` class has two constructors, one default and one that accepts another `DisableInteractiveSerialConsoleRequest` instance for copying, supporting easy object creation and duplication."],["The `InstanceName` property provides a typed view over the `Name` resource name property and the `Name` property is a required string field representing the name of the instance resource."],["The documented versions of the `DisableInteractiveSerialConsoleRequest` class range from version 1.0.0 up to the latest 1.7.0, indicating a history of updates and refinements to the API."]]],[]]