Enum ClusterConfig.ClusterType (4.82.0)

public enum ClusterConfig.ClusterType extends Enum<ClusterConfig.ClusterType> implements ProtocolMessageEnum

The type of the cluster.

Protobuf enum google.cloud.dataproc.v1.ClusterConfig.ClusterType

Implements

ProtocolMessageEnum

Static Fields

Name Description
CLUSTER_TYPE_UNSPECIFIED

Not set.

CLUSTER_TYPE_UNSPECIFIED = 0;

CLUSTER_TYPE_UNSPECIFIED_VALUE

Not set.

CLUSTER_TYPE_UNSPECIFIED = 0;

SINGLE_NODE

https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/single-node-clusters

SINGLE_NODE = 2;

SINGLE_NODE_VALUE

https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/single-node-clusters

SINGLE_NODE = 2;

STANDARD

Standard dataproc cluster with a minimum of two primary workers.

STANDARD = 1;

STANDARD_VALUE

Standard dataproc cluster with a minimum of two primary workers.

STANDARD = 1;

UNRECOGNIZED
ZERO_SCALE

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

ZERO_SCALE = 3;

ZERO_SCALE_VALUE

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

ZERO_SCALE = 3;

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()