public sealed class RegionInstanceGroupManagerUpdateInstanceConfigReq : IMessage<RegionInstanceGroupManagerUpdateInstanceConfigReq>, IEquatable<RegionInstanceGroupManagerUpdateInstanceConfigReq>, IDeepCloneable<RegionInstanceGroupManagerUpdateInstanceConfigReq>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class RegionInstanceGroupManagerUpdateInstanceConfigReq.
[[["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-24 UTC."],[[["This document provides reference information for the `RegionInstanceGroupManagerUpdateInstanceConfigReq` class within the Google.Cloud.Compute.V1 API, specifically version 2.17.0."],["The `RegionInstanceGroupManagerUpdateInstanceConfigReq` class is used to update per-instance configurations for a managed instance group and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default constructor and one that accepts another `RegionInstanceGroupManagerUpdateInstanceConfigReq` object for copying."],["It contains one key property `PerInstanceConfigs` which is a `RepeatedField` list that allows the insertion or patching of per-instance configurations within the managed instance group."],["The documentation includes a list of available versions for the `RegionInstanceGroupManagerUpdateInstanceConfigReq`, with 3.6.0 being the latest, and lists all the versions going down to version 1.0.0."]]],[]]