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."],["`StartInstanceRequest` is a message type used to request the starting of a server, inheriting from `object` and implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `StartInstanceRequest` class has two constructors: a default constructor and one that accepts another `StartInstanceRequest` object."],["The class contains two properties, `InstanceName` of type `InstanceName` and `Name` of type `string`, where name is a required property."],["Multiple versions of the class documentation are available, ranging from version 1.0.0 to the latest, 1.7.0."]]],[]]