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 \ ClusterConfigMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
CLUSTER_TIER_UNSPECIFIED
Value: 0Not set. Works the same as CLUSTER_TIER_STANDARD.
Generated from protobuf enum CLUSTER_TIER_UNSPECIFIED = 0;
CLUSTER_TIER_STANDARD
Value: 1Standard Dataproc cluster.
Generated from protobuf enum CLUSTER_TIER_STANDARD = 1;
CLUSTER_TIER_PREMIUM
Value: 2Premium Dataproc cluster.
Generated from protobuf enum CLUSTER_TIER_PREMIUM = 2;