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 clusters for which this autoscaling policy is to be configured.

Protobuf type google.cloud.dataproc.v1.AutoscalingPolicy.ClusterType

Namespace

Google \ Cloud \ Dataproc \ V1 \ AutoscalingPolicy

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;

ZERO_SCALE

Value: 2

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

Generated from protobuf enum ZERO_SCALE = 2;