Enum AutoscalingPolicy.ClusterType (4.82.0)

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

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

Protobuf enum google.cloud.dataproc.v1.AutoscalingPolicy.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;

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 = 2;

ZERO_SCALE_VALUE

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

ZERO_SCALE = 2;

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()