public sealed class StopInstanceRequest : IMessage<StopInstanceRequest>, IEquatable<StopInstanceRequest>, IDeepCloneable<StopInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Bare Metal Solution v2 API class StopInstanceRequest.
[[["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 `StopInstanceRequest` class, which is part of the Google Cloud Bare Metal Solution v2 API, specifically version 1.2.0."],["`StopInstanceRequest` is a message class used to request the stopping of a server, inheriting from `object` and implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `StopInstanceRequest` class includes properties such as `InstanceName` and `Name`, with `Name` being a required field that specifies the name of the resource to be stopped."],["The documentation also covers the constructers for the class, one is a parameterless constructer and another takes another StopInstanceRequest as a parameter."],["This page contains information for previous versions, from 1.0.0 to 1.7.0, of the `StopInstanceRequest`."]]],[]]