public sealed class StartInstanceRequest : IMessage<StartInstanceRequest>, IEquatable<StartInstanceRequest>, IDeepCloneable<StartInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Bare Metal Solution v2 API class StartInstanceRequest.
[[["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 documentation for the `StartInstanceRequest` class within the Google Cloud Bare Metal Solution v2 API, with the latest being version 1.7.0."],["The `StartInstanceRequest` class is used to create a message requesting the start of a server, which implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, `StartInstanceRequest()` and `StartInstanceRequest(StartInstanceRequest other)`, allowing for the creation of new instances and copies of existing ones."],["The `StartInstanceRequest` class includes two properties: `InstanceName`, which provides a typed view of the resource name, and `Name`, which represents the required resource name as a string."],["The documentation provides access to previous versions of the API class all the way back to 1.0.0, and includes the full inheritance and implemntation information."]]],[]]