NodeGroup(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Dataproc Node Group. The Dataproc NodeGroup
resource is not
related to the Dataproc
NodeGroupAffinity
resource.
Attributes |
|
---|---|
Name | Description |
name |
str
The Node group resource name __.
|
roles |
MutableSequence[google.cloud.dataproc_v1.types.NodeGroup.Role]
Required. Node group roles. |
node_group_config |
google.cloud.dataproc_v1.types.InstanceGroupConfig
Optional. The node group instance group configuration. |
labels |
MutableMapping[str, str]
Optional. Node group labels. - Label **keys** must consist of from 1 to 63 characters and conform to `RFC 1035 |
Classes
LabelsEntry
LabelsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The abstract base class for a message.
Parameters | |
---|---|
Name | Description |
kwargs |
dict
Keys and values corresponding to the fields of the message. |
mapping |
Union[dict,
A dictionary or message to be used to determine the values for this message. |
ignore_unknown_fields |
Optional(bool)
If True, do not raise errors for unknown fields. Only applied if |
Role
Role(value)
Node pool roles.