Google Cloud Container V1 Client - Class ClusterTier (1.22.0)

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

Premium tiers for GKE Cluster.

Protobuf type google.container.v1.EnterpriseConfig.ClusterTier

Namespace

Google \ Cloud \ Container \ V1 \ EnterpriseConfig

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

CLUSTER_TIER_UNSPECIFIED

Value: 0

CLUSTER_TIER_UNSPECIFIED is when cluster_tier is not set.

Generated from protobuf enum CLUSTER_TIER_UNSPECIFIED = 0;

STANDARD

Value: 1

STANDARD indicates a standard GKE cluster.

Generated from protobuf enum STANDARD = 1;

ENTERPRISE

Value: 2

ENTERPRISE indicates a GKE Enterprise cluster.

Generated from protobuf enum ENTERPRISE = 2;