huaweicloudsdkgaussdbforopengauss 3.1.165__py3-none-any.whl → 3.1.167__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 (292) hide show
  1. huaweicloudsdkgaussdbforopengauss/v3/__init__.py +153 -3
  2. huaweicloudsdkgaussdbforopengauss/v3/gaussdbforopengauss_async_client.py +4490 -1280
  3. huaweicloudsdkgaussdbforopengauss/v3/gaussdbforopengauss_client.py +4490 -1280
  4. huaweicloudsdkgaussdbforopengauss/v3/model/__init__.py +153 -3
  5. huaweicloudsdkgaussdbforopengauss/v3/model/add_hba_conf_request_body.py +115 -0
  6. huaweicloudsdkgaussdbforopengauss/v3/model/add_hba_confs_request.py +168 -0
  7. huaweicloudsdkgaussdbforopengauss/v3/model/add_hba_confs_response.py +145 -0
  8. huaweicloudsdkgaussdbforopengauss/v3/model/add_instance_tags_request.py +6 -6
  9. huaweicloudsdkgaussdbforopengauss/v3/model/alarm_level_statistics_result.py +144 -0
  10. huaweicloudsdkgaussdbforopengauss/v3/model/allow_db_privileges_request.py +3 -3
  11. huaweicloudsdkgaussdbforopengauss/v3/model/allow_db_role_privileges_request.py +3 -3
  12. huaweicloudsdkgaussdbforopengauss/v3/model/applied_histories_result.py +3 -3
  13. huaweicloudsdkgaussdbforopengauss/v3/model/attach_eip_request.py +3 -3
  14. huaweicloudsdkgaussdbforopengauss/v3/model/backup_info.py +3 -3
  15. huaweicloudsdkgaussdbforopengauss/v3/model/backups.py +3 -3
  16. huaweicloudsdkgaussdbforopengauss/v3/model/backups_result.py +3 -3
  17. huaweicloudsdkgaussdbforopengauss/v3/model/base_ops_key_view_request_body.py +171 -0
  18. huaweicloudsdkgaussdbforopengauss/v3/model/bind_lts_config_request.py +140 -0
  19. huaweicloudsdkgaussdbforopengauss/v3/model/bind_lts_config_request_body.py +114 -0
  20. huaweicloudsdkgaussdbforopengauss/v3/model/bind_lts_config_response.py +116 -0
  21. huaweicloudsdkgaussdbforopengauss/v3/model/cancel_schedule_task_request.py +3 -3
  22. huaweicloudsdkgaussdbforopengauss/v3/model/collect_wdr_snapshot_request.py +168 -0
  23. huaweicloudsdkgaussdbforopengauss/v3/model/collect_wdr_snapshot_request_body.py +170 -0
  24. huaweicloudsdkgaussdbforopengauss/v3/model/collect_wdr_snapshot_response.py +116 -0
  25. huaweicloudsdkgaussdbforopengauss/v3/model/compare_condition_option.py +231 -0
  26. huaweicloudsdkgaussdbforopengauss/v3/model/component_info_result.py +202 -0
  27. huaweicloudsdkgaussdbforopengauss/v3/model/copy_configuration_request.py +3 -3
  28. huaweicloudsdkgaussdbforopengauss/v3/model/create_configuration_template_request.py +3 -3
  29. huaweicloudsdkgaussdbforopengauss/v3/model/create_cross_cloud_construct_disaster_request.py +3 -3
  30. huaweicloudsdkgaussdbforopengauss/v3/model/create_database_request.py +3 -3
  31. huaweicloudsdkgaussdbforopengauss/v3/model/create_database_schemas_request.py +3 -3
  32. huaweicloudsdkgaussdbforopengauss/v3/model/create_db_role_request.py +3 -3
  33. huaweicloudsdkgaussdbforopengauss/v3/model/create_db_user_request.py +3 -3
  34. huaweicloudsdkgaussdbforopengauss/v3/model/create_limit_task_request.py +3 -3
  35. huaweicloudsdkgaussdbforopengauss/v3/model/create_limit_task_response.py +3 -3
  36. huaweicloudsdkgaussdbforopengauss/v3/model/create_manual_backup_request_body.py +3 -3
  37. huaweicloudsdkgaussdbforopengauss/v3/model/create_readonly_nodes_request.py +168 -0
  38. huaweicloudsdkgaussdbforopengauss/v3/model/create_readonly_nodes_request_body.py +114 -0
  39. huaweicloudsdkgaussdbforopengauss/v3/model/create_readonly_nodes_response.py +116 -0
  40. huaweicloudsdkgaussdbforopengauss/v3/model/create_schedule_task_request.py +3 -3
  41. huaweicloudsdkgaussdbforopengauss/v3/model/create_slow_log_download_request.py +3 -3
  42. huaweicloudsdkgaussdbforopengauss/v3/model/create_wdr_snapshot_request.py +143 -0
  43. huaweicloudsdkgaussdbforopengauss/v3/model/create_wdr_snapshot_response.py +112 -0
  44. huaweicloudsdkgaussdbforopengauss/v3/model/create_wdr_snapshot_response_body.py +84 -0
  45. huaweicloudsdkgaussdbforopengauss/v3/model/database_for_list_table_result.py +114 -0
  46. huaweicloudsdkgaussdbforopengauss/v3/model/database_schema_table_result.py +144 -0
  47. huaweicloudsdkgaussdbforopengauss/v3/model/datapoint_result.py +142 -0
  48. huaweicloudsdkgaussdbforopengauss/v3/model/delete_configuration_request.py +3 -3
  49. huaweicloudsdkgaussdbforopengauss/v3/model/delete_database_request.py +6 -6
  50. huaweicloudsdkgaussdbforopengauss/v3/model/delete_database_schema_request.py +3 -3
  51. huaweicloudsdkgaussdbforopengauss/v3/model/delete_hba_conf_request_body.py +114 -0
  52. huaweicloudsdkgaussdbforopengauss/v3/model/delete_hba_confs_request.py +168 -0
  53. huaweicloudsdkgaussdbforopengauss/v3/model/delete_hba_confs_response.py +145 -0
  54. huaweicloudsdkgaussdbforopengauss/v3/model/delete_instance_request.py +3 -3
  55. huaweicloudsdkgaussdbforopengauss/v3/model/delete_instance_tag_request.py +3 -3
  56. huaweicloudsdkgaussdbforopengauss/v3/model/delete_job_request.py +3 -3
  57. huaweicloudsdkgaussdbforopengauss/v3/model/delete_limit_task_request.py +3 -3
  58. huaweicloudsdkgaussdbforopengauss/v3/model/delete_readonly_nodes_request.py +168 -0
  59. huaweicloudsdkgaussdbforopengauss/v3/model/delete_readonly_nodes_request_body.py +114 -0
  60. huaweicloudsdkgaussdbforopengauss/v3/model/delete_readonly_nodes_response.py +116 -0
  61. huaweicloudsdkgaussdbforopengauss/v3/model/delete_schedule_task_request.py +3 -3
  62. huaweicloudsdkgaussdbforopengauss/v3/model/dimension_list_result.py +173 -0
  63. huaweicloudsdkgaussdbforopengauss/v3/model/{error_response.py → error_response_body.py} +17 -17
  64. huaweicloudsdkgaussdbforopengauss/v3/model/excute_sql_node_info_result.py +231 -0
  65. huaweicloudsdkgaussdbforopengauss/v3/model/execute_cross_cloud_disaster_data_cache_end_request.py +3 -3
  66. huaweicloudsdkgaussdbforopengauss/v3/model/execute_cross_cloud_disaster_data_cache_start_request.py +3 -3
  67. huaweicloudsdkgaussdbforopengauss/v3/model/execute_cross_cloud_disaster_end_simulation_request.py +3 -3
  68. huaweicloudsdkgaussdbforopengauss/v3/model/execute_cross_cloud_disaster_recovery_failover_request.py +3 -3
  69. huaweicloudsdkgaussdbforopengauss/v3/model/execute_cross_cloud_disaster_restore_request.py +3 -3
  70. huaweicloudsdkgaussdbforopengauss/v3/model/execute_cross_cloud_disaster_start_simulation_request.py +3 -3
  71. huaweicloudsdkgaussdbforopengauss/v3/model/execute_cross_cloud_disaster_switchover_request.py +3 -3
  72. huaweicloudsdkgaussdbforopengauss/v3/model/execute_cross_cloud_release_disaster_request.py +3 -3
  73. huaweicloudsdkgaussdbforopengauss/v3/model/export_slow_sql_request.py +168 -0
  74. huaweicloudsdkgaussdbforopengauss/v3/model/export_slow_sql_response.py +85 -0
  75. huaweicloudsdkgaussdbforopengauss/v3/model/export_table_volume_request_body.py +258 -0
  76. huaweicloudsdkgaussdbforopengauss/v3/model/full_sql_statistic_info_result.py +376 -0
  77. huaweicloudsdkgaussdbforopengauss/v3/model/gauss_db_error_response_body.py +6 -6
  78. huaweicloudsdkgaussdbforopengauss/v3/model/hba_conf_option.py +226 -0
  79. huaweicloudsdkgaussdbforopengauss/v3/model/hba_conf_result.py +231 -0
  80. huaweicloudsdkgaussdbforopengauss/v3/model/hba_history_result.py +231 -0
  81. huaweicloudsdkgaussdbforopengauss/v3/model/install_kernel_plugin_request.py +3 -3
  82. huaweicloudsdkgaussdbforopengauss/v3/model/instance_alarm_level_statistic_result.py +202 -0
  83. huaweicloudsdkgaussdbforopengauss/v3/model/instance_delete_lts_config_option.py +142 -0
  84. huaweicloudsdkgaussdbforopengauss/v3/model/instance_detail.py +3 -3
  85. huaweicloudsdkgaussdbforopengauss/v3/model/instance_info_result.py +3 -3
  86. huaweicloudsdkgaussdbforopengauss/v3/model/instance_lts_log_config_result.py +144 -0
  87. huaweicloudsdkgaussdbforopengauss/v3/model/instance_save_lts_config_option.py +198 -0
  88. huaweicloudsdkgaussdbforopengauss/v3/model/instance_task_detail.py +3 -3
  89. huaweicloudsdkgaussdbforopengauss/v3/model/instances_list_result.py +3 -3
  90. huaweicloudsdkgaussdbforopengauss/v3/model/instances_metric_result.py +521 -0
  91. huaweicloudsdkgaussdbforopengauss/v3/model/instances_nodes_result.py +173 -0
  92. huaweicloudsdkgaussdbforopengauss/v3/model/instances_result.py +3 -3
  93. huaweicloudsdkgaussdbforopengauss/v3/model/instances_statistics_response_body_instances_statistics.py +142 -0
  94. huaweicloudsdkgaussdbforopengauss/v3/model/kill_session_request_body.py +199 -0
  95. huaweicloudsdkgaussdbforopengauss/v3/model/list_applicable_instances_request.py +3 -3
  96. huaweicloudsdkgaussdbforopengauss/v3/model/list_applied_histories_request.py +3 -3
  97. huaweicloudsdkgaussdbforopengauss/v3/model/list_available_flavors_request.py +3 -3
  98. huaweicloudsdkgaussdbforopengauss/v3/model/list_backups_result.py +3 -3
  99. huaweicloudsdkgaussdbforopengauss/v3/model/list_binded_eips_request.py +3 -3
  100. huaweicloudsdkgaussdbforopengauss/v3/model/list_cn_infos_before_reduce_request.py +3 -3
  101. huaweicloudsdkgaussdbforopengauss/v3/model/list_cn_infos_before_reduce_response.py +3 -3
  102. huaweicloudsdkgaussdbforopengauss/v3/model/list_component_infos_request.py +3 -3
  103. huaweicloudsdkgaussdbforopengauss/v3/model/list_configurations_diff_request.py +3 -3
  104. huaweicloudsdkgaussdbforopengauss/v3/model/list_database_roles_request.py +3 -3
  105. huaweicloudsdkgaussdbforopengauss/v3/model/list_database_schema_tables_request.py +286 -0
  106. huaweicloudsdkgaussdbforopengauss/v3/model/list_database_schema_tables_response.py +145 -0
  107. huaweicloudsdkgaussdbforopengauss/v3/model/list_database_schemas_request.py +3 -3
  108. huaweicloudsdkgaussdbforopengauss/v3/model/list_database_volume_summary_request.py +143 -0
  109. huaweicloudsdkgaussdbforopengauss/v3/model/list_database_volume_summary_response.py +261 -0
  110. huaweicloudsdkgaussdbforopengauss/v3/model/list_databases_request.py +3 -3
  111. huaweicloudsdkgaussdbforopengauss/v3/model/list_db_users_request.py +3 -3
  112. huaweicloudsdkgaussdbforopengauss/v3/model/list_disaster_recovery_record_request.py +3 -3
  113. huaweicloudsdkgaussdbforopengauss/v3/model/list_disaster_recovery_record_response.py +7 -7
  114. huaweicloudsdkgaussdbforopengauss/v3/model/list_enhance_full_sql_statistics_request.py +168 -0
  115. huaweicloudsdkgaussdbforopengauss/v3/model/list_enhance_full_sql_statistics_request_body.py +722 -0
  116. huaweicloudsdkgaussdbforopengauss/v3/model/list_enhance_full_sql_statistics_response.py +145 -0
  117. huaweicloudsdkgaussdbforopengauss/v3/model/list_features_request.py +6 -6
  118. huaweicloudsdkgaussdbforopengauss/v3/model/list_hba_info_history_request.py +259 -0
  119. huaweicloudsdkgaussdbforopengauss/v3/model/list_hba_info_history_response.py +145 -0
  120. huaweicloudsdkgaussdbforopengauss/v3/model/list_hba_infos_request.py +201 -0
  121. huaweicloudsdkgaussdbforopengauss/v3/model/list_hba_infos_response.py +145 -0
  122. huaweicloudsdkgaussdbforopengauss/v3/model/list_instance_engine_detail_request.py +3 -3
  123. huaweicloudsdkgaussdbforopengauss/v3/model/list_instance_error_logs_request.py +3 -3
  124. huaweicloudsdkgaussdbforopengauss/v3/model/list_instance_tags_request.py +6 -6
  125. huaweicloudsdkgaussdbforopengauss/v3/model/list_kernel_plugins_request.py +3 -3
  126. huaweicloudsdkgaussdbforopengauss/v3/model/list_key_view_execute_node_request.py +143 -0
  127. huaweicloudsdkgaussdbforopengauss/v3/model/list_key_view_execute_node_response.py +116 -0
  128. huaweicloudsdkgaussdbforopengauss/v3/model/list_kms_tde_key_request.py +143 -0
  129. huaweicloudsdkgaussdbforopengauss/v3/model/list_kms_tde_key_response.py +174 -0
  130. huaweicloudsdkgaussdbforopengauss/v3/model/list_kms_tde_key_response_body_key_details.py +260 -0
  131. huaweicloudsdkgaussdbforopengauss/v3/model/list_limit_task_request.py +3 -3
  132. huaweicloudsdkgaussdbforopengauss/v3/model/list_limit_task_response_result.py +3 -3
  133. huaweicloudsdkgaussdbforopengauss/v3/model/list_lts_configs_request.py +288 -0
  134. huaweicloudsdkgaussdbforopengauss/v3/model/list_lts_configs_response.py +145 -0
  135. huaweicloudsdkgaussdbforopengauss/v3/model/list_metric_datas_request.py +231 -0
  136. huaweicloudsdkgaussdbforopengauss/v3/model/list_metric_datas_response.py +145 -0
  137. huaweicloudsdkgaussdbforopengauss/v3/model/list_node_limit_sql_model_request.py +3 -3
  138. huaweicloudsdkgaussdbforopengauss/v3/model/list_plugin_extensions_request.py +3 -3
  139. huaweicloudsdkgaussdbforopengauss/v3/model/list_readonly_nodes_request.py +143 -0
  140. huaweicloudsdkgaussdbforopengauss/v3/model/list_readonly_nodes_response.py +145 -0
  141. huaweicloudsdkgaussdbforopengauss/v3/model/list_readonly_nodes_result.py +202 -0
  142. huaweicloudsdkgaussdbforopengauss/v3/model/list_real_time_sessions_request.py +168 -0
  143. huaweicloudsdkgaussdbforopengauss/v3/model/list_real_time_sessions_request_body.py +167 -0
  144. huaweicloudsdkgaussdbforopengauss/v3/model/list_real_time_sessions_response.py +116 -0
  145. huaweicloudsdkgaussdbforopengauss/v3/model/list_recycle_instances_details_request.py +3 -3
  146. huaweicloudsdkgaussdbforopengauss/v3/model/list_recycle_instances_request.py +3 -3
  147. huaweicloudsdkgaussdbforopengauss/v3/model/list_restorable_instances_details_request.py +3 -3
  148. huaweicloudsdkgaussdbforopengauss/v3/model/list_restorable_instances_request.py +3 -3
  149. huaweicloudsdkgaussdbforopengauss/v3/model/list_restore_times_request.py +3 -3
  150. huaweicloudsdkgaussdbforopengauss/v3/model/list_schedule_task_request.py +3 -3
  151. huaweicloudsdkgaussdbforopengauss/v3/model/list_schema_and_table_request.py +168 -0
  152. huaweicloudsdkgaussdbforopengauss/v3/model/list_schema_and_table_request_body.py +143 -0
  153. huaweicloudsdkgaussdbforopengauss/v3/model/list_schema_and_table_response.py +116 -0
  154. huaweicloudsdkgaussdbforopengauss/v3/model/list_session_statistics_request.py +287 -0
  155. huaweicloudsdkgaussdbforopengauss/v3/model/list_session_statistics_response.py +145 -0
  156. huaweicloudsdkgaussdbforopengauss/v3/model/list_slow_sql_details_request.py +168 -0
  157. huaweicloudsdkgaussdbforopengauss/v3/model/list_slow_sql_details_response.py +145 -0
  158. huaweicloudsdkgaussdbforopengauss/v3/model/list_slow_sqls_request.py +168 -0
  159. huaweicloudsdkgaussdbforopengauss/v3/model/list_slow_sqls_request_body.py +284 -0
  160. huaweicloudsdkgaussdbforopengauss/v3/model/list_slow_sqls_response.py +145 -0
  161. huaweicloudsdkgaussdbforopengauss/v3/model/list_sql_excute_node_request_body.py +114 -0
  162. huaweicloudsdkgaussdbforopengauss/v3/model/list_sql_excute_nodes_request.py +168 -0
  163. huaweicloudsdkgaussdbforopengauss/v3/model/list_sql_excute_nodes_response.py +116 -0
  164. huaweicloudsdkgaussdbforopengauss/v3/model/list_support_kernel_plugins_request.py +3 -3
  165. huaweicloudsdkgaussdbforopengauss/v3/model/list_table_definition_request.py +227 -0
  166. huaweicloudsdkgaussdbforopengauss/v3/model/list_table_definition_response.py +116 -0
  167. huaweicloudsdkgaussdbforopengauss/v3/model/list_table_definitions_request.py +228 -0
  168. huaweicloudsdkgaussdbforopengauss/v3/model/list_table_definitions_response.py +116 -0
  169. huaweicloudsdkgaussdbforopengauss/v3/model/list_tasks_request.py +3 -3
  170. huaweicloudsdkgaussdbforopengauss/v3/model/list_top_sqls_request.py +168 -0
  171. huaweicloudsdkgaussdbforopengauss/v3/model/list_top_sqls_request_body.py +430 -0
  172. huaweicloudsdkgaussdbforopengauss/v3/model/list_top_sqls_response.py +145 -0
  173. huaweicloudsdkgaussdbforopengauss/v3/model/lts_log_config_result.py +202 -0
  174. huaweicloudsdkgaussdbforopengauss/v3/model/metric_data_result.py +226 -0
  175. huaweicloudsdkgaussdbforopengauss/v3/model/metric_name_result.py +144 -0
  176. huaweicloudsdkgaussdbforopengauss/v3/model/modify_eps_quota_request.py +3 -3
  177. huaweicloudsdkgaussdbforopengauss/v3/model/modify_hba_conf_request.py +168 -0
  178. huaweicloudsdkgaussdbforopengauss/v3/model/modify_hba_conf_request_body.py +142 -0
  179. huaweicloudsdkgaussdbforopengauss/v3/model/modify_hba_conf_response.py +145 -0
  180. huaweicloudsdkgaussdbforopengauss/v3/model/multi_query_condition_option.py +202 -0
  181. huaweicloudsdkgaussdbforopengauss/v3/model/node_distribution_option.py +198 -0
  182. huaweicloudsdkgaussdbforopengauss/v3/model/open_gauss_error_response.py +3 -3
  183. huaweicloudsdkgaussdbforopengauss/v3/model/ops_key_view_execute_node_result.py +289 -0
  184. huaweicloudsdkgaussdbforopengauss/v3/model/para_error_response_body.py +6 -6
  185. huaweicloudsdkgaussdbforopengauss/v3/model/real_time_session_result.py +666 -0
  186. huaweicloudsdkgaussdbforopengauss/v3/model/{record_info_response.py → record_info_response_result.py} +80 -80
  187. huaweicloudsdkgaussdbforopengauss/v3/model/redistribution_request_body.py +173 -0
  188. huaweicloudsdkgaussdbforopengauss/v3/model/region_instance_info.py +3 -3
  189. huaweicloudsdkgaussdbforopengauss/v3/model/reset_configuration_request.py +3 -3
  190. huaweicloudsdkgaussdbforopengauss/v3/model/reset_dr_config_request.py +3 -3
  191. huaweicloudsdkgaussdbforopengauss/v3/model/reset_pwd_request.py +3 -3
  192. huaweicloudsdkgaussdbforopengauss/v3/model/resize_instance_flavor_request.py +3 -3
  193. huaweicloudsdkgaussdbforopengauss/v3/model/restart_instance_request.py +3 -3
  194. huaweicloudsdkgaussdbforopengauss/v3/model/restore_hba_info_request.py +168 -0
  195. huaweicloudsdkgaussdbforopengauss/v3/model/restore_hba_info_request_body.py +115 -0
  196. huaweicloudsdkgaussdbforopengauss/v3/model/restore_hba_info_response.py +145 -0
  197. huaweicloudsdkgaussdbforopengauss/v3/model/resume_plugin_extensions_request.py +3 -3
  198. huaweicloudsdkgaussdbforopengauss/v3/model/run_instance_action_request.py +3 -3
  199. huaweicloudsdkgaussdbforopengauss/v3/model/schedule_task_detail.py +3 -3
  200. huaweicloudsdkgaussdbforopengauss/v3/model/schema_table_definition_result.py +144 -0
  201. huaweicloudsdkgaussdbforopengauss/v3/model/search_auto_enlarge_policy_request.py +3 -3
  202. huaweicloudsdkgaussdbforopengauss/v3/model/session_query_info_option.py +173 -0
  203. huaweicloudsdkgaussdbforopengauss/v3/model/set_backup_policy_request.py +6 -6
  204. huaweicloudsdkgaussdbforopengauss/v3/model/set_db_user_pwd_request.py +3 -3
  205. huaweicloudsdkgaussdbforopengauss/v3/model/set_kernel_plugin_license_request.py +3 -3
  206. huaweicloudsdkgaussdbforopengauss/v3/model/set_new_backup_policy_request.py +3 -3
  207. huaweicloudsdkgaussdbforopengauss/v3/model/show_alarm_statistics_request.py +171 -0
  208. huaweicloudsdkgaussdbforopengauss/v3/model/show_alarm_statistics_response.py +203 -0
  209. huaweicloudsdkgaussdbforopengauss/v3/model/show_backup_policy_request.py +6 -6
  210. huaweicloudsdkgaussdbforopengauss/v3/model/show_balance_status_request.py +3 -3
  211. huaweicloudsdkgaussdbforopengauss/v3/model/show_batch_upgrade_candidate_versions_response.py +8 -8
  212. huaweicloudsdkgaussdbforopengauss/v3/model/show_cross_cloud_disaster_instance_monitor_request.py +3 -3
  213. huaweicloudsdkgaussdbforopengauss/v3/model/show_cross_cloud_disaster_instance_monitor_response.py +3 -3
  214. huaweicloudsdkgaussdbforopengauss/v3/model/show_cross_cloud_disaster_relations_request.py +3 -3
  215. huaweicloudsdkgaussdbforopengauss/v3/model/show_deployment_form_request.py +3 -3
  216. huaweicloudsdkgaussdbforopengauss/v3/model/show_error_log_switch_status_request.py +3 -3
  217. huaweicloudsdkgaussdbforopengauss/v3/model/show_global_slow_sql_detail_request.py +168 -0
  218. huaweicloudsdkgaussdbforopengauss/v3/model/show_global_slow_sql_detail_request_body.py +255 -0
  219. huaweicloudsdkgaussdbforopengauss/v3/model/show_global_slow_sql_detail_response.py +145 -0
  220. huaweicloudsdkgaussdbforopengauss/v3/model/show_instance_configuration_request.py +3 -3
  221. huaweicloudsdkgaussdbforopengauss/v3/model/show_instance_disk_request.py +6 -6
  222. huaweicloudsdkgaussdbforopengauss/v3/model/show_instance_metric_data_request.py +284 -0
  223. huaweicloudsdkgaussdbforopengauss/v3/model/show_instance_metric_data_response.py +145 -0
  224. huaweicloudsdkgaussdbforopengauss/v3/model/show_instance_param_group_detail_request.py +3 -3
  225. huaweicloudsdkgaussdbforopengauss/v3/model/show_instance_param_group_request.py +3 -3
  226. huaweicloudsdkgaussdbforopengauss/v3/model/show_instance_snapshot_request.py +3 -3
  227. huaweicloudsdkgaussdbforopengauss/v3/model/show_instances_statistics_request.py +115 -0
  228. huaweicloudsdkgaussdbforopengauss/v3/model/show_instances_statistics_response.py +145 -0
  229. huaweicloudsdkgaussdbforopengauss/v3/model/show_kms_key_detail_request.py +171 -0
  230. huaweicloudsdkgaussdbforopengauss/v3/model/show_kms_key_detail_response.py +203 -0
  231. huaweicloudsdkgaussdbforopengauss/v3/model/show_limit_task_request.py +3 -3
  232. huaweicloudsdkgaussdbforopengauss/v3/model/show_metric_names_request.py +143 -0
  233. huaweicloudsdkgaussdbforopengauss/v3/model/show_metric_names_response.py +145 -0
  234. huaweicloudsdkgaussdbforopengauss/v3/model/show_recycle_policy_request.py +3 -3
  235. huaweicloudsdkgaussdbforopengauss/v3/model/show_session_overview_request.py +143 -0
  236. huaweicloudsdkgaussdbforopengauss/v3/model/show_session_overview_response.py +203 -0
  237. huaweicloudsdkgaussdbforopengauss/v3/model/show_slow_log_download_request.py +3 -3
  238. huaweicloudsdkgaussdbforopengauss/v3/model/show_slow_sql_plan_request.py +227 -0
  239. huaweicloudsdkgaussdbforopengauss/v3/model/show_slow_sql_plan_response.py +116 -0
  240. huaweicloudsdkgaussdbforopengauss/v3/model/show_slow_sql_stack_request.py +228 -0
  241. huaweicloudsdkgaussdbforopengauss/v3/model/show_slow_sql_stack_response.py +116 -0
  242. huaweicloudsdkgaussdbforopengauss/v3/model/show_source_instance_detail_request.py +3 -3
  243. huaweicloudsdkgaussdbforopengauss/v3/model/show_ssl_cert_download_link_request.py +6 -6
  244. huaweicloudsdkgaussdbforopengauss/v3/model/show_upgrade_candidate_versions_details_request.py +3 -3
  245. huaweicloudsdkgaussdbforopengauss/v3/model/show_upgrade_candidate_versions_request.py +3 -3
  246. huaweicloudsdkgaussdbforopengauss/v3/model/show_wdr_snapshot_status_request.py +143 -0
  247. huaweicloudsdkgaussdbforopengauss/v3/model/show_wdr_snapshot_status_response.py +174 -0
  248. huaweicloudsdkgaussdbforopengauss/v3/model/slow_sql_detail_request_body.py +255 -0
  249. huaweicloudsdkgaussdbforopengauss/v3/model/slow_sql_detail_result.py +666 -0
  250. huaweicloudsdkgaussdbforopengauss/v3/model/slow_sql_info_result.py +521 -0
  251. huaweicloudsdkgaussdbforopengauss/v3/model/start_instance_request.py +3 -3
  252. huaweicloudsdkgaussdbforopengauss/v3/model/start_mysql_compatibility_request.py +6 -6
  253. huaweicloudsdkgaussdbforopengauss/v3/model/stop_backup_request.py +3 -3
  254. huaweicloudsdkgaussdbforopengauss/v3/model/stop_free_session_request.py +168 -0
  255. huaweicloudsdkgaussdbforopengauss/v3/model/stop_free_session_response.py +116 -0
  256. huaweicloudsdkgaussdbforopengauss/v3/model/stop_instance_request.py +3 -3
  257. huaweicloudsdkgaussdbforopengauss/v3/model/stop_session_request.py +168 -0
  258. huaweicloudsdkgaussdbforopengauss/v3/model/stop_session_response.py +145 -0
  259. huaweicloudsdkgaussdbforopengauss/v3/model/switch_configuration_request.py +3 -3
  260. huaweicloudsdkgaussdbforopengauss/v3/model/switch_kms_tde_request.py +168 -0
  261. huaweicloudsdkgaussdbforopengauss/v3/model/switch_kms_tde_request_body.py +173 -0
  262. huaweicloudsdkgaussdbforopengauss/v3/model/switch_kms_tde_response.py +116 -0
  263. huaweicloudsdkgaussdbforopengauss/v3/model/switch_replica_request.py +168 -0
  264. huaweicloudsdkgaussdbforopengauss/v3/model/switch_replica_request_body.py +115 -0
  265. huaweicloudsdkgaussdbforopengauss/v3/model/switch_replica_response.py +145 -0
  266. huaweicloudsdkgaussdbforopengauss/v3/model/switch_shard_request.py +3 -3
  267. huaweicloudsdkgaussdbforopengauss/v3/model/switch_wdr_snapshot_request_body.py +114 -0
  268. huaweicloudsdkgaussdbforopengauss/v3/model/switch_wdr_snapshot_response_body.py +84 -0
  269. huaweicloudsdkgaussdbforopengauss/v3/model/switch_wdr_snapshot_status_request.py +168 -0
  270. huaweicloudsdkgaussdbforopengauss/v3/model/switch_wdr_snapshot_status_response.py +112 -0
  271. huaweicloudsdkgaussdbforopengauss/v3/model/sync_limit_data_request.py +3 -3
  272. huaweicloudsdkgaussdbforopengauss/v3/model/top_sql_info_result.py +637 -0
  273. huaweicloudsdkgaussdbforopengauss/v3/model/unbind_lts_config_request.py +140 -0
  274. huaweicloudsdkgaussdbforopengauss/v3/model/unbind_lts_config_request_body.py +114 -0
  275. huaweicloudsdkgaussdbforopengauss/v3/model/unbind_lts_config_response.py +116 -0
  276. huaweicloudsdkgaussdbforopengauss/v3/model/update_features_request.py +6 -6
  277. huaweicloudsdkgaussdbforopengauss/v3/model/update_instance_configuration_request.py +3 -3
  278. huaweicloudsdkgaussdbforopengauss/v3/model/update_instance_name_request.py +3 -3
  279. huaweicloudsdkgaussdbforopengauss/v3/model/update_limit_task_request.py +3 -3
  280. huaweicloudsdkgaussdbforopengauss/v3/model/update_mysql_compatibility_request.py +6 -6
  281. huaweicloudsdkgaussdbforopengauss/v3/model/update_redistribution_control_request.py +168 -0
  282. huaweicloudsdkgaussdbforopengauss/v3/model/update_redistribution_control_response.py +116 -0
  283. huaweicloudsdkgaussdbforopengauss/v3/model/upgrade_error_response_body.py +6 -6
  284. huaweicloudsdkgaussdbforopengauss/v3/model/upgrade_instance_version_request.py +6 -6
  285. huaweicloudsdkgaussdbforopengauss/v3/model/upgrade_instances_version_request.py +3 -3
  286. huaweicloudsdkgaussdbforopengauss/v3/model/validate_weak_password_request.py +3 -3
  287. {huaweicloudsdkgaussdbforopengauss-3.1.165.dist-info → huaweicloudsdkgaussdbforopengauss-3.1.167.dist-info}/METADATA +9 -10
  288. {huaweicloudsdkgaussdbforopengauss-3.1.165.dist-info → huaweicloudsdkgaussdbforopengauss-3.1.167.dist-info}/RECORD +290 -141
  289. {huaweicloudsdkgaussdbforopengauss-3.1.165.dist-info → huaweicloudsdkgaussdbforopengauss-3.1.167.dist-info}/WHEEL +1 -2
  290. huaweicloudsdkgaussdbforopengauss/v3/model/hotfix_info.py +0 -202
  291. huaweicloudsdkgaussdbforopengauss-3.1.165.dist-info/top_level.txt +0 -1
  292. {huaweicloudsdkgaussdbforopengauss-3.1.165.dist-info → huaweicloudsdkgaussdbforopengauss-3.1.167.dist-info/licenses}/LICENSE +0 -0
