huaweicloudsdkgaussdb 3.1.131__py2.py3-none-any.whl → 3.1.133__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (55) hide show
  1. huaweicloudsdkgaussdb/v3/__init__.py +8 -0
  2. huaweicloudsdkgaussdb/v3/gaussdb_async_client.py +223 -14
  3. huaweicloudsdkgaussdb/v3/gaussdb_client.py +223 -14
  4. huaweicloudsdkgaussdb/v3/model/__init__.py +8 -0
  5. huaweicloudsdkgaussdb/v3/model/check_ch_database_config_request_body.py +3 -3
  6. huaweicloudsdkgaussdb/v3/model/check_ch_database_table_config_request_body.py +3 -3
  7. huaweicloudsdkgaussdb/v3/model/check_data_base_config_response.py +6 -6
  8. huaweicloudsdkgaussdb/v3/model/check_table_config_response.py +3 -3
  9. huaweicloudsdkgaussdb/v3/model/copy_configurations_request.py +3 -3
  10. huaweicloudsdkgaussdb/v3/model/copy_instance_configurations_request.py +3 -3
  11. huaweicloudsdkgaussdb/v3/model/create_ch_database_replication_request_body.py +3 -3
  12. huaweicloudsdkgaussdb/v3/model/create_ch_instance_request_body.py +3 -3
  13. huaweicloudsdkgaussdb/v3/model/create_click_house_instance_request.py +3 -3
  14. huaweicloudsdkgaussdb/v3/model/create_database_user_list.py +3 -3
  15. huaweicloudsdkgaussdb/v3/model/create_star_rocks_data_replication.py +6 -6
  16. huaweicloudsdkgaussdb/v3/model/create_starrocks_instance_request.py +3 -3
  17. huaweicloudsdkgaussdb/v3/model/db_config_check_request_v3.py +9 -9
  18. huaweicloudsdkgaussdb/v3/model/db_parameter.py +32 -3
  19. huaweicloudsdkgaussdb/v3/model/delete_click_house_instance_request.py +3 -3
  20. huaweicloudsdkgaussdb/v3/model/delete_gauss_my_sql_backup_request.py +3 -3
  21. huaweicloudsdkgaussdb/v3/model/delete_starrocks_instance_request.py +3 -3
  22. huaweicloudsdkgaussdb/v3/model/list_click_house_instance_request.py +3 -3
  23. huaweicloudsdkgaussdb/v3/model/list_configurations_instances_request.py +3 -3
  24. huaweicloudsdkgaussdb/v3/model/list_htap_instance_info_request.py +3 -3
  25. huaweicloudsdkgaussdb/v3/model/list_modify_history_request.py +3 -3
  26. huaweicloudsdkgaussdb/v3/model/list_star_rocks_data_replication_config_by_data_base_request.py +170 -0
  27. huaweicloudsdkgaussdb/v3/model/list_star_rocks_data_replication_config_by_data_base_response.py +336 -0
  28. huaweicloudsdkgaussdb/v3/model/list_star_rocks_data_replication_config_response.py +6 -6
  29. huaweicloudsdkgaussdb/v3/model/list_star_rocks_db_parameters_request.py +32 -3
  30. huaweicloudsdkgaussdb/v3/model/list_starrocks_instance_info_request.py +3 -3
  31. huaweicloudsdkgaussdb/v3/model/modify_data_sync_config_request_v3.py +314 -0
  32. huaweicloudsdkgaussdb/v3/model/modify_data_sync_request.py +167 -0
  33. huaweicloudsdkgaussdb/v3/model/modify_data_sync_response.py +261 -0
  34. huaweicloudsdkgaussdb/v3/model/modify_port_request.py +3 -3
  35. huaweicloudsdkgaussdb/v3/model/mysql_create_readonly_node_request.py +3 -3
  36. huaweicloudsdkgaussdb/v3/model/mysql_datastore_in_backup.py +3 -3
  37. huaweicloudsdkgaussdb/v3/model/mysql_datastore_in_req.py +6 -6
  38. huaweicloudsdkgaussdb/v3/model/mysql_datastore_in_res.py +6 -6
  39. huaweicloudsdkgaussdb/v3/model/mysql_instance_list_info.py +3 -3
  40. huaweicloudsdkgaussdb/v3/model/mysql_instance_list_info_unify_status.py +3 -3
  41. huaweicloudsdkgaussdb/v3/model/resize_star_rocks_flavor_request.py +3 -3
  42. huaweicloudsdkgaussdb/v3/model/resource_check_resource.py +3 -3
  43. huaweicloudsdkgaussdb/v3/model/show_restore_tables_request.py +3 -3
  44. huaweicloudsdkgaussdb/v3/model/star_rocks_replication_info.py +3 -3
  45. huaweicloudsdkgaussdb/v3/model/table_config_check_request_v3.py +9 -9
  46. huaweicloudsdkgaussdb/v3/model/update_backup_offsite_policy_info.py +3 -3
  47. huaweicloudsdkgaussdb/v3/model/update_proxy_port_request_body.py +3 -3
  48. huaweicloudsdkgaussdb/v3/model/upgrade_sr_kernel_version_request.py +167 -0
  49. huaweicloudsdkgaussdb/v3/model/upgrade_sr_kernel_version_request_v3.py +144 -0
  50. huaweicloudsdkgaussdb/v3/model/upgrade_sr_kernel_version_response.py +116 -0
  51. {huaweicloudsdkgaussdb-3.1.131.dist-info → huaweicloudsdkgaussdb-3.1.133.dist-info}/METADATA +2 -2
  52. {huaweicloudsdkgaussdb-3.1.131.dist-info → huaweicloudsdkgaussdb-3.1.133.dist-info}/RECORD +55 -47
  53. {huaweicloudsdkgaussdb-3.1.131.dist-info → huaweicloudsdkgaussdb-3.1.133.dist-info}/LICENSE +0 -0
  54. {huaweicloudsdkgaussdb-3.1.131.dist-info → huaweicloudsdkgaussdb-3.1.133.dist-info}/WHEEL +0 -0
  55. {huaweicloudsdkgaussdb-3.1.131.dist-info → huaweicloudsdkgaussdb-3.1.133.dist-info}/top_level.txt +0 -0
