public sealed class InstanceGroupManagersUpdatePerInstanceConfigsReq : IMessage<InstanceGroupManagersUpdatePerInstanceConfigsReq>, IEquatable<InstanceGroupManagersUpdatePerInstanceConfigsReq>, IDeepCloneable<InstanceGroupManagersUpdatePerInstanceConfigsReq>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class InstanceGroupManagersUpdatePerInstanceConfigsReq.
[[["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 information for the `InstanceGroupManagersUpdatePerInstanceConfigsReq` class within the Google Cloud Compute Engine v1 API, including its constructors, properties, and inherited members."],["The `InstanceGroupManagersUpdatePerInstanceConfigsReq` class is used for updating per-instance configurations in managed instance groups, specifically via the `InstanceGroupManagers.updatePerInstanceConfigs` method."],["The class implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits methods like `GetHashCode`, `GetType`, and `ToString` from the base object class."],["The primary property of this class is `PerInstanceConfigs`, a `RepeatedField` that contains a list of `PerInstanceConfig` objects, representing the configurations to be updated."],["This content lists every version of this class, starting from 1.0.0 all the way to the latest version, which is 3.6.0."]]],[]]