public sealed class AuxiliaryNodeGroup : IMessage<AuxiliaryNodeGroup>, IEquatable<AuxiliaryNodeGroup>, IDeepCloneable<AuxiliaryNodeGroup>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dataproc v1 API class AuxiliaryNodeGroup.
Node group identification and configuration information.
Implements
IMessage<AuxiliaryNodeGroup>, IEquatable<AuxiliaryNodeGroup>, IDeepCloneable<AuxiliaryNodeGroup>, IBufferMessage, IMessageNamespace
Google.Cloud.Dataproc.V1Assembly
Google.Cloud.Dataproc.V1.dll
Constructors
AuxiliaryNodeGroup()
public AuxiliaryNodeGroup()
AuxiliaryNodeGroup(AuxiliaryNodeGroup)
public AuxiliaryNodeGroup(AuxiliaryNodeGroup other)
Parameter | |
---|---|
Name | Description |
other | AuxiliaryNodeGroup |
Properties
NodeGroup
public NodeGroup NodeGroup { get; set; }
Required. Node group configuration.
Property Value | |
---|---|
Type | Description |
NodeGroup |
NodeGroupId
public string NodeGroupId { get; set; }
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.
Property Value | |
---|---|
Type | Description |
String |