@@ -35,7 +35,7 @@ class GaussDBClient(Client):
35
35
  def add_database_permission(self, request):
36
36
  """授予数据库用户数据库权限
37
37
 
38
- 授予云数据库 GaussDB(for MySQL)实例数据库用户数据库权限。
38
+ 授予云数据库 TaurusDB实例数据库用户数据库权限。
39
39
 
40
40
  Please refer to HUAWEI cloud API Explorer for details.
41
41
 
@@ -859,7 +859,7 @@ class GaussDBClient(Client):
859
859
  def create_gauss_my_sql_database(self, request):
860
860
  """创建数据库
861
861
 
862
- 创建云数据库 GaussDB(for MySQL)实例数据库。
862
+ 创建云数据库 TaurusDB实例数据库。
863
863
 
864
864
  Please refer to HUAWEI cloud API Explorer for details.
865
865
 
@@ -928,7 +928,7 @@ class GaussDBClient(Client):
928
928
  def create_gauss_my_sql_database_user(self, request):
929
929
  """创建数据库用户
930
930
 
931
- 创建云数据库GaussDB(for MySQL)实例数据库用户。
931
+ 创建云数据库TaurusDB实例数据库用户。
932
932
 
933
933
  Please refer to HUAWEI cloud API Explorer for details.
934
934
 
@@ -997,7 +997,7 @@ class GaussDBClient(Client):
997
997
  def create_gauss_my_sql_instance(self, request):
998
998
  """创建数据库实例
999
999
 
1000
- 创建云数据库GaussDB(for MySQL)实例。
1000
+ 创建云数据库TaurusDB实例。
1001
1001
 
1002
1002
  Please refer to HUAWEI cloud API Explorer for details.
1003
1003
 
@@ -1407,7 +1407,7 @@ class GaussDBClient(Client):
1407
1407
  def delete_database_permission(self, request):
1408
1408
  """删除数据库用户的数据库权限
1409
1409
 
1410
- 删除云数据库 GaussDB(for MySQL)实例数据库用户的数据库权限。
1410
+ 删除云数据库 TaurusDB实例数据库用户的数据库权限。
1411
1411
 
1412
1412
  Please refer to HUAWEI cloud API Explorer for details.
1413
1413
 
@@ -1610,7 +1610,7 @@ class GaussDBClient(Client):
1610
1610
  def delete_gauss_my_sql_database(self, request):
1611
1611
  """删除数据库
1612
1612
 
1613
- 删除云数据库 GaussDB(for MySQL)实例数据库。
1613
+ 删除云数据库 TaurusDB实例数据库。
1614
1614
 
1615
1615
  Please refer to HUAWEI cloud API Explorer for details.
1616
1616
 
@@ -1679,7 +1679,7 @@ class GaussDBClient(Client):
1679
1679
  def delete_gauss_my_sql_database_user(self, request):
1680
1680
  """删除数据库用户
1681
1681
 
1682
- 删除云数据库 GaussDB(for MySQL)实例数据库用户。
1682
+ 删除云数据库 TaurusDB实例数据库用户。
1683
1683
 
1684
1684
  Please refer to HUAWEI cloud API Explorer for details.
1685
1685
 
@@ -2853,7 +2853,7 @@ class GaussDBClient(Client):
2853
2853
  def list_gauss_my_sql_database(self, request):
2854
2854
  """查询数据库列表
2855
2855
 
2856
- 查询 GaussDB(for MySQL)实例数据库。
2856
+ 查询 TaurusDB实例数据库。
2857
2857
 
2858
2858
  Please refer to HUAWEI cloud API Explorer for details.
2859
2859
 
@@ -2928,7 +2928,7 @@ class GaussDBClient(Client):
2928
2928
  def list_gauss_my_sql_database_charsets(self, request):
2929
2929
  """查询数据库可用字符集
2930
2930
 
2931
- 查询云数据库 GaussDB(for MySQL)实例数据库可用字符集。
2931
+ 查询云数据库 TaurusDB实例数据库可用字符集。
2932
2932
 
2933
2933
  Please refer to HUAWEI cloud API Explorer for details.
2934
2934
 
@@ -2995,7 +2995,7 @@ class GaussDBClient(Client):
2995
2995
  def list_gauss_my_sql_database_user(self, request):
2996
2996
  """查询数据库用户
2997
2997
 
2998
- 查询云数据库 GaussDB(for MySQL)实例数据库用户。
2998
+ 查询云数据库 TaurusDB实例数据库用户。
2999
2999
 
3000
3000
  Please refer to HUAWEI cloud API Explorer for details.
3001
3001
 
@@ -4512,7 +4512,7 @@ class GaussDBClient(Client):
4512
4512
  def reset_gauss_my_sql_database_password(self, request):
4513
4513
  """修改数据库用户密码
4514
4514
 
4515
- 修改云数据库 GaussDB(for MySQL)实例数据库用户密码。
4515
+ 修改云数据库 TaurusDB实例数据库用户密码。
4516
4516
 
4517
4517
  Please refer to HUAWEI cloud API Explorer for details.
4518
4518
 
@@ -6038,7 +6038,7 @@ class GaussDBClient(Client):
6038
6038
  def show_gauss_my_sql_job_info(self, request):
6039
6039
  """获取指定ID的任务信息
