CreateNodeGroupRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
A request to create a node group.
Attributes |
|
---|---|
Name | Description |
parent |
str
Required. The parent resource where this node group will be created. Format: projects/{project}/regions/{region}/clusters/{cluster}
|
node_group |
google.cloud.dataproc_v1.types.NodeGroup
Required. The node group to create. |
node_group_id |
str
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. |
request_id |
str
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.
|