public sealed class InstanceGroupManagersPatchPerInstanceConfigsReq : IMessage<InstanceGroupManagersPatchPerInstanceConfigsReq>, IEquatable<InstanceGroupManagersPatchPerInstanceConfigsReq>, IDeepCloneable<InstanceGroupManagersPatchPerInstanceConfigsReq>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class InstanceGroupManagersPatchPerInstanceConfigsReq.
[[["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-04-09 UTC."],[[["This webpage provides documentation for the `InstanceGroupManagersPatchPerInstanceConfigsReq` class within the Google Cloud Compute Engine v1 API, specifically focusing on version 3.2.0."],["The `InstanceGroupManagersPatchPerInstanceConfigsReq` class is used for patching per-instance configurations in managed instance groups, implementing interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class offers two constructors: a default one and another that accepts an existing `InstanceGroupManagersPatchPerInstanceConfigsReq` object to copy its values, the only parameter being called 'other'."],["It includes a `PerInstanceConfigs` property of type `RepeatedField\u003cPerInstanceConfig\u003e` which holds the list of configurations to be inserted or patched on the managed instance group, with a clear description of its purpose."],["Multiple versions of the API class are available, ranging from 1.0.0 up to the latest 3.6.0, all listed on the page for selection."]]],[]]