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.
Implements
IMessageManagedGroupConfig, IEquatableManagedGroupConfig, IDeepCloneableManagedGroupConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Dataproc.V1Assembly
Google.Cloud.Dataproc.V1.dll
Constructors
ManagedGroupConfig()
public ManagedGroupConfig()
ManagedGroupConfig(ManagedGroupConfig)
public ManagedGroupConfig(ManagedGroupConfig other)
Parameter | |
---|---|
Name | Description |
other |
ManagedGroupConfig |
Properties
InstanceGroupManagerName
public string InstanceGroupManagerName { get; set; }
Output only. The name of the Instance Group Manager for this group.
Property Value | |
---|---|
Type | Description |
string |
InstanceGroupManagerUri
public string InstanceGroupManagerUri { get; set; }
Output only. The partial URI to the instance group manager for this group. E.g. projects/my-project/regions/us-central1/instanceGroupManagers/my-igm.
Property Value | |
---|---|
Type | Description |
string |
InstanceTemplateName
public string InstanceTemplateName { get; set; }
Output only. The name of the Instance Template used for the Managed Instance Group.
Property Value | |
---|---|
Type | Description |
string |