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 webpage provides reference documentation for the `StartInstanceRequest` class within the Google Cloud Bare Metal Solution v2 API, specifically for version 1.6.0."],["The `StartInstanceRequest` class is used to send a message requesting the start of a server, as per the Bare Metal Solution v2 API, and is part of the `Google.Cloud.BareMetalSolution.V2` namespace."],["The documentation details the class's constructors, including a default constructor and a copy constructor that takes another `StartInstanceRequest` instance."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and includes inherited members like `GetHashCode`, `GetType`, and `ToString`."],["The `StartInstanceRequest` class has two properties, `InstanceName` which is of type InstanceName, and `Name`, which is of type string and is a required property."]]],[]]