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-03-21 UTC."],[[["The latest version of the `InstanceGroupManagersPatchPerInstanceConfigsReq` class is 3.6.0, and this page also includes documentation for previous versions, dating back to 1.0.0."],["This class is part of the Google.Cloud.Compute.V1 namespace within the Compute Engine v1 API, specifically within the Google.Cloud.Compute.V1.dll assembly."],["The `InstanceGroupManagersPatchPerInstanceConfigsReq` class allows for patching per-instance configurations within a managed instance group."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities like message processing, equality checking, deep cloning, and buffer message handling."],["It contains the property `PerInstanceConfigs`, which is a `RepeatedField` of `PerInstanceConfig` objects, representing a collection of configurations applied to individual instances within the group."]]],[]]