public interface EnterpriseConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getClusterTier()
public abstract EnterpriseConfig.ClusterTier getClusterTier()
Output only. cluster_tier indicates the effective tier of the cluster.
.google.container.v1beta1.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.v1beta1.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.v1beta1.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.v1beta1.EnterpriseConfig.ClusterTier desired_tier = 2;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for desiredTier. |