Google Cloud Dataproc v1 API - Class ManagedGroupConfig (5.2.0)

public sealed class ManagedGroupConfig : IMessage<ManagedGroupConfig>, IEquatable<ManagedGroupConfig>, IDeepCloneable<ManagedGroupConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Dataproc v1 API class ManagedGroupConfig.

Specifies the resources used to actively manage an instance group.

Inheritance

Object > ManagedGroupConfig

Namespace

Google.Cloud.Dataproc.V1

Assembly

Google.Cloud.Dataproc.V1.dll

Constructors

ManagedGroupConfig()

public ManagedGroupConfig()

ManagedGroupConfig(ManagedGroupConfig)

public ManagedGroupConfig(ManagedGroupConfig other)
Parameter
NameDescription
otherManagedGroupConfig

Properties

InstanceGroupManagerName

public string InstanceGroupManagerName { get; set; }

Output only. The name of the Instance Group Manager for this group.

Property Value
TypeDescription
String

InstanceTemplateName

public string InstanceTemplateName { get; set; }

Output only. The name of the Instance Template used for the Managed Instance Group.

Property Value
TypeDescription
String