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 documentation covers the `ResetInstanceRequest` class, which is part of the Bare Metal Solution v2 API in the Google Cloud .NET library."],["The `ResetInstanceRequest` class is used to create a message that requests the resetting of a server instance, providing the capability to interact with the Bare Metal Solution v2 API for this purpose."],["The `ResetInstanceRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `object` class."],["The class has two constructors, one default and one that takes another `ResetInstanceRequest` object, and it also has properties for setting and getting the `InstanceName` and the `Name` of the server instance to be reset."],["There are multiple versions of the `ResetInstanceRequest` class, with the latest being version 1.7.0, and prior versions being 1.0.0 through 1.6.0."]]],[]]