6040
6040
 
6041
- 获取GaussDB(for MySQL)任务中心指定ID的任务信息。
6041
+ 获取TaurusDB任务中心指定ID的任务信息。
6042
6042
 
6043
6043
  Please refer to HUAWEI cloud API Explorer for details.
6044
6044
 
@@ -8048,7 +8048,7 @@ class GaussDBClient(Client):
8048
8048
  def update_gauss_my_sql_database_comment(self, request):
8049
8049
  """修改数据库备注
8050
8050
 
8051
- 修改云数据库 GaussDB(for MySQL)实例数据库备注。
8051
+ 修改云数据库 TaurusDB实例数据库备注。
8052
8052
 
8053
8053
  Please refer to HUAWEI cloud API Explorer for details.
8054
8054
 
@@ -8117,7 +8117,7 @@ class GaussDBClient(Client):
8117
8117
  def update_gauss_my_sql_database_user_comment(self, request):
8118
8118
  """修改数据库用户备注
8119
8119
 
8120
- 修改云数据库 GaussDB(for MySQL)实例数据库用户备注。
8120
+ 修改云数据库 TaurusDB实例数据库用户备注。
8121
8121
 
8122
8122
  Please refer to HUAWEI cloud API Explorer for details.
8123
8123
 
@@ -11921,6 +11921,75 @@ class GaussDBClient(Client):
11921
11921
 
11922
11922
  return http_info
11923
11923
 
11924
+ def list_star_rocks_data_replication_config_by_data_base(self, request):
11925
+ """按目标库查询StarRocks数据同步配置信息
11926
+
11927
+ 按目标库查询StarRocks数据同步配置信息。
11928
+
11929
+ Please refer to HUAWEI cloud API Explorer for details.
11930
+
11931
+ :param request: Request instance for ListStarRocksDataReplicationConfigByDataBase
11932
+ :type request: :class:`huaweicloudsdkgaussdb.v3.ListStarRocksDataReplicationConfigByDataBaseRequest`
11933
+ :rtype: :class:`huaweicloudsdkgaussdb.v3.ListStarRocksDataReplicationConfigByDataBaseResponse`
11934
+ """
11935
+ http_info = self._list_star_rocks_data_replication_config_by_data_base_http_info(request)
11936
+ return self._call_api(**http_info)
11937
+
11938
+ def list_star_rocks_data_replication_config_by_data_base_invoker(self, request):
11939
+ http_info = self._list_star_rocks_data_replication_config_by_data_base_http_info(request)
11940
+ return SyncInvoker(self, http_info)
11941
+
11942
+ @classmethod
11943
+ def _list_star_rocks_data_replication_config_by_data_base_http_info(cls, request):
11944
+ http_info = {
11945
+ "method": "GET",
11946
+ "resource_path": "/v3/{project_id}/instances/{instance_id}/starrocks/databases/replication/configuration/{database}",
11947
+ "request_type": request.__class__.__name__,
11948
+ "response_type": "ListStarRocksDataReplicationConfigByDataBaseResponse"
11949
+ }
11950
+
11951
+ local_var_params = {attr: getattr(request, attr) for attr in request.attribute_map if hasattr(request, attr)}
11952
+
11953
+ cname = None
11954
+
11955
+ collection_formats = {}
11956
+
11957
+ path_params = {}
11958
+ if 'instance_id' in local_var_params:
11959
+ path_params['instance_id'] = local_var_params['instance_id']
11960
+ if 'database' in local_var_params:
11961
+ path_params['database'] = local_var_params['database']
11962
+
11963
+ query_params = []
11964
+
11965
+ header_params = {}
11966
+ if 'x_language' in local_var_params:
11967
+ header_params['X-Language'] = local_var_params['x_language']
11968
+
11969
+ form_params = {}
11970
+
11971
+ body = None
11972
+ if isinstance(request, SdkStreamRequest):
11973
+ body = request.get_file_stream()
11974
+
11975
+ response_headers = []
11976
+
11977
+ header_params['Content-Type'] = http_utils.select_header_content_type(
11978
+ ['application/json'])
11979
+
11980
+ auth_settings = []
11981
+
11982
+ http_info["cname"] = cname
11983
+ http_info["collection_formats"] = collection_formats
11984
+ http_info["path_params"] = path_params
11985
+ http_info["query_params"] = query_params
11986
+ http_info["header_params"] = header_params
11987
+ http_info["post_params"] = form_params
11988
+ http_info["body"] = body
11989
+ http_info["response_headers"] = response_headers
11990
+
11991
+ return http_info
11992
+
11924
11993
  def list_star_rocks_data_replications(self, request):