@@ -5,7 +5,7 @@ import six
5
5
  from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
6
6
 
7
7
 
8
- class RecordInfoResponse:
8
+ class RecordInfoResponseResult:
9
9
 
10
10
  """
11
11
  Attributes:
@@ -45,31 +45,31 @@ class RecordInfoResponse:
45
45
  }
46
46
 
47
47
  def __init__(self, id=None, action=None, status=None, message=None, entity_id=None, entity_type=None, job_id=None, instance_id=None, created_at=None, updated_at=None, extended_info=None):
48
- r"""RecordInfoResponse
48
+ r"""RecordInfoResponseResult
49
49
 
50
50
  The model defined in huaweicloud sdk
51
51
 
52
- :param id: 主键id
52
+ :param id: **参数解释**: 主键id。 **取值范围**: 不涉及。
53
53
  :type id: str
54
- :param action: 动作
54
+ :param action: **参数解释**: 动作。 **取值范围**: 不涉及。
55
55
  :type action: str
56
- :param status: 操作状态
56
+ :param status: **参数解释**: 操作状态。 **取值范围**: 不涉及。
57
57
  :type status: str
58
- :param message: 信息
58
+ :param message: **参数解释**: 信息。 **取值范围**: 不涉及。
59
59
  :type message: str
60
- :param entity_id: 实体id
60
+ :param entity_id: **参数解释**: 实体id。 **取值范围**: 不涉及。
61
61
  :type entity_id: str
62
- :param entity_type: 实体类型
62
+ :param entity_type: **参数解释**: 实体类型。 **取值范围**: 不涉及。
63
63
  :type entity_type: str
64
- :param job_id: 工作流id
64
+ :param job_id: **参数解释**: 工作流id。 **取值范围**: 不涉及。
65
65
  :type job_id: str
66
- :param instance_id: 实例id
66
+ :param instance_id: **参数解释**: 实例id。 **取值范围**: 不涉及。
67
67
  :type instance_id: str
68
- :param created_at: 创建时间
68
+ :param created_at: **参数解释**: 创建时间。 **取值范围**: 不涉及。
69
69
  :type created_at: str
70
- :param updated_at: 更新时间
70
+ :param updated_at: **参数解释**: 更新时间。 **取值范围**: 不涉及。
71
71
  :type updated_at: str
72
- :param extended_info: 扩展信息
72
+ :param extended_info: **参数解释**: 扩展信息。 **取值范围**: 不涉及。
73
73
  :type extended_info: object
74
74
  """
75
75
 
@@ -113,242 +113,242 @@ class RecordInfoResponse:
113
113
 
114
114
  @property
115
115
  def id(self):
116
- r"""Gets the id of this RecordInfoResponse.
116
+ r"""Gets the id of this RecordInfoResponseResult.
117
117
 
118
- 主键id
118
+ **参数解释**: 主键id。 **取值范围**: 不涉及。
119
119
 
120
- :return: The id of this RecordInfoResponse.
120
+ :return: The id of this RecordInfoResponseResult.
121
121
  :rtype: str
122
122
  """
123
123
  return self._id
124
124
 
125
125
  @id.setter
126
126
  def id(self, id):
127
- r"""Sets the id of this RecordInfoResponse.
127
+ r"""Sets the id of this RecordInfoResponseResult.
128
128
 
129
- 主键id
129
+ **参数解释**: 主键id。 **取值范围**: 不涉及。
130
130
 
131
- :param id: The id of this RecordInfoResponse.
131
+ :param id: The id of this RecordInfoResponseResult.
132
132
  :type id: str
133
133
  """
134
134
  self._id = id
135
135
 
136
136
  @property
137
137
  def action(self):
138
- r"""Gets the action of this RecordInfoResponse.
138
+ r"""Gets the action of this RecordInfoResponseResult.
139
139
 
140
- 动作
140
+ **参数解释**: 动作。 **取值范围**: 不涉及。
141
141
 
142
- :return: The action of this RecordInfoResponse.
142
+ :return: The action of this RecordInfoResponseResult.
143
143
  :rtype: str
144
144
  """
145
145
  return self._action
146
146
 
147
147
  @action.setter
148
148
  def action(self, action):
149
- r"""Sets the action of this RecordInfoResponse.
149
+ r"""Sets the action of this RecordInfoResponseResult.
150
150
 
151
- 动作
151
+ **参数解释**: 动作。 **取值范围**: 不涉及。
152
152
 
153
- :param action: The action of this RecordInfoResponse.
153
+ :param action: The action of this RecordInfoResponseResult.
154
154
  :type action: str
155
155
  """
156
156
  self._action = action
157
157
 
158
158
  @property
159
159
  def status(self):
160
- r"""Gets the status of this RecordInfoResponse.
160
+ r"""Gets the status of this RecordInfoResponseResult.
161
161
 
162
- 操作状态
162
+ **参数解释**: 操作状态。 **取值范围**: 不涉及。
163
163
 
164
- :return: The status of this RecordInfoResponse.
164
+ :return: The status of this RecordInfoResponseResult.
165
165
  :rtype: str
166
166
  """
167
167
  return self._status
168
168
 
169
169
  @status.setter
170
170
  def status(self, status):
171
- r"""Sets the status of this RecordInfoResponse.
171
+ r"""Sets the status of this RecordInfoResponseResult.
172
172
 
173
- 操作状态
173
+ **参数解释**: 操作状态。 **取值范围**: 不涉及。
174
174
 
175
- :param status: The status of this RecordInfoResponse.
175
+ :param status: The status of this RecordInfoResponseResult.
176
176
  :type status: str
177
177
  """
178
178
  self._status = status
179
179
 
180
180
  @property
181
181
  def message(self):
182
- r"""Gets the message of this RecordInfoResponse.
182
+ r"""Gets the message of this RecordInfoResponseResult.
183
183
 
184
- 信息
184
+ **参数解释**: 信息。 **取值范围**: 不涉及。
185
185
 
186
- :return: The message of this RecordInfoResponse.
186
+ :return: The message of this RecordInfoResponseResult.
187
187
  :rtype: str
188
188
  """
189
189
  return self._message
190
190
 
191
191
  @message.setter
192
192
  def message(self, message):
193
- r"""Sets the message of this RecordInfoResponse.
193
+ r"""Sets the message of this RecordInfoResponseResult.
194
194
 
195
- 信息
195
+ **参数解释**: 信息。 **取值范围**: 不涉及。
196
196
 
197
- :param message: The message of this RecordInfoResponse.
197
+ :param message: The message of this RecordInfoResponseResult.
198
198
  :type message: str
199
199
  """
200
200
  self._message = message
201
201
 
202
202
  @property
203
203
  def entity_id(self):
204
- r"""Gets the entity_id of this RecordInfoResponse.
204
+ r"""Gets the entity_id of this RecordInfoResponseResult.
205
205
 
206
- 实体id
206
+ **参数解释**: 实体id。 **取值范围**: 不涉及。
207
207
 
208
- :return: The entity_id of this RecordInfoResponse.
208
+ :return: The entity_id of this RecordInfoResponseResult.
209
209
  :rtype: str
210
210
  """
211
211
  return self._entity_id
212
212
 
213
213
  @entity_id.setter
214
214
  def entity_id(self, entity_id):
215
- r"""Sets the entity_id of this RecordInfoResponse.
215
+ r"""Sets the entity_id of this RecordInfoResponseResult.
216
216
 
217
- 实体id
217
+ **参数解释**: 实体id。 **取值范围**: 不涉及。
218
218
 
219
- :param entity_id: The entity_id of this RecordInfoResponse.
219
+ :param entity_id: The entity_id of this RecordInfoResponseResult.
220
220
  :type entity_id: str
221
221
  """
222
222
  self._entity_id = entity_id
223
223
 
224
224
  @property
225
225
  def entity_type(self):
226
- r"""Gets the entity_type of this RecordInfoResponse.
226
+ r"""Gets the entity_type of this RecordInfoResponseResult.
227
227
 
228
- 实体类型
228
+ **参数解释**: 实体类型。 **取值范围**: 不涉及。
229
229
 
230
- :return: The entity_type of this RecordInfoResponse.
230
+ :return: The entity_type of this RecordInfoResponseResult.
231
231
  :rtype: str
232
232
  """
233
233
  return self._entity_type
234
234
 
235
235
  @entity_type.setter
236
236
  def entity_type(self, entity_type):
237
- r"""Sets the entity_type of this RecordInfoResponse.
237
+ r"""Sets the entity_type of this RecordInfoResponseResult.
238
238
 
239
- 实体类型
239
+ **参数解释**: 实体类型。 **取值范围**: 不涉及。
240
240
 
241
- :param entity_type: The entity_type of this RecordInfoResponse.
241
+ :param entity_type: The entity_type of this RecordInfoResponseResult.
242
242
  :type entity_type: str
243
243
  """
244
244
  self._entity_type = entity_type
245
245
 
246
246
  @property
247
247
  def job_id(self):
248
- r"""Gets the job_id of this RecordInfoResponse.
248
+ r"""Gets the job_id of this RecordInfoResponseResult.
249
249
 
250
- 工作流id
250
+ **参数解释**: 工作流id。 **取值范围**: 不涉及。
251
251
 
252
- :return: The job_id of this RecordInfoResponse.
252
+ :return: The job_id of this RecordInfoResponseResult.
253
253
  :rtype: str
254
254
  """
255
255
  return self._job_id
256
256
 
257
257
  @job_id.setter
258
258
  def job_id(self, job_id):
259
- r"""Sets the job_id of this RecordInfoResponse.
259
+ r"""Sets the job_id of this RecordInfoResponseResult.
260
260
 
261
- 工作流id
261
+ **参数解释**: 工作流id。 **取值范围**: 不涉及。
262
262
 
263
- :param job_id: The job_id of this RecordInfoResponse.
263
+ :param job_id: The job_id of this RecordInfoResponseResult.
264
264
  :type job_id: str
265
265
  """
266
266
  self._job_id = job_id
267
267
 
268
268
  @property
269
269
  def instance_id(self):
270
- r"""Gets the instance_id of this RecordInfoResponse.
270
+ r"""Gets the instance_id of this RecordInfoResponseResult.
271
271
 
272
- 实例id
272
+ **参数解释**: 实例id。 **取值范围**: 不涉及。
273
273
 
274
- :return: The instance_id of this RecordInfoResponse.
274
+ :return: The instance_id of this RecordInfoResponseResult.
275
275
  :rtype: str
276
276
  """
277
277
  return self._instance_id
278
278
 
279
279
  @instance_id.setter
280
280
  def instance_id(self, instance_id):
281
- r"""Sets the instance_id of this RecordInfoResponse.
281
+ r"""Sets the instance_id of this RecordInfoResponseResult.
282
282
 
283
- 实例id
283
+ **参数解释**: 实例id。 **取值范围**: 不涉及。
284
284
 
285
- :param instance_id: The instance_id of this RecordInfoResponse.
285
+ :param instance_id: The instance_id of this RecordInfoResponseResult.
286
286
  :type instance_id: str
287
287
  """
288
288
  self._instance_id = instance_id
289
289
 
290
290
  @property
291
291
  def created_at(self):
292
- r"""Gets the created_at of this RecordInfoResponse.
292
+ r"""Gets the created_at of this RecordInfoResponseResult.
293
293
 
294
- 创建时间
294
+ **参数解释**: 创建时间。 **取值范围**: 不涉及。
295
295
 
296
- :return: The created_at of this RecordInfoResponse.
296
+ :return: The created_at of this RecordInfoResponseResult.
297
297
  :rtype: str
298
298
  """
299
299
  return self._created_at
300
300
 
301
301
  @created_at.setter
302
302
  def created_at(self, created_at):
303
- r"""Sets the created_at of this RecordInfoResponse.
303
+ r"""Sets the created_at of this RecordInfoResponseResult.
304
304
 
305
- 创建时间
305
+ **参数解释**: 创建时间。 **取值范围**: 不涉及。
306
306
 
307
- :param created_at: The created_at of this RecordInfoResponse.
307
+ :param created_at: The created_at of this RecordInfoResponseResult.
308
308
  :type created_at: str
309
309
  """
310
310
  self._created_at = created_at
311
311
 
312
312
  @property
313
313
  def updated_at(self):
314
- r"""Gets the updated_at of this RecordInfoResponse.
314
+ r"""Gets the updated_at of this RecordInfoResponseResult.
315
315
 
316
- 更新时间
316
+ **参数解释**: 更新时间。 **取值范围**: 不涉及。
317
317
 
318
- :return: The updated_at of this RecordInfoResponse.
318
+ :return: The updated_at of this RecordInfoResponseResult.
319
319
  :rtype: str
320
320
  """
321
321
  return self._updated_at
322
322
 
323
323
  @updated_at.setter
324
324
  def updated_at(self, updated_at):
325
- r"""Sets the updated_at of this RecordInfoResponse.
325
+ r"""Sets the updated_at of this RecordInfoResponseResult.
326
326
 
327
- 更新时间
327
+ **参数解释**: 更新时间。 **取值范围**: 不涉及。
328
328
 
329
- :param updated_at: The updated_at of this RecordInfoResponse.
329
+ :param updated_at: The updated_at of this RecordInfoResponseResult.
330
330
  :type updated_at: str
331
331
  """
332
332
  self._updated_at = updated_at
333
333
 
334
334
  @property
335
335
  def extended_info(self):
336
- r"""Gets the extended_info of this RecordInfoResponse.
336
+ r"""Gets the extended_info of this RecordInfoResponseResult.
337
337
 
338
- 扩展信息
338
+ **参数解释**: 扩展信息。 **取值范围**: 不涉及。
339
339
 
340
- :return: The extended_info of this RecordInfoResponse.
340
+ :return: The extended_info of this RecordInfoResponseResult.
341
341
  :rtype: object
342
342
  """
343
343
  return self._extended_info
344
344
 
345
345
  @extended_info.setter
346
346
  def extended_info(self, extended_info):
347
- r"""Sets the extended_info of this RecordInfoResponse.
347
+ r"""Sets the extended_info of this RecordInfoResponseResult.
348
348
 
349
- 扩展信息
349
+ **参数解释**: 扩展信息。 **取值范围**: 不涉及。
350
350
 
351
- :param extended_info: The extended_info of this RecordInfoResponse.
351
+ :param extended_info: The extended_info of this RecordInfoResponseResult.
352
352
  :type extended_info: object
353
353
  """
354
354
  self._extended_info = extended_info
@@ -395,7 +395,7 @@ class RecordInfoResponse:
395
395
 
396
396
  def __eq__(self, other):
397
397
  """Returns true if both objects are equal"""
398
- if not isinstance(other, RecordInfoResponse):
398
+ if not isinstance(other, RecordInfoResponseResult):
399
399
  return False
400
400
 
401
401
  return self.__dict__ == other.__dict__
@@ -0,0 +1,173 @@
1
+ # coding: utf-8
2
+
3
+ import six
4
+
5
+ from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
6
+
7
+
8
+ class RedistributionRequestBody:
9
+
10
+ """
11
+ Attributes:
12
+ openapi_types (dict): The key is attribute name
13
+ and the value is attribute type.
14
+ attribute_map (dict): The key is attribute name
15
+ and the value is json key in definition.
16
+ """
17
+ sensitive_list = []
18
+
19
+ openapi_types = {
20
+ 'redis_join_tables': 'list[list[str]]',
21
+ 'redis_parallel_jobs': 'int',
22
+ 'redis_resource_level': 'str'
23
+ }
24
+
25
+ attribute_map = {
26
+ 'redis_join_tables': 'redis_join_tables',
27
+ 'redis_parallel_jobs': 'redis_parallel_jobs',
28
+ 'redis_resource_level': 'redis_resource_level'
29
+ }
30
+
31
+ def __init__(self, redis_join_tables=None, redis_parallel_jobs=None, redis_resource_level=None):
32
+ r"""RedistributionRequestBody
33
+
34
+ The model defined in huaweicloud sdk
35
+
36
+ :param redis_join_tables: 具有JOIN关系的表,指定该参数则启用多表扩容模式,扩容前设置生效。 如果指定过该参数,后续调用可以传入空数组清除多表扩容配置。 本次扩容结束后自动清除该配置,下次扩容需要重新设置。 按照“database名称、schema1名称、table1名称、schema2名称、table2名称...”的格式指定,带有大小写或特殊字符的表名需要加\"\"转义。 多个数组则表示存在多个join group。
37
+ :type redis_join_tables: list[list[str]]
38
+ :param redis_parallel_jobs: 重分布并发数,扩容前设置生效。
39
+ :type redis_parallel_jobs: int
40
+ :param redis_resource_level: 重分布资源管控级别,扩容前或扩容重分布结束前设置生效。
41
+ :type redis_resource_level: str
42
+ """
43
+
44
+
45
+
46
+ self._redis_join_tables = None
47
+ self._redis_parallel_jobs = None
48
+ self._redis_resource_level = None
49
+ self.discriminator = None
50
+
51
+ if redis_join_tables is not None:
52
+ self.redis_join_tables = redis_join_tables
53
+ if redis_parallel_jobs is not None:
54
+ self.redis_parallel_jobs = redis_parallel_jobs
55
+ if redis_resource_level is not None:
56
+ self.redis_resource_level = redis_resource_level
57
+
58
+ @property
59
+ def redis_join_tables(self):
60
+ r"""Gets the redis_join_tables of this RedistributionRequestBody.
61
+
62
+ 具有JOIN关系的表,指定该参数则启用多表扩容模式,扩容前设置生效。 如果指定过该参数,后续调用可以传入空数组清除多表扩容配置。 本次扩容结束后自动清除该配置,下次扩容需要重新设置。 按照“database名称、schema1名称、table1名称、schema2名称、table2名称...”的格式指定,带有大小写或特殊字符的表名需要加\"\"转义。 多个数组则表示存在多个join group。
63
+
64
+ :return: The redis_join_tables of this RedistributionRequestBody.
65
+ :rtype: list[list[str]]
66
+ """
67
+ return self._redis_join_tables
68
+
69
+ @redis_join_tables.setter
70
+ def redis_join_tables(self, redis_join_tables):
71
+ r"""Sets the redis_join_tables of this RedistributionRequestBody.
72
+
73
+ 具有JOIN关系的表,指定该参数则启用多表扩容模式,扩容前设置生效。 如果指定过该参数,后续调用可以传入空数组清除多表扩容配置。 本次扩容结束后自动清除该配置,下次扩容需要重新设置。 按照“database名称、schema1名称、table1名称、schema2名称、table2名称...”的格式指定,带有大小写或特殊字符的表名需要加\"\"转义。 多个数组则表示存在多个join group。
74
+
75
+ :param redis_join_tables: The redis_join_tables of this RedistributionRequestBody.
76
+ :type redis_join_tables: list[list[str]]
77
+ """
78
+ self._redis_join_tables = redis_join_tables
79
+
80
+ @property
81
+ def redis_parallel_jobs(self):
82
+ r"""Gets the redis_parallel_jobs of this RedistributionRequestBody.
83
+
84
+ 重分布并发数,扩容前设置生效。
85
+
86
+ :return: The redis_parallel_jobs of this RedistributionRequestBody.
87
+ :rtype: int
88
+ """
89
+ return self._redis_parallel_jobs
90
+
91
+ @redis_parallel_jobs.setter
92
+ def redis_parallel_jobs(self, redis_parallel_jobs):
93
+ r"""Sets the redis_parallel_jobs of this RedistributionRequestBody.
94
+
95
+ 重分布并发数,扩容前设置生效。
96
+
97
+ :param redis_parallel_jobs: The redis_parallel_jobs of this RedistributionRequestBody.
98
+ :type redis_parallel_jobs: int
99
+ """
100
+ self._redis_parallel_jobs = redis_parallel_jobs
101
+
102
+ @property
103
+ def redis_resource_level(self):
104
+ r"""Gets the redis_resource_level of this RedistributionRequestBody.
105
+
106
+ 重分布资源管控级别,扩容前或扩容重分布结束前设置生效。
107
+
108
+ :return: The redis_resource_level of this RedistributionRequestBody.
109
+ :rtype: str
110
+ """
111
+ return self._redis_resource_level
112
+
113
+ @redis_resource_level.setter
114
+ def redis_resource_level(self, redis_resource_level):
115
+ r"""Sets the redis_resource_level of this RedistributionRequestBody.
116
+
117
+ 重分布资源管控级别,扩容前或扩容重分布结束前设置生效。
118
+
119
+ :param redis_resource_level: The redis_resource_level of this RedistributionRequestBody.
120
+ :type redis_resource_level: str
121
+ """
122
+ self._redis_resource_level = redis_resource_level
123
+
124
+ def to_dict(self):
125
+ """Returns the model properties as a dict"""
126
+ result = {}
127
+
128
+ for attr, _ in six.iteritems(self.openapi_types):
129
+ value = getattr(self, attr)
130
+ if isinstance(value, list):
131
+ result[attr] = list(map(
132
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
133
+ value
134
+ ))
135
+ elif hasattr(value, "to_dict"):
136
+ result[attr] = value.to_dict()
137
+ elif isinstance(value, dict):
138
+ result[attr] = dict(map(
139
+ lambda item: (item[0], item[1].to_dict())
140
+ if hasattr(item[1], "to_dict") else item,
141
+ value.items()
142
+ ))
143
+ else:
144
+ if attr in self.sensitive_list:
145
+ result[attr] = "****"
146
+ else:
147
+ result[attr] = value
148
+
149
+ return result
150
+
151
+ def to_str(self):
152
+ """Returns the string representation of the model"""
153
+ import simplejson as json
154
+ if six.PY2:
155
+ import sys
156
+ reload(sys)
157
+ sys.setdefaultencoding("utf-8")
158
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
159
+
160
+ def __repr__(self):
161
+ """For `print`"""
162
+ return self.to_str()
163
+
164
+ def __eq__(self, other):
165
+ """Returns true if both objects are equal"""
166
+ if not isinstance(other, RedistributionRequestBody):
167
+ return False
168
+
169
+ return self.__dict__ == other.__dict__
170
+
171
+ def __ne__(self, other):
172
+ """Returns true if both objects are not equal"""
173
+ return not self == other
@@ -37,7 +37,7 @@ class RegionInstanceInfo:
37
37
 
38
38
  The model defined in huaweicloud sdk
39
39
 
40
- :param instance_id: 实例id
40
+ :param instance_id: **参数解释**: 实例ID **约束限制**: 不涉及。 **取值范围**: 不涉及。 **默认取值**: 不涉及。
41
41
  :type instance_id: str
42
42
  :param project_id: 实例项目id。
43
43
  :type project_id: str
@@ -73,7 +73,7 @@ class RegionInstanceInfo:
73
73
  def instance_id(self):
74
74
  r"""Gets the instance_id of this RegionInstanceInfo.
75
75
 
76
- 实例id
76
+ **参数解释**: 实例ID **约束限制**: 不涉及。 **取值范围**: 不涉及。 **默认取值**: 不涉及。
77
77
 
78
78
  :return: The instance_id of this RegionInstanceInfo.
79
79
  :rtype: str
@@ -84,7 +84,7 @@ class RegionInstanceInfo:
84
84
  def instance_id(self, instance_id):
85
85
  r"""Sets the instance_id of this RegionInstanceInfo.
86
86
 
87
- 实例id
87
+ **参数解释**: 实例ID **约束限制**: 不涉及。 **取值范围**: 不涉及。 **默认取值**: 不涉及。
88
88
 
89
89
  :param instance_id: The instance_id of this RegionInstanceInfo.
90
90
  :type instance_id: str
@@ -33,7 +33,7 @@ class ResetConfigurationRequest:
33
33
 
34
34
  :param config_id: 需重置的参数模板ID。
35
35
  :type config_id: str
36
- :param x_language: 语言。
36
+ :param x_language: **参数解释**: 语言。 **约束限制**: 不涉及。 **取值范围**: - zh-cn - en-us **默认取值**: en-us
37
37
  :type x_language: str
38
38
  """
39
39
 
@@ -73,7 +73,7 @@ class ResetConfigurationRequest:
73
73
  def x_language(self):
74
74
  r"""Gets the x_language of this ResetConfigurationRequest.
75
75
 
76
- 语言。
76
+ **参数解释**: 语言。 **约束限制**: 不涉及。 **取值范围**: - zh-cn - en-us **默认取值**: en-us
77
77
 
78
78
  :return: The x_language of this ResetConfigurationRequest.
79
79
  :rtype: str
@@ -84,7 +84,7 @@ class ResetConfigurationRequest:
84
84
  def x_language(self, x_language):
85
85
  r"""Sets the x_language of this ResetConfigurationRequest.
86
86
 
87
- 语言。
87
+ **参数解释**: 语言。 **约束限制**: 不涉及。 **取值范围**: - zh-cn - en-us **默认取值**: en-us
88
88
 
89
89
  :param x_language: The x_language of this ResetConfigurationRequest.
90
90
  :type x_language: str
@@ -33,7 +33,7 @@ class ResetDrConfigRequest:
33
33
 
34
34
  The model defined in huaweicloud sdk
35
35
 
36
- :param x_language: 语言。
36
+ :param x_language: **参数解释**: 语言。 **约束限制**: 不涉及。 **取值范围**: - zh-cn - en-us **默认取值**: en-us
37
37
  :type x_language: str
38
38
  :param instance_id: 实例id。
39
39
  :type instance_id: str
@@ -58,7 +58,7 @@ class ResetDrConfigRequest:
58
58
  def x_language(self):
59
59
  r"""Gets the x_language of this ResetDrConfigRequest.
60
60
 
61
- 语言。
61
+ **参数解释**: 语言。 **约束限制**: 不涉及。 **取值范围**: - zh-cn - en-us **默认取值**: en-us
62
62
 
63
63
  :return: The x_language of this ResetDrConfigRequest.
64
64
  :rtype: str
@@ -69,7 +69,7 @@ class ResetDrConfigRequest:
69
69
  def x_language(self, x_language):
70
70
  r"""Sets the x_language of this ResetDrConfigRequest.
71
71
 
72
- 语言。
72
+ **参数解释**: 语言。 **约束限制**: 不涉及。 **取值范围**: - zh-cn - en-us **默认取值**: en-us
73
73
 
74
74
  :param x_language: The x_language of this ResetDrConfigRequest.
75
75
  :type x_language: str
@@ -35,7 +35,7 @@ class ResetPwdRequest:
35
35
 
36
36
  :param x_language: 语言
37
37
  :type x_language: str
38
- :param instance_id: 实例ID,严格匹配UUID规则。
38
+ :param instance_id: **参数解释**: 实例ID,此参数是用户创建实例的唯一标识。 **约束限制**: 不涉及。 **取值范围**: 只能由英文字母、数字组成,且长度为36个字符。 **默认取值**: 不涉及。
39
39
  :type instance_id: str
40
40
  :param body: Body of the ResetPwdRequest
41
41
  :type body: :class:`huaweicloudsdkgaussdbforopengauss.v3.PwdResetRequest`
@@ -80,7 +80,7 @@ class ResetPwdRequest:
80
80
  def instance_id(self):
81
81
  r"""Gets the instance_id of this ResetPwdRequest.
82
82
 
83
- 实例ID,严格匹配UUID规则。
83
+ **参数解释**: 实例ID,此参数是用户创建实例的唯一标识。 **约束限制**: 不涉及。 **取值范围**: 只能由英文字母、数字组成,且长度为36个字符。 **默认取值**: 不涉及。
84
84
 
85
85
  :return: The instance_id of this ResetPwdRequest.
86
86
  :rtype: str
@@ -91,7 +91,7 @@ class ResetPwdRequest:
91
91
  def instance_id(self, instance_id):
92
92
  r"""Sets the instance_id of this ResetPwdRequest.
93
93
 
94
- 实例ID,严格匹配UUID规则。
94
+ **参数解释**: 实例ID,此参数是用户创建实例的唯一标识。 **约束限制**: 不涉及。 **取值范围**: 只能由英文字母、数字组成,且长度为36个字符。 **默认取值**: 不涉及。
95
95
 
96
96
  :param instance_id: The instance_id of this ResetPwdRequest.
97
97
  :type instance_id: str