Interface EnterpriseConfigOrBuilder (2.57.0)

public interface EnterpriseConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getClusterTier()

public abstract EnterpriseConfig.ClusterTier getClusterTier()

Output only. cluster_tier indicates the effective tier of the cluster.

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

Returns
Type Description
EnterpriseConfig.ClusterTier

The clusterTier.

getClusterTierValue()

public abstract int getClusterTierValue()

Output only. cluster_tier indicates the effective tier of the cluster.

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

Returns
Type Description
int

The enum numeric value on the wire for clusterTier.

getDesiredTier()

public abstract EnterpriseConfig.ClusterTier getDesiredTier()

desired_tier specifies the desired tier of the cluster.

.google.container.v1.EnterpriseConfig.ClusterTier desired_tier = 2;

Returns
Type Description
EnterpriseConfig.ClusterTier

The desiredTier.

getDesiredTierValue()

public abstract int getDesiredTierValue()

desired_tier specifies the desired tier of the cluster.

.google.container.v1.EnterpriseConfig.ClusterTier desired_tier = 2;

Returns
Type Description
int

The enum numeric value on the wire for desiredTier.