REST Resource: projects.regions.clusters.nodeGroups
Stay organized with collections
Save and categorize content based on your preferences.
Resource: NodeGroup
Dataproc Node Group. The Dataproc NodeGroup
resource is not related to the Dataproc NodeGroupAffinity
resource.
JSON representation |
{
"name": string,
"roles": [
enum (Role )
],
"nodeGroupConfig": {
object (InstanceGroupConfig )
},
"labels": {
string: string,
...
}
} |
Fields |
name |
string
The Node group resource name.
|
roles[] |
enum (Role )
Required. Node group roles.
|
nodeGroupConfig |
object (InstanceGroupConfig )
Optional. The node group instance group configuration.
|
labels |
map (key: string, value: string)
Optional. Node group labels.
- Label keys must consist of from 1 to 63 characters and conform to RFC 1035.
- Label values can be empty. If specified, they must consist of from 1 to 63 characters and conform to RFC 1035.
- The node group must have no more than 32 labelsn.
An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" } .
|
Role
Enums |
ROLE_UNSPECIFIED |
Required unspecified role. |
DRIVER |
Job drivers run on the node pool. |
Methods |
|
Gets the resource representation for a node group in a cluster. |
|
Resizes a node group in a cluster. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-04-26 UTC.
[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"Hard to understand"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"Incorrect information or sample code"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"Missing the information/samples I need"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
{
"lastModified": "Last updated 2024-04-26 UTC.",
"confidential": False
}