Google Cloud Dataproc v1 API - Class CreateNodeGroupRequest (5.11.0)

public sealed class CreateNodeGroupRequest : IMessage<CreateNodeGroupRequest>, IEquatable<CreateNodeGroupRequest>, IDeepCloneable<CreateNodeGroupRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Dataproc v1 API class CreateNodeGroupRequest.

A request to create a node group.

Inheritance

object > CreateNodeGroupRequest

Namespace

Google.Cloud.Dataproc.V1

Assembly

Google.Cloud.Dataproc.V1.dll

Constructors

CreateNodeGroupRequest()

public CreateNodeGroupRequest()

CreateNodeGroupRequest(CreateNodeGroupRequest)

public CreateNodeGroupRequest(CreateNodeGroupRequest other)
Parameter
Name Description
other CreateNodeGroupRequest

Properties

NodeGroup

public NodeGroup NodeGroup { get; set; }

Required. The node group to create.

Property Value
Type Description
NodeGroup

NodeGroupId

public string NodeGroupId { get; set; }

Optional. An optional 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

Parent

public string Parent { get; set; }

Required. The parent resource where this node group will be created. Format: projects/{project}/regions/{region}/clusters/{cluster}

Property Value
Type Description
string

ParentAsClusterRegionName

public ClusterRegionName ParentAsClusterRegionName { get; set; }

ClusterRegionName-typed view over the Parent resource name property.

Property Value
Type Description
ClusterRegionName

RequestId

public string RequestId { get; set; }

Optional. A unique ID used to identify the request. If the server receives two CreateNodeGroupRequest with the same ID, the second request is ignored and the first [google.longrunning.Operation][google.longrunning.Operation] created and stored in the backend is returned.

Recommendation: Set this value to a UUID.

The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.

Property Value
Type Description
string