Google Cloud Dataproc V1 Client - Class ClusterType (2.9.0)

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 \ ClusterConfig

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

CLUSTER_TYPE_UNSPECIFIED

Value: 0

Not set.

Generated from protobuf enum CLUSTER_TYPE_UNSPECIFIED = 0;

STANDARD

Value: 1

Standard dataproc cluster with a minimum of two primary workers.

Generated from protobuf enum STANDARD = 1;

SINGLE_NODE

Value: 2

ZERO_SCALE

Value: 3

Clusters that can use only secondary workers and be scaled down to zero secondary worker nodes.

Generated from protobuf enum ZERO_SCALE = 3;