clusterType property

String? clusterType
getter/setter pair

The type of the clusters for which this autoscaling policy is to be configured.

Optional. Possible string values are:

  • "CLUSTER_TYPE_UNSPECIFIED" : Not set.
  • "STANDARD" : Standard dataproc cluster with a minimum of two primary workers.
  • "ZERO_SCALE" : Clusters that can use only secondary workers and be scaled down to zero secondary worker nodes.

Implementation

core.String? clusterType;