public enum AutoscalingPolicy.ClusterType extends Enum<AutoscalingPolicy.ClusterType> implements ProtocolMessageEnumThe type of the clusters for which this autoscaling policy is to be configured.
Protobuf enum google.cloud.dataproc.v1.AutoscalingPolicy.ClusterType
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
CLUSTER_TYPE_UNSPECIFIED |
Not set. |
CLUSTER_TYPE_UNSPECIFIED_VALUE |
Not set. |
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() |
|