public sealed class ManagedGroupConfig : IMessage<ManagedGroupConfig>, IEquatable<ManagedGroupConfig>, IDeepCloneable<ManagedGroupConfig>, IBufferMessage, IMessage
Specifies the resources used to actively manage an instance group.
[[["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 `ManagedGroupConfig` class within the `Google.Cloud.Dataproc.V1` namespace, specifically version 4.0.0 of the library, which is used for managing resources of an instance group."],["The `ManagedGroupConfig` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling functionalities like message handling, equality comparison, deep cloning, and buffer management."],["It provides two constructors: a default constructor and a copy constructor, allowing for creating new instances and copying existing `ManagedGroupConfig` objects, respectively."],["The class includes properties `InstanceGroupManagerName` and `InstanceTemplateName`, both of which are strings and output-only, providing the names of the associated Instance Group Manager and Instance Template."],["It shows the list of versions, ranging from 3.1.0 to 5.17.0, of the Google.Cloud.Dataproc.V1 library available with different versions of the ManagedGroupConfig."]]],[]]