desiredTier property
desired_tier specifies the desired tier of the cluster. Possible string values are:
- "CLUSTER_TIER_UNSPECIFIED" : CLUSTER_TIER_UNSPECIFIED is when cluster_tier is not set.
- "STANDARD" : STANDARD indicates a standard GKE cluster.
- "ENTERPRISE" : ENTERPRISE indicates a GKE Enterprise cluster.
Implementation
core.String? desiredTier;