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 \ AutoscalingPolicyMethods
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;
ZERO_SCALE
Value: 2Clusters that can use only secondary workers and be scaled down to zero secondary worker nodes.
Generated from protobuf enum ZERO_SCALE = 2;