File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -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
@@ -3014,6 +3018,14 @@ components:
3014
3018
title : This will be used during the migration period, remove before it becomes GA
3015
3019
type : boolean
3016
3020
type : object
3021
+ Tier :
3022
+ description : |2-
3023
+ - TIER_STANDARD: Tier Standard represents a standard tier.
3024
+ - TIER_PRO: Tier PRO represents a PRO tier.
3025
+ enum :
3026
+ - TIER_STANDARD
3027
+ - TIER_PRO
3028
+ type : string
3017
3029
TimeZone :
3018
3030
description : |-
3019
3031
Represents a time zone from the
You can’t perform that action at this time.
0 commit comments