11925
11994
  """查询StarRocks数据同步状态信息
11926
11995
 
@@ -12030,6 +12099,8 @@ class GaussDBClient(Client):
12030
12099
  path_params['instance_id'] = local_var_params['instance_id']
12031
12100
 
12032
12101
  query_params = []
12102
+ if 'add_task_scenario' in local_var_params:
12103
+ query_params.append(('add_task_scenario', local_var_params['add_task_scenario']))
12033
12104
 
12034
12105
  header_params = {}
12035
12106
  if 'x_language' in local_var_params:
@@ -12128,6 +12199,75 @@ class GaussDBClient(Client):
12128
12199
 
12129
12200
  return http_info
12130
12201
 
12202
+ def modify_data_sync(self, request):
12203
+ """修改StarRocks数据同步配置
12204
+
12205
+ 修改StarRocks数据同步配置。
12206
+
12207
+ Please refer to HUAWEI cloud API Explorer for details.
12208
+
12209
+ :param request: Request instance for ModifyDataSync
12210
+ :type request: :class:`huaweicloudsdkgaussdb.v3.ModifyDataSyncRequest`
12211
+ :rtype: :class:`huaweicloudsdkgaussdb.v3.ModifyDataSyncResponse`
12212
+ """
12213
+ http_info = self._modify_data_sync_http_info(request)
12214
+ return self._call_api(**http_info)
12215
+
12216
+ def modify_data_sync_invoker(self, request):
12217
+ http_info = self._modify_data_sync_http_info(request)
12218
+ return SyncInvoker(self, http_info)
12219
+
12220
+ @classmethod
12221
+ def _modify_data_sync_http_info(cls, request):
12222
+ http_info = {
12223
+ "method": "PUT",
12224
+ "resource_path": "/v3/{project_id}/instances/{instance_id}/starrocks/databases/replication",
12225
+ "request_type": request.__class__.__name__,
12226
+ "response_type": "ModifyDataSyncResponse"
12227
+ }
12228
+
12229
+ local_var_params = {attr: getattr(request, attr) for attr in request.attribute_map if hasattr(request, attr)}
12230
+
12231
+ cname = None
12232
+
12233
+ collection_formats = {}
12234
+
12235
+ path_params = {}
12236
+ if 'instance_id' in local_var_params:
12237
+ path_params['instance_id'] = local_var_params['instance_id']
12238
+
12239
+ query_params = []
12240
+
12241
+ header_params = {}
12242
+ if 'x_language' in local_var_params:
12243
+ header_params['X-Language'] = local_var_params['x_language']
12244
+
12245
+ form_params = {}
12246
+
12247
+ body = None
12248
+ if 'body' in local_var_params:
12249
+ body = local_var_params['body']
12250
+ if isinstance(request, SdkStreamRequest):
12251
+ body = request.get_file_stream()
12252
+
12253
+ response_headers = []
12254
+
12255
+ header_params['Content-Type'] = http_utils.select_header_content_type(
12256
+ ['application/json;charset=UTF-8'])
12257
+
12258
+ auth_settings = []
12259
+
12260
+ http_info["cname"] = cname
12261
+ http_info["collection_formats"] = collection_formats
12262
+ http_info["path_params"] = path_params
12263
+ http_info["query_params"] = query_params
12264
+ http_info["header_params"] = header_params
12265
+ http_info["post_params"] = form_params
12266
+ http_info["body"] = body
12267
+ http_info["response_headers"] = response_headers
12268
+
12269
+ return http_info
12270
+
12131
12271
  def pause_star_rocks_data_replication(self, request):
12132
12272
  """暂停StarRocks数据同步
12133
12273
 
@@ -13725,6 +13865,75 @@ class GaussDBClient(Client):
13725
13865
 
13726
13866
  return http_info
13727
13867
 
13868
+ def upgrade_sr_kernel_version(self, request):
13869
+ """StarRocks内核版本升级
13870
+
13871
+ StarRocks内核版本升级。
13872
+
13873
+ Please refer to HUAWEI cloud API Explorer for details.
13874
+
13875
+ :param request: Request instance for UpgradeSrKernelVersion
13876
+ :type request: :class:`huaweicloudsdkgaussdb.v3.UpgradeSrKernelVersionRequest`
13877
+ :rtype: :class:`huaweicloudsdkgaussdb.v3.UpgradeSrKernelVersionResponse`
13878
+ """
13879
+ http_info = self._upgrade_sr_kernel_version_http_info(request)
13880
+ return self._call_api(**http_info)
13881
+
13882
+ def upgrade_sr_kernel_version_invoker(self, request):
13883
+ http_info = self._upgrade_sr_kernel_version_http_info(request)
13884
+ return SyncInvoker(self, http_info)
13885
+
13886
+ @classmethod
13887
+ def _upgrade_sr_kernel_version_http_info(cls, request):
13888
+ http_info = {
13889
+ "method": "POST",
13890
+ "resource_path": "/v3/{project_id}/instances/{instance_id}/starrocks/db-upgrade",
13891
+ "request_type": request.__class__.__name__,
13892
+ "response_type": "UpgradeSrKernelVersionResponse"
13893
+ }
13894
+
13895
+ local_var_params = {attr: getattr(request, attr) for attr in request.attribute_map if hasattr(request, attr)}
13896
+
13897
+ cname = None
13898
+
13899
+ collection_formats = {}
13900
+
13901
+ path_params = {}
13902
+ if 'instance_id' in local_var_params:
13903
+ path_params['instance_id'] = local_var_params['instance_id']
13904
+
13905
+ query_params = []
13906
+
13907
+ header_params = {}
13908
+ if 'x_language' in local_var_params:
13909
+ header_params['X-Language'] = local_var_params['x_language']
13910
+
13911
+ form_params = {}
13912
+
13913
+ body = None
13914
+ if 'body' in local_var_params:
13915
+ body = local_var_params['body']
13916
+ if isinstance(request, SdkStreamRequest):
13917
+ body = request.get_file_stream()
13918
+
13919
+ response_headers = []
13920
+
13921
+ header_params['Content-Type'] = http_utils.select_header_content_type(
13922
+ ['application/json;charset=UTF-8'])
13923
+
13924
+ auth_settings = []
13925
+
13926
+ http_info["cname"] = cname
13927
+ http_info["collection_formats"] = collection_formats
13928
+ http_info["path_params"] = path_params
13929
+ http_info["query_params"] = query_params
13930
+ http_info["header_params"] = header_params
13931
+ http_info["post_params"] = form_params
13932
+ http_info["body"] = body
13933
+ http_info["response_headers"] = response_headers
13934
+
13935
+ return http_info
13936
+
13728
13937
  def delete_sql_filter_rule(self, request):
