Show / Hide Table of Contents

Class ManagedGroupConfig

Specifies the resources used to actively manage an instance group.

Inheritance
object
ManagedGroupConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX