Class AuxiliaryNodeGroup
Node group identification and configuration information.
Implements
Inherited Members
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 |