13729
13938
  """删除SQL限流规则
13730
13939
 
@@ -316,6 +316,8 @@ from huaweicloudsdkgaussdb.v3.model.list_schedule_jobs_request import ListSchedu
316
316
  from huaweicloudsdkgaussdb.v3.model.list_schedule_jobs_response import ListScheduleJobsResponse
317
317
  from huaweicloudsdkgaussdb.v3.model.list_star_rocks_data_bases_request import ListStarRocksDataBasesRequest
318
318
  from huaweicloudsdkgaussdb.v3.model.list_star_rocks_data_bases_response import ListStarRocksDataBasesResponse
319
+ from huaweicloudsdkgaussdb.v3.model.list_star_rocks_data_replication_config_by_data_base_request import ListStarRocksDataReplicationConfigByDataBaseRequest
320
+ from huaweicloudsdkgaussdb.v3.model.list_star_rocks_data_replication_config_by_data_base_response import ListStarRocksDataReplicationConfigByDataBaseResponse
319
321
  from huaweicloudsdkgaussdb.v3.model.list_star_rocks_data_replication_config_request import ListStarRocksDataReplicationConfigRequest
320
322
  from huaweicloudsdkgaussdb.v3.model.list_star_rocks_data_replication_config_response import ListStarRocksDataReplicationConfigResponse
321
323
  from huaweicloudsdkgaussdb.v3.model.list_star_rocks_data_replications_request import ListStarRocksDataReplicationsRequest
@@ -334,6 +336,9 @@ from huaweicloudsdkgaussdb.v3.model.modify_alias_request import ModifyAliasReque
334
336
  from huaweicloudsdkgaussdb.v3.model.modify_backup_encrypt_status_request import ModifyBackupEncryptStatusRequest
335
337
  from huaweicloudsdkgaussdb.v3.model.modify_backup_encrypt_status_response import ModifyBackupEncryptStatusResponse
336
338
  from huaweicloudsdkgaussdb.v3.model.modify_bind_eip_request import ModifyBindEipRequest
339
+ from huaweicloudsdkgaussdb.v3.model.modify_data_sync_config_request_v3 import ModifyDataSyncConfigRequestV3
340
+ from huaweicloudsdkgaussdb.v3.model.modify_data_sync_request import ModifyDataSyncRequest
341
+ from huaweicloudsdkgaussdb.v3.model.modify_data_sync_response import ModifyDataSyncResponse
337
342
  from huaweicloudsdkgaussdb.v3.model.modify_dns_name_req import ModifyDnsNameReq
338
343
  from huaweicloudsdkgaussdb.v3.model.modify_gauss_my_sql_proxy_route_mode_request import ModifyGaussMySqlProxyRouteModeRequest
339
344
  from huaweicloudsdkgaussdb.v3.model.modify_gauss_my_sql_proxy_route_mode_request_body import ModifyGaussMySqlProxyRouteModeRequestBody
@@ -715,4 +720,7 @@ from huaweicloudsdkgaussdb.v3.model.upgrade_gauss_my_sql_instance_database_reque
715
720
  from huaweicloudsdkgaussdb.v3.model.upgrade_gauss_my_sql_instance_database_response import UpgradeGaussMySqlInstanceDatabaseResponse
716
721
  from huaweicloudsdkgaussdb.v3.model.upgrade_proxy_version_request import UpgradeProxyVersionRequest
717
722
  from huaweicloudsdkgaussdb.v3.model.upgrade_proxy_version_response import UpgradeProxyVersionResponse
723
+ from huaweicloudsdkgaussdb.v3.model.upgrade_sr_kernel_version_request import UpgradeSrKernelVersionRequest
724
+ from huaweicloudsdkgaussdb.v3.model.upgrade_sr_kernel_version_request_v3 import UpgradeSrKernelVersionRequestV3
725
+ from huaweicloudsdkgaussdb.v3.model.upgrade_sr_kernel_version_response import UpgradeSrKernelVersionResponse
718
726
  from huaweicloudsdkgaussdb.v3.model.user_sync_req import UserSyncReq
@@ -39,7 +39,7 @@ class CheckChDatabaseConfigRequestBody:
39
39
 
40
40
  :param source_instance_id: 源实例ID,严格匹配UUID规则。
41
41
  :type source_instance_id: str
42
- :param source_node_id: 源节点ID。GaussDB(for MySQL)只读节点ID。如为空,则取GaussDB(for MySQL)主节点ID。
42
+ :param source_node_id: 源节点ID。TaurusDB只读节点ID。如为空,则取TaurusDB主节点ID。
43
43
  :type source_node_id: str
44
44
  :param source_database_name: 源数据库名。
45
45
  :type source_database_name: str
@@ -91,7 +91,7 @@ class CheckChDatabaseConfigRequestBody:
91
91
  def source_node_id(self):
92
92
  """Gets the source_node_id of this CheckChDatabaseConfigRequestBody.
93
93
 
94
- 源节点ID。GaussDB(for MySQL)只读节点ID。如为空,则取GaussDB(for MySQL)主节点ID。
94
+ 源节点ID。TaurusDB只读节点ID。如为空,则取TaurusDB主节点ID。
95
95
 
96
96
  :return: The source_node_id of this CheckChDatabaseConfigRequestBody.
97
97
  :rtype: str
@@ -102,7 +102,7 @@ class CheckChDatabaseConfigRequestBody:
102
102
  def source_node_id(self, source_node_id):
103
103
  """Sets the source_node_id of this CheckChDatabaseConfigRequestBody.
104
104
 
105
- 源节点ID。GaussDB(for MySQL)只读节点ID。如为空,则取GaussDB(for MySQL)主节点ID。
105
+ 源节点ID。TaurusDB只读节点ID。如为空,则取TaurusDB主节点ID。
106
106
 
107
107
  :param source_node_id: The source_node_id of this CheckChDatabaseConfigRequestBody.
108
108
  :type source_node_id: str
@@ -41,7 +41,7 @@ class CheckChDatabaseTableConfigRequestBody:
41
41
 
42
42
  :param source_instance_id: 源实例ID。
43
43
  :type source_instance_id: str
44
- :param source_node_id: 源节点ID。GaussDB(for MySQL)只读节点ID。如为空,则取GaussDB(for MySQL)主节点ID。
44
+ :param source_node_id: 源节点ID。TaurusDB只读节点ID。如为空,则取TaurusDB主节点ID。
45
45
  :type source_node_id: str
46
46
  :param source_database_name: 源数据库名。
47
47
  :type source_database_name: str
@@ -97,7 +97,7 @@ class CheckChDatabaseTableConfigRequestBody:
97
97
  def source_node_id(self):
98
98
  """Gets the source_node_id of this CheckChDatabaseTableConfigRequestBody.
99
99
 
100
- 源节点ID。GaussDB(for MySQL)只读节点ID。如为空,则取GaussDB(for MySQL)主节点ID。
100
+ 源节点ID。TaurusDB只读节点ID。如为空,则取TaurusDB主节点ID。
101
101
 
102
102
  :return: The source_node_id of this CheckChDatabaseTableConfigRequestBody.
103
103
  :rtype: str
@@ -108,7 +108,7 @@ class CheckChDatabaseTableConfigRequestBody:
108
108
  def source_node_id(self, source_node_id):
109
109
  """Sets the source_node_id of this CheckChDatabaseTableConfigRequestBody.
110
110
 
111
- 源节点ID。GaussDB(for MySQL)只读节点ID。如为空,则取GaussDB(for MySQL)主节点ID。
111
+ 源节点ID。TaurusDB只读节点ID。如为空,则取TaurusDB主节点ID。
112
112
 
113
113
  :param source_node_id: The source_node_id of this CheckChDatabaseTableConfigRequestBody.
114
114
  :type source_node_id: str
@@ -38,9 +38,9 @@ class CheckDataBaseConfigResponse(SdkResponse):
38
38
 
39
39
  The model defined in huaweicloud sdk
40
40
 
41
- :param source_database_name: GaussDB(for MySQL)数据库名称。
41
+ :param source_database_name: TaurusDB数据库名称。
42
42
  :type source_database_name: str
43
- :param source_db_config_check_results: GaussDB(for MySQL)数据库配置检查结果。
43
+ :param source_db_config_check_results: TaurusDB数据库配置检查结果。
44
44
  :type source_db_config_check_results: list[:class:`huaweicloudsdkgaussdb.v3.DbConfigCheckResult`]
45
45
  :param target_database_name: 目标数据库名称。
46
46
  :type target_database_name: str
@@ -74,7 +74,7 @@ class CheckDataBaseConfigResponse(SdkResponse):
74
74
  def source_database_name(self):
75
75
  """Gets the source_database_name of this CheckDataBaseConfigResponse.
76
76
 
77
- GaussDB(for MySQL)数据库名称。
77
+ TaurusDB数据库名称。
78
78
 
79
79
  :return: The source_database_name of this CheckDataBaseConfigResponse.
80
80
  :rtype: str
@@ -85,7 +85,7 @@ class CheckDataBaseConfigResponse(SdkResponse):
85
85
  def source_database_name(self, source_database_name):
86
86
  """Sets the source_database_name of this CheckDataBaseConfigResponse.
87
87
 
88
- GaussDB(for MySQL)数据库名称。
88
+ TaurusDB数据库名称。
89
89
 
90
90
  :param source_database_name: The source_database_name of this CheckDataBaseConfigResponse.
91
91
  :type source_database_name: str
@@ -96,7 +96,7 @@ class CheckDataBaseConfigResponse(SdkResponse):
96
96
  def source_db_config_check_results(self):
97
97
  """Gets the source_db_config_check_results of this CheckDataBaseConfigResponse.
98
98
 
99
- GaussDB(for MySQL)数据库配置检查结果。
99
+ TaurusDB数据库配置检查结果。
100
100
 
101
101
  :return: The source_db_config_check_results of this CheckDataBaseConfigResponse.
102
102
  :rtype: list[:class:`huaweicloudsdkgaussdb.v3.DbConfigCheckResult`]
@@ -107,7 +107,7 @@ class CheckDataBaseConfigResponse(SdkResponse):
107
107
  def source_db_config_check_results(self, source_db_config_check_results):
108
108
  """Sets the source_db_config_check_results of this CheckDataBaseConfigResponse.
109
109
 
110
- GaussDB(for MySQL)数据库配置检查结果。
110
+ TaurusDB数据库配置检查结果。
111
111
 
112
112
  :param source_db_config_check_results: The source_db_config_check_results of this CheckDataBaseConfigResponse.
113
113
  :type source_db_config_check_results: list[:class:`huaweicloudsdkgaussdb.v3.DbConfigCheckResult`]
@@ -36,7 +36,7 @@ class CheckTableConfigResponse(SdkResponse):
36
36
 
37
37
  The model defined in huaweicloud sdk
38
38
 
39
- :param source_database_name: GaussDB(for MySQL)数据库名。
39
+ :param source_database_name: TaurusDB数据库名。
40
40
  :type source_database_name: str
41
41
  :param target_database_name: 目标数据库名。
42
42
  :type target_database_name: str
@@ -67,7 +67,7 @@ class CheckTableConfigResponse(SdkResponse):
67
67
  def source_database_name(self):
68
68
  """Gets the source_database_name of this CheckTableConfigResponse.
69
69
 
70
- GaussDB(for MySQL)数据库名。
70
+ TaurusDB数据库名。
71
71
 
72
72
  :return: The source_database_name of this CheckTableConfigResponse.
73
73
  :rtype: str
@@ -78,7 +78,7 @@ class CheckTableConfigResponse(SdkResponse):
78
78
  def source_database_name(self, source_database_name):
79
79
  """Sets the source_database_name of this CheckTableConfigResponse.
80
80
 
81
- GaussDB(for MySQL)数据库名。
81
+ TaurusDB数据库名。
82
82
 
83
83
  :param source_database_name: The source_database_name of this CheckTableConfigResponse.
84
84
  :type source_database_name: str
@@ -35,7 +35,7 @@ class CopyConfigurationsRequest:
35
35
 
36
36
  :param x_language: 请求语言类型。默认en-us。 取值范围: - en-us - zh-cn
37
37
  :type x_language: str
38
- :param configuration_id: 参数组ID。 通过调用[查询参数模板](https://support.huaweicloud.com/api-gaussdbformysql/ListGaussMySqlConfigurations.html)接口获取。 请求响应成功后在响应消息体中包含的“id”的值即为configuration_id值。
38
+ :param configuration_id: 参数组ID。 通过调用[查询参数模板](https://support.huaweicloud.com/api-taurusdb/ListGaussMySqlConfigurations.html)接口获取。 请求响应成功后在响应消息体中包含的“id”的值即为configuration_id值。
39
39
  :type configuration_id: str
40
40
  :param body: Body of the CopyConfigurationsRequest
41
41
  :type body: :class:`huaweicloudsdkgaussdb.v3.CopyConfigurationsRequestBody`
@@ -80,7 +80,7 @@ class CopyConfigurationsRequest:
80
80
  def configuration_id(self):
81
81
  """Gets the configuration_id of this CopyConfigurationsRequest.
82
82
 
