Show / Hide Table of Contents

Class AuxiliaryNodeGroup

Node group identification and configuration information.

Inheritance
object
AuxiliaryNodeGroup
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 AuxiliaryNodeGroup : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

NodeGroup

Required. Node group configuration.

Declaration
[JsonProperty("nodeGroup")]
public virtual NodeGroup NodeGroup { get; set; }
Property Value
Type Description
NodeGroup

NodeGroupId

Optional. A node group ID. Generated if not specified.The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of from 3 to 33 characters.

Declaration
[JsonProperty("nodeGroupId")]
public virtual string NodeGroupId { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX