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 webpage provides documentation for the `UpdateInstanceRequest` class within the Google Cloud Bare Metal Solution v2 API, with the latest version being 1.7.0."],["The `UpdateInstanceRequest` class is used to send requests for updating a server instance in the Bare Metal Solution environment."],["It implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling diverse functionalities like deep cloning and message handling."],["The class contains properties such as `Instance` for the server to update, and `UpdateMask` which specifies the fields to be modified, including `labels`, `hyperthreading_enabled`, and `os_image`."],["The class `UpdateInstanceRequest` has inherited members from object, including `GetHashCode()`, `GetType()`, and `ToString()` for various system object needs."]]],[]]