83
- 参数组ID。 通过调用[查询参数模板](https://support.huaweicloud.com/api-gaussdbformysql/ListGaussMySqlConfigurations.html)接口获取。 请求响应成功后在响应消息体中包含的“id”的值即为configuration_id值。
83
+ 参数组ID。 通过调用[查询参数模板](https://support.huaweicloud.com/api-taurusdb/ListGaussMySqlConfigurations.html)接口获取。 请求响应成功后在响应消息体中包含的“id”的值即为configuration_id值。
84
84
 
85
85
  :return: The configuration_id of this CopyConfigurationsRequest.
86
86
  :rtype: str
@@ -91,7 +91,7 @@ class CopyConfigurationsRequest:
91
91
  def configuration_id(self, configuration_id):
92
92
  """Sets the configuration_id of this CopyConfigurationsRequest.
93
93
 
94
- 参数组ID。 通过调用[查询参数模板](https://support.huaweicloud.com/api-gaussdbformysql/ListGaussMySqlConfigurations.html)接口获取。 请求响应成功后在响应消息体中包含的“id”的值即为configuration_id值。
94
+ 参数组ID。 通过调用[查询参数模板](https://support.huaweicloud.com/api-taurusdb/ListGaussMySqlConfigurations.html)接口获取。 请求响应成功后在响应消息体中包含的“id”的值即为configuration_id值。
95
95
 
96
96
  :param configuration_id: The configuration_id of this CopyConfigurationsRequest.
97
97
  :type configuration_id: str
@@ -39,7 +39,7 @@ class CopyInstanceConfigurationsRequest:
39
39
  :type x_language: str
40
40
  :param instance_id: 实例ID,严格匹配UUID规则。
41
41
  :type instance_id: str
42
- :param configuration_id: 参数组ID。 通过调用[查询实例详情信息](https://support.huaweicloud.com/api-gaussdbformysql/ShowGaussMySqlInstanceInfo.html)接口获取。 请求响应成功后在响应消息体中包含的“configuration_id”的值即为configuration_id值。
42
+ :param configuration_id: 参数组ID。 通过调用[查询实例详情信息](https://support.huaweicloud.com/api-taurusdb/ShowGaussMySqlInstanceInfo.html)接口获取。 请求响应成功后在响应消息体中包含的“configuration_id”的值即为configuration_id值。
43
43
  :type configuration_id: str
44
44
  :param body: Body of the CopyInstanceConfigurationsRequest
45
45
  :type body: :class:`huaweicloudsdkgaussdb.v3.CopyInstanceConfigurationsRequestBody`
@@ -108,7 +108,7 @@ class CopyInstanceConfigurationsRequest:
108
108
  def configuration_id(self):
109
109
  """Gets the configuration_id of this CopyInstanceConfigurationsRequest.
110
110
 
111
- 参数组ID。 通过调用[查询实例详情信息](https://support.huaweicloud.com/api-gaussdbformysql/ShowGaussMySqlInstanceInfo.html)接口获取。 请求响应成功后在响应消息体中包含的“configuration_id”的值即为configuration_id值。
111
+ 参数组ID。 通过调用[查询实例详情信息](https://support.huaweicloud.com/api-taurusdb/ShowGaussMySqlInstanceInfo.html)接口获取。 请求响应成功后在响应消息体中包含的“configuration_id”的值即为configuration_id值。
112
112
 
113
113
  :return: The configuration_id of this CopyInstanceConfigurationsRequest.
114
114
  :rtype: str
@@ -119,7 +119,7 @@ class CopyInstanceConfigurationsRequest:
119
119
  def configuration_id(self, configuration_id):
120
120
  """Sets the configuration_id of this CopyInstanceConfigurationsRequest.
121
121
 
122
- 参数组ID。 通过调用[查询实例详情信息](https://support.huaweicloud.com/api-gaussdbformysql/ShowGaussMySqlInstanceInfo.html)接口获取。 请求响应成功后在响应消息体中包含的“configuration_id”的值即为configuration_id值。
122
+ 参数组ID。 通过调用[查询实例详情信息](https://support.huaweicloud.com/api-taurusdb/ShowGaussMySqlInstanceInfo.html)接口获取。 请求响应成功后在响应消息体中包含的“configuration_id”的值即为configuration_id值。
123
123
 
124
124
  :param configuration_id: The configuration_id of this CopyInstanceConfigurationsRequest.
125
125
  :type configuration_id: str
@@ -35,7 +35,7 @@ class CreateChDatabaseReplicationRequestBody:
35
35
 
36
36
  :param source_instance_id: 源实例ID。
37
37
  :type source_instance_id: str
38
- :param source_node_id: 源节点ID。GaussDB(for MySQL)只读节点ID。如为空,则取GaussDB(for MySQL)主节点ID。
38
+ :param source_node_id: 源节点ID。TaurusDB只读节点ID。如为空,则取TaurusDB主节点ID。
39
39
  :type source_node_id: str
40
40
  :param source_database: 源数据库。
41
41
  :type source_database: str
@@ -79,7 +79,7 @@ class CreateChDatabaseReplicationRequestBody:
79
79
  def source_node_id(self):
80
80
  """Gets the source_node_id of this CreateChDatabaseReplicationRequestBody.
81
81
 
82
- 源节点ID。GaussDB(for MySQL)只读节点ID。如为空,则取GaussDB(for MySQL)主节点ID。
82
+ 源节点ID。TaurusDB只读节点ID。如为空,则取TaurusDB主节点ID。
83
83
 
84
84
  :return: The source_node_id of this CreateChDatabaseReplicationRequestBody.
85
85
  :rtype: str
@@ -90,7 +90,7 @@ class CreateChDatabaseReplicationRequestBody:
90
90
  def source_node_id(self, source_node_id):
91
91
  """Sets the source_node_id of this CreateChDatabaseReplicationRequestBody.
92
92
 
93
- 源节点ID。GaussDB(for MySQL)只读节点ID。如为空,则取GaussDB(for MySQL)主节点ID。
93
+ 源节点ID。TaurusDB只读节点ID。如为空,则取TaurusDB主节点ID。
94
94
 
95
95
  :param source_node_id: The source_node_id of this CreateChDatabaseReplicationRequestBody.
96
96
  :type source_node_id: str
@@ -65,7 +65,7 @@ class CreateChInstanceRequestBody:
65
65
  :type volume: :class:`huaweicloudsdkgaussdb.v3.CreateChInstanceRequestBodyVolume`
66
66
  :param az_code: 可用区码。 当ha中mode为Ha时,需要填写多个可用区,用\",\" 分隔。例如:cn-southwest-244b,cn-southwest-244a
67
67
  :type az_code: str
68
- :param time_zone: 时区。默认为所属GaussDB(for MySQL)实例时区。
68
+ :param time_zone: 时区。默认为所属TaurusDB实例时区。
69
69
  :type time_zone: str
70
70
  :param tags_info:
71
71
  :type tags_info: :class:`huaweicloudsdkgaussdb.v3.CreateChInstanceRequestBodyTagsInfo`
@@ -270,7 +270,7 @@ class CreateChInstanceRequestBody:
270
270
  def time_zone(self):
271
271
  """Gets the time_zone of this CreateChInstanceRequestBody.
272
272
 
273
- 时区。默认为所属GaussDB(for MySQL)实例时区。
273
+ 时区。默认为所属TaurusDB实例时区。
274
274
 
275
275
  :return: The time_zone of this CreateChInstanceRequestBody.
276
276
  :rtype: str
@@ -281,7 +281,7 @@ class CreateChInstanceRequestBody:
281
281
  def time_zone(self, time_zone):
282
282
  """Sets the time_zone of this CreateChInstanceRequestBody.
283
283
 
284
- 时区。默认为所属GaussDB(for MySQL)实例时区。
284
+ 时区。默认为所属TaurusDB实例时区。
285
285
 
286
286
  :param time_zone: The time_zone of this CreateChInstanceRequestBody.
287
287
  :type time_zone: str
@@ -33,7 +33,7 @@ class CreateClickHouseInstanceRequest:
33
33
 
34
34
  The model defined in huaweicloud sdk
35
35
 
36
- :param instance_id: GaussDB(for MySQL)实例ID,严格匹配UUID规则。
36
+ :param instance_id: TaurusDB实例ID,严格匹配UUID规则。
37
37
  :type instance_id: str
38
38
  :param x_language: 请求语言类型。默认en-us。 取值范围: - en-us - zh-cn
39
39
  :type x_language: str
@@ -58,7 +58,7 @@ class CreateClickHouseInstanceRequest:
58
58
  def instance_id(self):
59
59
  """Gets the instance_id of this CreateClickHouseInstanceRequest.
60
60
 
61
- GaussDB(for MySQL)实例ID,严格匹配UUID规则。
61
+ TaurusDB实例ID,严格匹配UUID规则。
62
62
 
63
63
  :return: The instance_id of this CreateClickHouseInstanceRequest.
64
64
  :rtype: str
@@ -69,7 +69,7 @@ class CreateClickHouseInstanceRequest:
69
69
  def instance_id(self, instance_id):
70
70
  """Sets the instance_id of this CreateClickHouseInstanceRequest.
71
71
 
72
- GaussDB(for MySQL)实例ID,严格匹配UUID规则。
72
+ TaurusDB实例ID,严格匹配UUID规则。
73
73
 
74
74
  :param instance_id: The instance_id of this CreateClickHouseInstanceRequest.
75
75
  :type instance_id: str