Reference documentation and code samples for the Google Cloud Dataproc V1 Client class ClusterType.
The type of the cluster.
Protobuf type google.cloud.dataproc.v1.ClusterConfig.ClusterType
Namespace
Google \ Cloud \ Dataproc \ V1 \ ClusterConfigMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
CLUSTER_TYPE_UNSPECIFIED
Value: 0Not set.
Generated from protobuf enum CLUSTER_TYPE_UNSPECIFIED = 0;
STANDARD
Value: 1Standard dataproc cluster with a minimum of two primary workers.
Generated from protobuf enum STANDARD = 1;
SINGLE_NODE
Value: 2https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/single-node-clusters
Generated from protobuf enum SINGLE_NODE = 2;
ZERO_SCALE
Value: 3Clusters that can use only secondary workers and be scaled down to zero secondary worker nodes.
Generated from protobuf enum ZERO_SCALE = 3;