Interface EnterpriseConfigOrBuilder (2.44.0)

public interface EnterpriseConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getClusterTier()

public abstract EnterpriseConfig.ClusterTier getClusterTier()

Output only. [Output only] cluster_tier specifies the premium tier of the cluster.

.google.container.v1.EnterpriseConfig.ClusterTier cluster_tier = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
EnterpriseConfig.ClusterTier

The clusterTier.

getClusterTierValue()

public abstract int getClusterTierValue()

Output only. [Output only] cluster_tier specifies the premium tier of the cluster.

.google.container.v1.EnterpriseConfig.ClusterTier cluster_tier = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
int

The enum numeric value on the wire for clusterTier.