clusterType property
The type of the cluster.
Optional. Possible string values are:
- "CLUSTER_TYPE_UNSPECIFIED" : Not set.
- "STANDARD" : Standard dataproc cluster with a minimum of two primary workers.
- "SINGLE_NODE" : https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/single-node-clusters
- "ZERO_SCALE" : Clusters that can use only secondary workers and be scaled down to zero secondary worker nodes.
Implementation
core.String? clusterType;