public sealed class InstanceGroupManagersDeletePerInstanceConfigsReq : IMessage<InstanceGroupManagersDeletePerInstanceConfigsReq>, IEquatable<InstanceGroupManagersDeletePerInstanceConfigsReq>, IDeepCloneable<InstanceGroupManagersDeletePerInstanceConfigsReq>, 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."],[[["The latest version of the `InstanceGroupManagersDeletePerInstanceConfigsReq` is 3.6.0, with various older versions ranging from 3.5.0 down to 1.0.0 available."],["The `InstanceGroupManagersDeletePerInstanceConfigsReq` class is used to delete per-instance configurations in a managed instance group within the Google Cloud Compute V1 library."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering a diverse array of functionalities."],["The `Names` property, of type `RepeatedField\u003cstring\u003e`, allows for specifying a list of instance names to target for deletion of their respective per-instance configurations."],["The class can be constructed either with no arguments, or from another `InstanceGroupManagersDeletePerInstanceConfigsReq` instance, allowing for the creation of a deep clone of an existing instance."]]],[]]