public sealed class UpdateInstanceRequest : IMessage<UpdateInstanceRequest>, IEquatable<UpdateInstanceRequest>, IDeepCloneable<UpdateInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Bare Metal Solution v2 API class UpdateInstanceRequest.
[[["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 `UpdateInstanceRequest` class within the Google Cloud Bare Metal Solution v2 API, specifically version 1.1.0."],["The `UpdateInstanceRequest` class is used to send a message requesting the update of a server and it inherits from the Object class and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, `UpdateInstanceRequest()` and `UpdateInstanceRequest(UpdateInstanceRequest other)`, used to instantiate the request."],["The `UpdateInstanceRequest` class has properties such as `Instance`, which represents the server to be updated, and `UpdateMask`, which defines the fields that can be updated such as labels, hyperthreading_enabled, or os_image."],["The latest available version of this documentation is for version 1.7.0 of the same class, which can be found linked at the top, with older versions listed below."]]],[]]