@@ -2698,6 +2698,8 @@ components:
2698
2698
type : string
2699
2699
state :
2700
2700
$ref : ' #/components/schemas/ServerlessCluster.State'
2701
+ tier :
2702
+ $ref : ' #/components/schemas/Tier'
2701
2703
updated_at :
2702
2704
description : Timestamp when the Serverless cluster was updated.
2703
2705
format : date-time
@@ -2763,6 +2765,8 @@ components:
2763
2765
serverless_region :
2764
2766
description : Name of the region where the Serverless cluster will be provisioned.
2765
2767
type : string
2768
+ tier :
2769
+ $ref : ' #/components/schemas/Tier'
2766
2770
required :
2767
2771
- name
2768
2772
- resource_group_id
@@ -2773,7 +2777,9 @@ components:
2773
2777
description : Resource describing a ServerlessRegion.
2774
2778
properties :
2775
2779
available :
2776
- description : Region available.
2780
+ description : |-
2781
+ Region available.
2782
+ Deprecated: Use `tiers_available` instead.
2777
2783
type : boolean
2778
2784
cloud_provider :
2779
2785
$ref : ' #/components/schemas/v1beta2.CloudProvider'
@@ -2787,6 +2793,11 @@ components:
2787
2793
description : Unique name of the Serverless region.
2788
2794
example : int-eu-west-1
2789
2795
type : string
2796
+ tiers_available :
2797
+ description : Tiers available in this region.
2798
+ items :
2799
+ $ref : ' #/components/schemas/Tier'
2800
+ type : array
2790
2801
title : ServerlessRegion
2791
2802
type : object
2792
2803
SetConfiguration :
@@ -3014,6 +3025,14 @@ components:
3014
3025
title : This will be used during the migration period, remove before it becomes GA
3015
3026
type : boolean
3016
3027
type : object
3028
+ Tier :
3029
+ description : |2-
3030
+ - TIER_STANDARD: Tier Standard represents a standard tier.
3031
+ - TIER_PRO: Tier PRO represents a PRO tier.
3032
+ enum :
3033
+ - TIER_STANDARD
3034
+ - TIER_PRO
3035
+ type : string
3017
3036
TimeZone :
3018
3037
description : |-
3019
3038
Represents a time zone from the
0 commit comments