You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkg/tidbcloud/v1beta1/dedicated.swagger.json
+17-12Lines changed: 17 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -2092,7 +2092,7 @@
2092
2092
}
2093
2093
]
2094
2094
},
2095
-
"massage": {
2095
+
"message": {
2096
2096
"type": "string",
2097
2097
"readOnly": true
2098
2098
},
@@ -2237,7 +2237,7 @@
2237
2237
},
2238
2238
{
2239
2239
"name": "cloudProvider",
2240
-
"description": "If specified, only private link connections of the specified cloud provider will be returned.\n\n - aws: Amazon Web Services.\nbuf:lint:ignore ENUM_VALUE_UPPER_SNAKE_CASE\n - gcp: Google Cloud Platform.\nbuf:lint:ignore ENUM_VALUE_UPPER_SNAKE_CASE\n - azure: Microsoft Azure.\nbuf:lint:ignore ENUM_VALUE_UPPER_SNAKE_CASE",
2240
+
"description": "If specified, only private link connections of the specified cloud provider will be returned.\n\n - aws: Amazon Web Services.\n - gcp: Google Cloud Platform.\n - azure: Microsoft Azure.",
2241
2241
"in": "query",
2242
2242
"required": false,
2243
2243
"type": "string",
@@ -2479,7 +2479,7 @@
2479
2479
},
2480
2480
{
2481
2481
"name": "cloudProvider",
2482
-
"description": " - aws: Amazon Web Services.\nbuf:lint:ignore ENUM_VALUE_UPPER_SNAKE_CASE\n - gcp: Google Cloud Platform.\nbuf:lint:ignore ENUM_VALUE_UPPER_SNAKE_CASE\n - azure: Microsoft Azure.\nbuf:lint:ignore ENUM_VALUE_UPPER_SNAKE_CASE",
2482
+
"description": " - aws: Amazon Web Services.\n - gcp: Google Cloud Platform.\n - azure: Microsoft Azure.",
2483
2483
"in": "query",
2484
2484
"required": false,
2485
2485
"type": "string",
@@ -2767,7 +2767,7 @@
2767
2767
},
2768
2768
{
2769
2769
"name": "cloudProvider",
2770
-
"description": "If specified, only VPC peerings of the specified cloud provider will be returned.\n\n - aws: Amazon Web Services.\nbuf:lint:ignore ENUM_VALUE_UPPER_SNAKE_CASE\n - gcp: Google Cloud Platform.\nbuf:lint:ignore ENUM_VALUE_UPPER_SNAKE_CASE\n - azure: Microsoft Azure.\nbuf:lint:ignore ENUM_VALUE_UPPER_SNAKE_CASE",
2770
+
"description": "If specified, only VPC peerings of the specified cloud provider will be returned.\n\n - aws: Amazon Web Services.\n - gcp: Google Cloud Platform.\n - azure: Microsoft Azure.",
2771
2771
"in": "query",
2772
2772
"required": false,
2773
2773
"type": "string",
@@ -4103,12 +4103,14 @@
4103
4103
"ClusterStorageNodeSettingStorageType": {
4104
4104
"type": "string",
4105
4105
"enum": [
4106
-
"BASIC",
4107
-
"BASICV2",
4108
-
"OPTIMIZED",
4109
-
"PLUS"
4106
+
"Standard",
4107
+
"Standard_Optimized",
4108
+
"Performance_Optimized",
4109
+
"Performance",
4110
+
"Standard_Premium",
4111
+
"Performance_Premium"
4110
4112
],
4111
-
"title": "- BASIC: default\n - BASICV2: separate raft-log and data storage, only for tikv\n - OPTIMIZED: separate raft-log and data storage, and use high performance storage volume for raft-log, only for tikv\n - PLUS: use high performance storage volume"
4113
+
"description": "Spec https://pingcap.feishu.cn/wiki/R6dcwK0Q3i9XSgkgG1Scoc82nbf.\n\n - Standard: A cost-effective storage type suitable for most workloads, offering balanced performance and affordability.\n - Single gp3 disk for TiKV storage\nIdeal for general-purpose clusters where affordability and reliability are priorities.\n - Standard_Optimized: An enhanced version of Standard storage that delivers approximately 10% better overall cluster performance, balancing cost and performance.\n - Separate gp3 disk for TiKV raft-log storage\n - gp3 disk for TiKV data storage\nRecommended as the default choice for most clusters, offering an improved balance of cost and performance.\n - Performance_Optimized: High-performance storage designed for workloads requiring low latency and greater stability. Provides superior performance for performance-sensitive clusters.\n - Separate io2 disk for TiKV raft-log storage\n - gp3 disk for TiKV data storage\nSuitable for clusters where consistent I/O performance and reduced latency are critical.\n - Performance: Premium storage option offering the highest levels of performance and stability. Uses a single high-performance disk to minimize jitter and maximize IOPS.\n - Single io2 disk for storage\nDesigned for I/O jitter-sensitive clusters with extreme performance demands. Available via allowlist only for select customers.\n - Standard_Premium: Reserved.\n - Performance_Premium: Reserved."
0 commit comments