Show / Hide Table of Contents

Class ManagedGroupConfig

Specifies the resources used to actively manage an instance group.

Inheritance
System.Object
ManagedGroupConfig
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Dataproc.v1beta2.Data
Assembly: Google.Apis.Dataproc.v1beta2.dll
Syntax
public class ManagedGroupConfig : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.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
System.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
System.String

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top