public enum ClusterConfig.ClusterType extends Enum<ClusterConfig.ClusterType> implements ProtocolMessageEnumThe type of the cluster.
Protobuf enum google.cloud.dataproc.v1.ClusterConfig.ClusterType
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
CLUSTER_TYPE_UNSPECIFIED |
Not set. |
CLUSTER_TYPE_UNSPECIFIED_VALUE |
Not set. |
SINGLE_NODE |
https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/single-node-clusters |
SINGLE_NODE_VALUE |
https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/single-node-clusters |
STANDARD |
Standard dataproc cluster with a minimum of two primary workers. |
STANDARD_VALUE |
Standard dataproc cluster with a minimum of two primary workers. |
UNRECOGNIZED |
|
ZERO_SCALE |
Clusters that can use only secondary workers and be scaled down to zero secondary worker nodes. |
ZERO_SCALE_VALUE |
Clusters that can use only secondary workers and be scaled down to zero secondary worker nodes. |
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() |
|