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-24 UTC."],[[["This webpage details the `InstanceGroupManagersUpdatePerInstanceConfigsReq` class within the `Google.Cloud.Compute.V1` namespace, used for managing per-instance configurations in Compute Engine instance groups."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, equality checks, deep cloning, and buffer manipulation."],["It features a `PerInstanceConfigs` property, which is a `RepeatedField` of `PerInstanceConfig` objects used to define or update the configurations for individual instances in a managed instance group."],["The page provides access to documentation for many versions, ranging from 1.0.0 to 3.6.0 (latest), for the class `InstanceGroupManagersUpdatePerInstanceConfigsReq`."],["Constructors are available to instantiate the class, either empty, or with an existing `InstanceGroupManagersUpdatePerInstanceConfigsReq` instance."]]],[]]