public sealed class StopInstanceResponse : IMessage<StopInstanceResponse>, IEquatable<StopInstanceResponse>, IDeepCloneable<StopInstanceResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Bare Metal Solution v2 API class StopInstanceResponse.
[[["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 webpage provides reference documentation for the `StopInstanceResponse` class within the Bare Metal Solution v2 API, specifically for version 1.2.0, but also including links to all versions from 1.0.0 to 1.7.0."],["`StopInstanceResponse` is a response message from the server when stopping a server, and it implements the `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class inherits from the base `object` class and provides access to inherited methods like `GetHashCode()`, `GetType()`, and `ToString()`."],["There are two constructors available for `StopInstanceResponse`, a default one and another that takes another `StopInstanceResponse` instance as an argument."],["The namespace for this class is `Google.Cloud.BareMetalSolution.V2`, and the class is contained in the `Google.Cloud.BareMetalSolution.V2.dll` assembly."]]],[]]