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."],[[["The latest version of `ManagedGroupConfig` is 5.17.0, with several earlier versions available, going back to 3.1.0."],["`ManagedGroupConfig` is a class used to specify resources for actively managing an instance group in Google Cloud Dataproc."],["This class inherits from `Object` and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ManagedGroupConfig` class has properties to specify the `InstanceGroupManagerName` and `InstanceTemplateName`, both of which are strings."],["There are two constructors available to build a new `ManagedGroupConfig`, one of them takes another `ManagedGroupConfig` object as a parameter."]]],[]]