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."],[[["The latest version of the API documentation is 1.7.0, with previous versions available for reference down to 1.0.0."],["The `StopInstanceResponse` class is part of the Google Cloud Bare Metal Solution v2 API, specifically within the `Google.Cloud.BareMetalSolution.V2` namespace."],["The `StopInstanceResponse` class represents the response message received after stopping a server, inheriting from `object` and implementing multiple interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `StopInstanceResponse` class has two constructors: a parameterless constructor and one that takes another `StopInstanceResponse` object as a parameter for creating a copy."],["The provided documentation outlines inherited members from the `object` class such as `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]