public sealed class ResetInstanceRequest : IMessage<ResetInstanceRequest>, IEquatable<ResetInstanceRequest>, IDeepCloneable<ResetInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Bare Metal Solution v2 API class ResetInstanceRequest.
[[["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 information for the `ResetInstanceRequest` class within the Google.Cloud.BareMetalSolution.V2 API, detailing its structure and usage."],["`ResetInstanceRequest` is a class used to send a message requesting the reset of a server in the Bare Metal Solution v2 API."],["The `ResetInstanceRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default one and another that allows creating a copy from an existing `ResetInstanceRequest` object."],["The class contains two properties, `InstanceName`, which is an `InstanceName`-typed view of the server resource name, and `Name`, which is a string that represents the name of the resource."]]],[]]