Module: Google::Cloud::Dataproc::V1::NodeGroupOperationMetadata::NodeGroupOperationType

Defined in:
proto_docs/google/cloud/dataproc/v1/operations.rb

Overview

Operation type for node group resources.

Constant Summary collapse

NODE_GROUP_OPERATION_TYPE_UNSPECIFIED =

Node group operation type is unknown.

0
CREATE =

Create node group operation type.

1
UPDATE =

Update node group operation type.

2
DELETE =

Delete node group operation type.

3
RESIZE =

Resize node group operation type.

4