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 the `ManagedGroupConfig` documentation is 5.17.0, but this page is showing version 3.4.0."],["`ManagedGroupConfig` is a class in the `Google.Cloud.Dataproc.V1` namespace and is used to specify the resources that actively manage an instance group."],["`ManagedGroupConfig` inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class provides two constructors, a default constructor and one that takes another `ManagedGroupConfig` object as a parameter for creating a copy."],["It includes properties for `InstanceGroupManagerName` and `InstanceTemplateName`, both output-only strings that provide details about the managed instance group."]]],[]]