Reference documentation and code samples for the Google Cloud Dataproc V1 Client class NodeGroupOperationType.
Operation type for node group resources.
Protobuf type google.cloud.dataproc.v1.NodeGroupOperationMetadata.NodeGroupOperationType
Namespace
Google \ Cloud \ Dataproc \ V1 \ NodeGroupOperationMetadataMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
NODE_GROUP_OPERATION_TYPE_UNSPECIFIED
Value: 0
Node group operation type is unknown.
Generated from protobuf enum NODE_GROUP_OPERATION_TYPE_UNSPECIFIED = 0;
CREATE
Value: 1
Create node group operation type.
Generated from protobuf enum CREATE = 1;
UPDATE
Value: 2
Update node group operation type.
Generated from protobuf enum UPDATE = 2;
DELETE
Value: 3
Delete node group operation type.
Generated from protobuf enum DELETE = 3;
RESIZE
Value: 4
Resize node group operation type.
Generated from protobuf enum RESIZE = 4;