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 documentation pertains to the `UpdateInstanceRequest` class within the Google Cloud Bare Metal Solution v2 API."],["The `UpdateInstanceRequest` class is used to send a request to update a server instance."],["This class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["Key properties for `UpdateInstanceRequest` include `Instance`, representing the server to update, and `UpdateMask`, specifying which fields to modify, such as `labels`, `hyperthreading_enabled`, and `os_image`."],["There are multiple versions of the `UpdateInstanceRequest` class available, ranging from version 1.0.0 to the latest version 1.7.0, with the documentation focusing on version 1.2.0."]]],[]]