Class ManagedGroupConfig
Specifies the resources used to actively manage an instance group.
Implements
Inherited Members
Namespace: Google.Apis.Dataproc.v1.Data
Assembly: Google.Apis.Dataproc.v1.dll
Syntax
public class ManagedGroupConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
InstanceGroupManagerName
Output only. The name of the Instance Group Manager for this group.
Declaration
[JsonProperty("instanceGroupManagerName")]
public virtual string InstanceGroupManagerName { get; set; }
Property Value
Type | Description |
---|---|
string |
InstanceGroupManagerUri
Output only. The partial URI to the instance group manager for this group. E.g. projects/my-project/regions/us-central1/instanceGroupManagers/my-igm.
Declaration
[JsonProperty("instanceGroupManagerUri")]
public virtual string InstanceGroupManagerUri { get; set; }
Property Value
Type | Description |
---|---|
string |
InstanceTemplateName
Output only. The name of the Instance Template used for the Managed Instance Group.
Declaration
[JsonProperty("instanceTemplateName")]
public virtual string InstanceTemplateName { get; set; }
Property Value
Type | Description |
---|---|
string |