public sealed class InstanceGroupManagersUpdatePerInstanceConfigsReq : IMessage<InstanceGroupManagersUpdatePerInstanceConfigsReq>, IEquatable<InstanceGroupManagersUpdatePerInstanceConfigsReq>, IDeepCloneable<InstanceGroupManagersUpdatePerInstanceConfigsReq>, IBufferMessage, IMessage
[[["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 details the `InstanceGroupManagersUpdatePerInstanceConfigsReq` class within the Google Cloud Compute V1 library for .NET, specifically covering versions from 1.0.0 up to the latest 3.6.0."],["The `InstanceGroupManagersUpdatePerInstanceConfigsReq` class is used to manage per-instance configurations in Google Compute Engine's instance group managers."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it versatile for use in various contexts within the .NET environment."],["The primary property within this class is `PerInstanceConfigs`, a `RepeatedField` that manages the collection of individual configurations to be applied to instances within a managed group."],["The page lists the constructor options for the class, including the empty constructor, and one to make a copy of another instance of `InstanceGroupManagersUpdatePerInstanceConfigsReq`."]]],[]]