Class NodeGroupOperationMetadata (5.3.0)

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

Metadata describing the node group operation.

Attributes

NameDescription
node_group_id str
Output only. Node group ID for the operation.
cluster_uuid str
Output only. Cluster UUID associated with the node group operation.
status google.cloud.dataproc_v1.types.ClusterOperationStatus
Output only. Current operation status.
status_history MutableSequence[google.cloud.dataproc_v1.types.ClusterOperationStatus]
Output only. The previous operation status.
operation_type google.cloud.dataproc_v1.types.NodeGroupOperationMetadata.NodeGroupOperationType
The operation type.
description str
Output only. Short description of operation.
labels MutableMapping[str, str]
Output only. Labels associated with the operation.
warnings MutableSequence[str]
Output only. Errors encountered during operation execution.

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.

NodeGroupOperationType

NodeGroupOperationType(value)

Operation type for node group resources.

Values: NODE_GROUP_OPERATION_TYPE_UNSPECIFIED (0): Node group operation type is unknown. CREATE (1): Create node group operation type. UPDATE (2): Update node group operation type. DELETE (3): Delete node group operation type. RESIZE (4): Resize node group operation type.