Google Cloud Dataproc V1 Client - Class ClusterTier (2.6.1)

Reference documentation and code samples for the Google Cloud Dataproc V1 Client class ClusterTier.

The cluster tier.

Protobuf type google.cloud.dataproc.v1.ClusterConfig.ClusterTier

Namespace

Google \ Cloud \ Dataproc \ V1 \ ClusterConfig

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

CLUSTER_TIER_UNSPECIFIED

Value: 0

Not set. Works the same as CLUSTER_TIER_STANDARD.

Generated from protobuf enum CLUSTER_TIER_UNSPECIFIED = 0;

CLUSTER_TIER_STANDARD

Value: 1

Standard Dataproc cluster.

Generated from protobuf enum CLUSTER_TIER_STANDARD = 1;

CLUSTER_TIER_PREMIUM

Value: 2

Premium Dataproc cluster.

Generated from protobuf enum CLUSTER_TIER_PREMIUM = 2;