public sealed class InstanceGroupManagersPatchPerInstanceConfigsReq : IMessage<InstanceGroupManagersPatchPerInstanceConfigsReq>, IEquatable<InstanceGroupManagersPatchPerInstanceConfigsReq>, IDeepCloneable<InstanceGroupManagersPatchPerInstanceConfigsReq>, 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-31 UTC."],[[["This webpage details the `InstanceGroupManagersPatchPerInstanceConfigsReq` class within the Google Cloud Compute V1 library for .NET, with version 3.6.0 being the most recent."],["The `InstanceGroupManagersPatchPerInstanceConfigsReq` class is used for patching per-instance configurations in managed instance groups and is part of the `Google.Cloud.Compute.V1` namespace."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which provides standard functionalities for object manipulation and management."],["The class contains a property, `PerInstanceConfigs`, of type `RepeatedField\u003cPerInstanceConfig\u003e` which stores a list of per-instance configurations to be applied to managed instance group."],["There are numerous versions of this class available, starting from version 1.0.0 up to 3.6.0, with a link to the documentation for each version."]]],[]]