Class NodeGroup (5.9.3)

NodeGroup(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Dataproc Node Group. The Dataproc NodeGroup resource is not related to the Dataproc NodeGroupAffinity resource.

Attributes

NameDescription
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
NameDescription
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, .Message]

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 mapping is a mapping type or there are keyword parameters.

Role

Role(value)

Node pool roles.

Values: ROLE_UNSPECIFIED (0): Required unspecified role. DRIVER (1): Job drivers run on the node pool.