Class ClusterOperation (5.0.2)

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

The cluster operation triggered by a workflow.

Attributes

NameDescription
operation_id str
Output only. The id of the cluster operation.
error str
Output only. Error, if operation failed.
done bool
Output only. Indicates the operation is done.

Inheritance

builtins.object > proto.message.Message > ClusterOperation