huaweicloudsdkgaussdbforopengauss 3.1.166__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 (290) hide show
  1. huaweicloudsdkgaussdbforopengauss/v3/__init__.py +146 -3
  2. huaweicloudsdkgaussdbforopengauss/v3/gaussdbforopengauss_async_client.py +4328 -1256
  3. huaweicloudsdkgaussdbforopengauss/v3/gaussdbforopengauss_client.py +4328 -1256
  4. huaweicloudsdkgaussdbforopengauss/v3/model/__init__.py +146 -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 +6 -6
  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 +6 -6
  74. huaweicloudsdkgaussdbforopengauss/v3/model/export_table_volume_request_body.py +18 -18
  75. huaweicloudsdkgaussdbforopengauss/v3/model/full_sql_statistic_info_result.py +376 -0
  76. huaweicloudsdkgaussdbforopengauss/v3/model/gauss_db_error_response_body.py +6 -6
  77. huaweicloudsdkgaussdbforopengauss/v3/model/hba_conf_option.py +226 -0
  78. huaweicloudsdkgaussdbforopengauss/v3/model/hba_conf_result.py +231 -0
  79. huaweicloudsdkgaussdbforopengauss/v3/model/hba_history_result.py +231 -0
  80. huaweicloudsdkgaussdbforopengauss/v3/model/install_kernel_plugin_request.py +3 -3
  81. huaweicloudsdkgaussdbforopengauss/v3/model/instance_alarm_level_statistic_result.py +202 -0
  82. huaweicloudsdkgaussdbforopengauss/v3/model/instance_delete_lts_config_option.py +142 -0
  83. huaweicloudsdkgaussdbforopengauss/v3/model/instance_detail.py +3 -3
  84. huaweicloudsdkgaussdbforopengauss/v3/model/instance_info_result.py +3 -3
  85. huaweicloudsdkgaussdbforopengauss/v3/model/instance_lts_log_config_result.py +144 -0
  86. huaweicloudsdkgaussdbforopengauss/v3/model/instance_save_lts_config_option.py +198 -0
  87. huaweicloudsdkgaussdbforopengauss/v3/model/instance_task_detail.py +3 -3
  88. huaweicloudsdkgaussdbforopengauss/v3/model/instances_list_result.py +3 -3
  89. huaweicloudsdkgaussdbforopengauss/v3/model/instances_metric_result.py +521 -0
  90. huaweicloudsdkgaussdbforopengauss/v3/model/instances_nodes_result.py +173 -0
  91. huaweicloudsdkgaussdbforopengauss/v3/model/instances_result.py +3 -3
  92. huaweicloudsdkgaussdbforopengauss/v3/model/instances_statistics_response_body_instances_statistics.py +142 -0
  93. huaweicloudsdkgaussdbforopengauss/v3/model/kill_session_request_body.py +199 -0
  94. huaweicloudsdkgaussdbforopengauss/v3/model/list_applicable_instances_request.py +3 -3
  95. huaweicloudsdkgaussdbforopengauss/v3/model/list_applied_histories_request.py +3 -3
  96. huaweicloudsdkgaussdbforopengauss/v3/model/list_available_flavors_request.py +3 -3
  97. huaweicloudsdkgaussdbforopengauss/v3/model/list_backups_result.py +3 -3
  98. huaweicloudsdkgaussdbforopengauss/v3/model/list_binded_eips_request.py +3 -3
  99. huaweicloudsdkgaussdbforopengauss/v3/model/list_cn_infos_before_reduce_request.py +3 -3
  100. huaweicloudsdkgaussdbforopengauss/v3/model/list_cn_infos_before_reduce_response.py +3 -3
  101. huaweicloudsdkgaussdbforopengauss/v3/model/list_component_infos_request.py +3 -3
  102. huaweicloudsdkgaussdbforopengauss/v3/model/list_configurations_diff_request.py +3 -3
  103. huaweicloudsdkgaussdbforopengauss/v3/model/list_database_roles_request.py +3 -3
  104. huaweicloudsdkgaussdbforopengauss/v3/model/list_database_schema_tables_request.py +286 -0
  105. huaweicloudsdkgaussdbforopengauss/v3/model/list_database_schema_tables_response.py +145 -0
  106. huaweicloudsdkgaussdbforopengauss/v3/model/list_database_schemas_request.py +3 -3
  107. huaweicloudsdkgaussdbforopengauss/v3/model/list_database_volume_summary_request.py +143 -0
  108. huaweicloudsdkgaussdbforopengauss/v3/model/list_database_volume_summary_response.py +261 -0
  109. huaweicloudsdkgaussdbforopengauss/v3/model/list_databases_request.py +3 -3
  110. huaweicloudsdkgaussdbforopengauss/v3/model/list_db_users_request.py +3 -3
  111. huaweicloudsdkgaussdbforopengauss/v3/model/list_disaster_recovery_record_request.py +3 -3
  112. huaweicloudsdkgaussdbforopengauss/v3/model/list_disaster_recovery_record_response.py +7 -7
  113. huaweicloudsdkgaussdbforopengauss/v3/model/list_enhance_full_sql_statistics_request.py +168 -0
  114. huaweicloudsdkgaussdbforopengauss/v3/model/list_enhance_full_sql_statistics_request_body.py +722 -0
  115. huaweicloudsdkgaussdbforopengauss/v3/model/list_enhance_full_sql_statistics_response.py +145 -0
  116. huaweicloudsdkgaussdbforopengauss/v3/model/list_features_request.py +6 -6
  117. huaweicloudsdkgaussdbforopengauss/v3/model/list_hba_info_history_request.py +259 -0
  118. huaweicloudsdkgaussdbforopengauss/v3/model/list_hba_info_history_response.py +145 -0
  119. huaweicloudsdkgaussdbforopengauss/v3/model/list_hba_infos_request.py +201 -0
  120. huaweicloudsdkgaussdbforopengauss/v3/model/list_hba_infos_response.py +145 -0
  121. huaweicloudsdkgaussdbforopengauss/v3/model/list_instance_engine_detail_request.py +3 -3
  122. huaweicloudsdkgaussdbforopengauss/v3/model/list_instance_error_logs_request.py +3 -3
  123. huaweicloudsdkgaussdbforopengauss/v3/model/list_instance_tags_request.py +6 -6
  124. huaweicloudsdkgaussdbforopengauss/v3/model/list_kernel_plugins_request.py +3 -3
  125. huaweicloudsdkgaussdbforopengauss/v3/model/list_key_view_execute_node_request.py +143 -0
  126. huaweicloudsdkgaussdbforopengauss/v3/model/list_key_view_execute_node_response.py +116 -0
  127. huaweicloudsdkgaussdbforopengauss/v3/model/list_kms_tde_key_request.py +143 -0
  128. huaweicloudsdkgaussdbforopengauss/v3/model/list_kms_tde_key_response.py +174 -0
  129. huaweicloudsdkgaussdbforopengauss/v3/model/list_kms_tde_key_response_body_key_details.py +260 -0
  130. huaweicloudsdkgaussdbforopengauss/v3/model/list_limit_task_request.py +3 -3
  131. huaweicloudsdkgaussdbforopengauss/v3/model/list_limit_task_response_result.py +3 -3
  132. huaweicloudsdkgaussdbforopengauss/v3/model/list_lts_configs_request.py +288 -0
  133. huaweicloudsdkgaussdbforopengauss/v3/model/list_lts_configs_response.py +145 -0
  134. huaweicloudsdkgaussdbforopengauss/v3/model/list_metric_datas_request.py +231 -0
  135. huaweicloudsdkgaussdbforopengauss/v3/model/list_metric_datas_response.py +145 -0
  136. huaweicloudsdkgaussdbforopengauss/v3/model/list_node_limit_sql_model_request.py +3 -3
  137. huaweicloudsdkgaussdbforopengauss/v3/model/list_plugin_extensions_request.py +3 -3
  138. huaweicloudsdkgaussdbforopengauss/v3/model/list_readonly_nodes_request.py +143 -0
  139. huaweicloudsdkgaussdbforopengauss/v3/model/list_readonly_nodes_response.py +145 -0
  140. huaweicloudsdkgaussdbforopengauss/v3/model/list_readonly_nodes_result.py +202 -0
  141. huaweicloudsdkgaussdbforopengauss/v3/model/list_real_time_sessions_request.py +168 -0
  142. huaweicloudsdkgaussdbforopengauss/v3/model/list_real_time_sessions_request_body.py +167 -0
  143. huaweicloudsdkgaussdbforopengauss/v3/model/list_real_time_sessions_response.py +116 -0
  144. huaweicloudsdkgaussdbforopengauss/v3/model/list_recycle_instances_details_request.py +3 -3
  145. huaweicloudsdkgaussdbforopengauss/v3/model/list_recycle_instances_request.py +3 -3
  146. huaweicloudsdkgaussdbforopengauss/v3/model/list_restorable_instances_details_request.py +3 -3
  147. huaweicloudsdkgaussdbforopengauss/v3/model/list_restorable_instances_request.py +3 -3
  148. huaweicloudsdkgaussdbforopengauss/v3/model/list_restore_times_request.py +3 -3
  149. huaweicloudsdkgaussdbforopengauss/v3/model/list_schedule_task_request.py +3 -3
  150. huaweicloudsdkgaussdbforopengauss/v3/model/list_schema_and_table_request.py +6 -6
  151. huaweicloudsdkgaussdbforopengauss/v3/model/list_schema_and_table_request_body.py +8 -7
  152. huaweicloudsdkgaussdbforopengauss/v3/model/list_schema_and_table_response.py +3 -3
  153. huaweicloudsdkgaussdbforopengauss/v3/model/list_session_statistics_request.py +287 -0
  154. huaweicloudsdkgaussdbforopengauss/v3/model/list_session_statistics_response.py +145 -0
  155. huaweicloudsdkgaussdbforopengauss/v3/model/list_slow_sql_details_request.py +168 -0
  156. huaweicloudsdkgaussdbforopengauss/v3/model/list_slow_sql_details_response.py +145 -0
  157. huaweicloudsdkgaussdbforopengauss/v3/model/list_slow_sqls_request.py +168 -0
  158. huaweicloudsdkgaussdbforopengauss/v3/model/list_slow_sqls_request_body.py +284 -0
  159. huaweicloudsdkgaussdbforopengauss/v3/model/list_slow_sqls_response.py +145 -0
  160. huaweicloudsdkgaussdbforopengauss/v3/model/list_sql_excute_node_request_body.py +114 -0
  161. huaweicloudsdkgaussdbforopengauss/v3/model/list_sql_excute_nodes_request.py +168 -0
  162. huaweicloudsdkgaussdbforopengauss/v3/model/list_sql_excute_nodes_response.py +116 -0
  163. huaweicloudsdkgaussdbforopengauss/v3/model/list_support_kernel_plugins_request.py +3 -3
  164. huaweicloudsdkgaussdbforopengauss/v3/model/list_table_definition_request.py +227 -0
  165. huaweicloudsdkgaussdbforopengauss/v3/model/list_table_definition_response.py +116 -0
  166. huaweicloudsdkgaussdbforopengauss/v3/model/list_table_definitions_request.py +228 -0
  167. huaweicloudsdkgaussdbforopengauss/v3/model/list_table_definitions_response.py +116 -0
  168. huaweicloudsdkgaussdbforopengauss/v3/model/list_tasks_request.py +3 -3
  169. huaweicloudsdkgaussdbforopengauss/v3/model/list_top_sqls_request.py +168 -0
  170. huaweicloudsdkgaussdbforopengauss/v3/model/list_top_sqls_request_body.py +430 -0
  171. huaweicloudsdkgaussdbforopengauss/v3/model/list_top_sqls_response.py +145 -0
  172. huaweicloudsdkgaussdbforopengauss/v3/model/lts_log_config_result.py +202 -0
  173. huaweicloudsdkgaussdbforopengauss/v3/model/metric_data_result.py +226 -0
  174. huaweicloudsdkgaussdbforopengauss/v3/model/metric_name_result.py +144 -0
  175. huaweicloudsdkgaussdbforopengauss/v3/model/modify_eps_quota_request.py +3 -3
  176. huaweicloudsdkgaussdbforopengauss/v3/model/modify_hba_conf_request.py +168 -0
  177. huaweicloudsdkgaussdbforopengauss/v3/model/modify_hba_conf_request_body.py +142 -0
  178. huaweicloudsdkgaussdbforopengauss/v3/model/modify_hba_conf_response.py +145 -0
  179. huaweicloudsdkgaussdbforopengauss/v3/model/multi_query_condition_option.py +202 -0
  180. huaweicloudsdkgaussdbforopengauss/v3/model/node_distribution_option.py +198 -0
  181. huaweicloudsdkgaussdbforopengauss/v3/model/open_gauss_error_response.py +3 -3
  182. huaweicloudsdkgaussdbforopengauss/v3/model/ops_key_view_execute_node_result.py +289 -0
  183. huaweicloudsdkgaussdbforopengauss/v3/model/para_error_response_body.py +6 -6
  184. huaweicloudsdkgaussdbforopengauss/v3/model/real_time_session_result.py +666 -0
  185. huaweicloudsdkgaussdbforopengauss/v3/model/{record_info_response.py → record_info_response_result.py} +80 -80
  186. huaweicloudsdkgaussdbforopengauss/v3/model/redistribution_request_body.py +173 -0
  187. huaweicloudsdkgaussdbforopengauss/v3/model/region_instance_info.py +3 -3
  188. huaweicloudsdkgaussdbforopengauss/v3/model/reset_configuration_request.py +3 -3
  189. huaweicloudsdkgaussdbforopengauss/v3/model/reset_dr_config_request.py +3 -3
  190. huaweicloudsdkgaussdbforopengauss/v3/model/reset_pwd_request.py +3 -3
  191. huaweicloudsdkgaussdbforopengauss/v3/model/resize_instance_flavor_request.py +3 -3
  192. huaweicloudsdkgaussdbforopengauss/v3/model/restart_instance_request.py +3 -3
  193. huaweicloudsdkgaussdbforopengauss/v3/model/restore_hba_info_request.py +168 -0
  194. huaweicloudsdkgaussdbforopengauss/v3/model/restore_hba_info_request_body.py +115 -0
  195. huaweicloudsdkgaussdbforopengauss/v3/model/restore_hba_info_response.py +145 -0
  196. huaweicloudsdkgaussdbforopengauss/v3/model/resume_plugin_extensions_request.py +3 -3
  197. huaweicloudsdkgaussdbforopengauss/v3/model/run_instance_action_request.py +3 -3
  198. huaweicloudsdkgaussdbforopengauss/v3/model/schedule_task_detail.py +3 -3
  199. huaweicloudsdkgaussdbforopengauss/v3/model/schema_table_definition_result.py +144 -0
  200. huaweicloudsdkgaussdbforopengauss/v3/model/search_auto_enlarge_policy_request.py +3 -3
  201. huaweicloudsdkgaussdbforopengauss/v3/model/session_query_info_option.py +173 -0
  202. huaweicloudsdkgaussdbforopengauss/v3/model/set_backup_policy_request.py +6 -6
  203. huaweicloudsdkgaussdbforopengauss/v3/model/set_db_user_pwd_request.py +3 -3
  204. huaweicloudsdkgaussdbforopengauss/v3/model/set_kernel_plugin_license_request.py +3 -3
  205. huaweicloudsdkgaussdbforopengauss/v3/model/set_new_backup_policy_request.py +3 -3
  206. huaweicloudsdkgaussdbforopengauss/v3/model/show_alarm_statistics_request.py +171 -0
  207. huaweicloudsdkgaussdbforopengauss/v3/model/show_alarm_statistics_response.py +203 -0
  208. huaweicloudsdkgaussdbforopengauss/v3/model/show_backup_policy_request.py +6 -6
  209. huaweicloudsdkgaussdbforopengauss/v3/model/show_balance_status_request.py +3 -3
  210. huaweicloudsdkgaussdbforopengauss/v3/model/show_batch_upgrade_candidate_versions_response.py +8 -8
  211. huaweicloudsdkgaussdbforopengauss/v3/model/show_cross_cloud_disaster_instance_monitor_request.py +3 -3
  212. huaweicloudsdkgaussdbforopengauss/v3/model/show_cross_cloud_disaster_instance_monitor_response.py +3 -3
  213. huaweicloudsdkgaussdbforopengauss/v3/model/show_cross_cloud_disaster_relations_request.py +3 -3
  214. huaweicloudsdkgaussdbforopengauss/v3/model/show_deployment_form_request.py +3 -3
  215. huaweicloudsdkgaussdbforopengauss/v3/model/show_error_log_switch_status_request.py +3 -3
  216. huaweicloudsdkgaussdbforopengauss/v3/model/show_global_slow_sql_detail_request.py +168 -0
  217. huaweicloudsdkgaussdbforopengauss/v3/model/show_global_slow_sql_detail_request_body.py +255 -0
  218. huaweicloudsdkgaussdbforopengauss/v3/model/show_global_slow_sql_detail_response.py +145 -0
  219. huaweicloudsdkgaussdbforopengauss/v3/model/show_instance_configuration_request.py +3 -3
  220. huaweicloudsdkgaussdbforopengauss/v3/model/show_instance_disk_request.py +6 -6
  221. huaweicloudsdkgaussdbforopengauss/v3/model/show_instance_metric_data_request.py +284 -0
  222. huaweicloudsdkgaussdbforopengauss/v3/model/show_instance_metric_data_response.py +145 -0
  223. huaweicloudsdkgaussdbforopengauss/v3/model/show_instance_param_group_detail_request.py +3 -3
  224. huaweicloudsdkgaussdbforopengauss/v3/model/show_instance_param_group_request.py +3 -3
  225. huaweicloudsdkgaussdbforopengauss/v3/model/show_instance_snapshot_request.py +3 -3
  226. huaweicloudsdkgaussdbforopengauss/v3/model/show_instances_statistics_request.py +115 -0
  227. huaweicloudsdkgaussdbforopengauss/v3/model/show_instances_statistics_response.py +145 -0
  228. huaweicloudsdkgaussdbforopengauss/v3/model/show_kms_key_detail_request.py +171 -0
  229. huaweicloudsdkgaussdbforopengauss/v3/model/show_kms_key_detail_response.py +203 -0
  230. huaweicloudsdkgaussdbforopengauss/v3/model/show_limit_task_request.py +3 -3
  231. huaweicloudsdkgaussdbforopengauss/v3/model/show_metric_names_request.py +143 -0
  232. huaweicloudsdkgaussdbforopengauss/v3/model/show_metric_names_response.py +145 -0
  233. huaweicloudsdkgaussdbforopengauss/v3/model/show_recycle_policy_request.py +3 -3
  234. huaweicloudsdkgaussdbforopengauss/v3/model/show_session_overview_request.py +143 -0
  235. huaweicloudsdkgaussdbforopengauss/v3/model/show_session_overview_response.py +203 -0
  236. huaweicloudsdkgaussdbforopengauss/v3/model/show_slow_log_download_request.py +3 -3
  237. huaweicloudsdkgaussdbforopengauss/v3/model/show_slow_sql_plan_request.py +227 -0
  238. huaweicloudsdkgaussdbforopengauss/v3/model/show_slow_sql_plan_response.py +116 -0
  239. huaweicloudsdkgaussdbforopengauss/v3/model/show_slow_sql_stack_request.py +228 -0
  240. huaweicloudsdkgaussdbforopengauss/v3/model/show_slow_sql_stack_response.py +116 -0
  241. huaweicloudsdkgaussdbforopengauss/v3/model/show_source_instance_detail_request.py +3 -3
  242. huaweicloudsdkgaussdbforopengauss/v3/model/show_ssl_cert_download_link_request.py +6 -6
  243. huaweicloudsdkgaussdbforopengauss/v3/model/show_upgrade_candidate_versions_details_request.py +3 -3
  244. huaweicloudsdkgaussdbforopengauss/v3/model/show_upgrade_candidate_versions_request.py +3 -3
  245. huaweicloudsdkgaussdbforopengauss/v3/model/show_wdr_snapshot_status_request.py +143 -0
  246. huaweicloudsdkgaussdbforopengauss/v3/model/show_wdr_snapshot_status_response.py +174 -0
  247. huaweicloudsdkgaussdbforopengauss/v3/model/slow_sql_detail_request_body.py +255 -0
  248. huaweicloudsdkgaussdbforopengauss/v3/model/slow_sql_detail_result.py +666 -0
  249. huaweicloudsdkgaussdbforopengauss/v3/model/slow_sql_info_result.py +521 -0
  250. huaweicloudsdkgaussdbforopengauss/v3/model/start_instance_request.py +3 -3
  251. huaweicloudsdkgaussdbforopengauss/v3/model/start_mysql_compatibility_request.py +6 -6
  252. huaweicloudsdkgaussdbforopengauss/v3/model/stop_backup_request.py +3 -3
  253. huaweicloudsdkgaussdbforopengauss/v3/model/stop_free_session_request.py +168 -0
  254. huaweicloudsdkgaussdbforopengauss/v3/model/stop_free_session_response.py +116 -0
  255. huaweicloudsdkgaussdbforopengauss/v3/model/stop_instance_request.py +3 -3
  256. huaweicloudsdkgaussdbforopengauss/v3/model/stop_session_request.py +168 -0
  257. huaweicloudsdkgaussdbforopengauss/v3/model/stop_session_response.py +145 -0
  258. huaweicloudsdkgaussdbforopengauss/v3/model/switch_configuration_request.py +3 -3
  259. huaweicloudsdkgaussdbforopengauss/v3/model/switch_kms_tde_request.py +168 -0
  260. huaweicloudsdkgaussdbforopengauss/v3/model/switch_kms_tde_request_body.py +173 -0
  261. huaweicloudsdkgaussdbforopengauss/v3/model/switch_kms_tde_response.py +116 -0
  262. huaweicloudsdkgaussdbforopengauss/v3/model/switch_replica_request.py +168 -0
  263. huaweicloudsdkgaussdbforopengauss/v3/model/switch_replica_request_body.py +115 -0
  264. huaweicloudsdkgaussdbforopengauss/v3/model/switch_replica_response.py +145 -0
  265. huaweicloudsdkgaussdbforopengauss/v3/model/switch_shard_request.py +3 -3
  266. huaweicloudsdkgaussdbforopengauss/v3/model/switch_wdr_snapshot_request_body.py +114 -0
  267. huaweicloudsdkgaussdbforopengauss/v3/model/switch_wdr_snapshot_response_body.py +84 -0
  268. huaweicloudsdkgaussdbforopengauss/v3/model/switch_wdr_snapshot_status_request.py +168 -0
  269. huaweicloudsdkgaussdbforopengauss/v3/model/switch_wdr_snapshot_status_response.py +112 -0
  270. huaweicloudsdkgaussdbforopengauss/v3/model/sync_limit_data_request.py +3 -3
  271. huaweicloudsdkgaussdbforopengauss/v3/model/top_sql_info_result.py +637 -0
  272. huaweicloudsdkgaussdbforopengauss/v3/model/unbind_lts_config_request.py +140 -0
  273. huaweicloudsdkgaussdbforopengauss/v3/model/unbind_lts_config_request_body.py +114 -0
  274. huaweicloudsdkgaussdbforopengauss/v3/model/unbind_lts_config_response.py +116 -0
  275. huaweicloudsdkgaussdbforopengauss/v3/model/update_features_request.py +6 -6
  276. huaweicloudsdkgaussdbforopengauss/v3/model/update_instance_configuration_request.py +3 -3
  277. huaweicloudsdkgaussdbforopengauss/v3/model/update_instance_name_request.py +3 -3
  278. huaweicloudsdkgaussdbforopengauss/v3/model/update_limit_task_request.py +3 -3
  279. huaweicloudsdkgaussdbforopengauss/v3/model/update_mysql_compatibility_request.py +6 -6
  280. huaweicloudsdkgaussdbforopengauss/v3/model/update_redistribution_control_request.py +168 -0
  281. huaweicloudsdkgaussdbforopengauss/v3/model/update_redistribution_control_response.py +116 -0
  282. huaweicloudsdkgaussdbforopengauss/v3/model/upgrade_error_response_body.py +6 -6
  283. huaweicloudsdkgaussdbforopengauss/v3/model/upgrade_instance_version_request.py +6 -6
  284. huaweicloudsdkgaussdbforopengauss/v3/model/upgrade_instances_version_request.py +3 -3
  285. huaweicloudsdkgaussdbforopengauss/v3/model/validate_weak_password_request.py +3 -3
  286. {huaweicloudsdkgaussdbforopengauss-3.1.166.dist-info → huaweicloudsdkgaussdbforopengauss-3.1.167.dist-info}/METADATA +2 -2
  287. {huaweicloudsdkgaussdbforopengauss-3.1.166.dist-info → huaweicloudsdkgaussdbforopengauss-3.1.167.dist-info}/RECORD +289 -146
  288. huaweicloudsdkgaussdbforopengauss/v3/model/hotfix_info.py +0 -202
  289. {huaweicloudsdkgaussdbforopengauss-3.1.166.dist-info → huaweicloudsdkgaussdbforopengauss-3.1.167.dist-info}/WHEEL +0 -0
  290. {huaweicloudsdkgaussdbforopengauss-3.1.166.dist-info → huaweicloudsdkgaussdbforopengauss-3.1.167.dist-info}/licenses/LICENSE +0 -0
@@ -33,7 +33,7 @@ class ExecuteCrossCloudReleaseDisasterRequest:
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 ExecuteCrossCloudReleaseDisasterRequest:
58
58
  def x_language(self):
59
59
  r"""Gets the x_language of this ExecuteCrossCloudReleaseDisasterRequest.
60
60
 
61
- 语言。
61
+ **参数解释**: 语言。 **约束限制**: 不涉及。 **取值范围**: - zh-cn - en-us **默认取值**: en-us
62
62
 
63
63
  :return: The x_language of this ExecuteCrossCloudReleaseDisasterRequest.
64
64
  :rtype: str
@@ -69,7 +69,7 @@ class ExecuteCrossCloudReleaseDisasterRequest:
69
69
  def x_language(self, x_language):
70
70
  r"""Sets the x_language of this ExecuteCrossCloudReleaseDisasterRequest.
71
71
 
72
- 语言。
72
+ **参数解释**: 语言。 **约束限制**: 不涉及。 **取值范围**: - zh-cn - en-us **默认取值**: en-us
73
73
 
74
74
  :param x_language: The x_language of this ExecuteCrossCloudReleaseDisasterRequest.
75
75
  :type x_language: str
@@ -33,9 +33,9 @@ class ExportSlowSqlRequest:
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
- :param instance_id: **参数解释**: 实例ID **约束限制**: 不涉及 **取值范围**: 不涉及 **默认取值**: 不涉及。
38
+ :param instance_id: **参数解释**: 实例ID,此参数是用户创建实例的唯一标识。 **约束限制**: 不涉及。 **取值范围**: 只能由英文字母、数字组成,且长度为36个字符。 **默认取值**: 不涉及。
39
39
  :type instance_id: str
40
40
  :param body: Body of the ExportSlowSqlRequest
41
41
  :type body: :class:`huaweicloudsdkgaussdbforopengauss.v3.ExportTableVolumeRequestBody`
@@ -58,7 +58,7 @@ class ExportSlowSqlRequest:
58
58
  def x_language(self):
59
59
  r"""Gets the x_language of this ExportSlowSqlRequest.
60
60
 
61
- 语言。
61
+ **参数解释**: 语言。 **约束限制**: 不涉及。 **取值范围**: - zh-cn - en-us **默认取值**: en-us
62
62
 
63
63
  :return: The x_language of this ExportSlowSqlRequest.
64
64
  :rtype: str
@@ -69,7 +69,7 @@ class ExportSlowSqlRequest:
69
69
  def x_language(self, x_language):
70
70
  r"""Sets the x_language of this ExportSlowSqlRequest.
71
71
 
72
- 语言。
72
+ **参数解释**: 语言。 **约束限制**: 不涉及。 **取值范围**: - zh-cn - en-us **默认取值**: en-us
73
73
 
74
74
  :param x_language: The x_language of this ExportSlowSqlRequest.
75
75
  :type x_language: str
@@ -80,7 +80,7 @@ class ExportSlowSqlRequest:
80
80
  def instance_id(self):
81
81
  r"""Gets the instance_id of this ExportSlowSqlRequest.
82
82
 
83
- **参数解释**: 实例ID **约束限制**: 不涉及 **取值范围**: 不涉及 **默认取值**: 不涉及。
83
+ **参数解释**: 实例ID,此参数是用户创建实例的唯一标识。 **约束限制**: 不涉及。 **取值范围**: 只能由英文字母、数字组成,且长度为36个字符。 **默认取值**: 不涉及。
84
84
 
85
85
  :return: The instance_id of this ExportSlowSqlRequest.
86
86
  :rtype: str
@@ -91,7 +91,7 @@ class ExportSlowSqlRequest:
91
91
  def instance_id(self, instance_id):
92
92
  r"""Sets the instance_id of this ExportSlowSqlRequest.
93
93
 
94
- **参数解释**: 实例ID **约束限制**: 不涉及 **取值范围**: 不涉及 **默认取值**: 不涉及。
94
+ **参数解释**: 实例ID,此参数是用户创建实例的唯一标识。 **约束限制**: 不涉及。 **取值范围**: 只能由英文字母、数字组成,且长度为36个字符。 **默认取值**: 不涉及。
95
95
 
96
96
  :param instance_id: The instance_id of this ExportSlowSqlRequest.
97
97
  :type instance_id: str
@@ -39,17 +39,17 @@ class ExportTableVolumeRequestBody:
39
39
 
40
40
  The model defined in huaweicloud sdk
41
41
 
42
- :param database_name: **参数解释**: 数据库名称。 **约束限制**: 不涉及 **取值范围**: 不涉及 **默认取值**: 不涉及。
42
+ :param database_name: **参数解释**: 数据库名称。 **约束限制**: 不涉及。 **取值范围**: 不涉及。 **默认取值**: 不涉及。
43
43
  :type database_name: str
44
- :param schema_names: **参数解释**: schema名称。 **约束限制**: 不涉及 **取值范围**: 不涉及 **默认取值**: 不涉及。
44
+ :param schema_names: **参数解释**: schema名称。 **约束限制**: 不涉及。 **取值范围**: 不涉及。 **默认取值**: 不涉及。
45
45
  :type schema_names: list[str]
46
- :param table_name: **参数解释**: 表名称。 **约束限制**: 不涉及 **取值范围**: 不涉及 **默认取值**: 不涉及。
46
+ :param table_name: **参数解释**: 表名称。 **约束限制**: 不涉及。 **取值范围**: 不涉及。 **默认取值**: 不涉及。
47
47
  :type table_name: str
48
- :param user_name: **参数解释**: 表所属用户名称。 **约束限制**: 不涉及 **取值范围**: 不涉及 **默认取值**: 不涉及。
48
+ :param user_name: **参数解释**: 表所属用户名称。 **约束限制**: 不涉及。 **取值范围**: 不涉及。 **默认取值**: 不涉及。
49
49
  :type user_name: str
50
- :param sort_key: **参数解释**: 排序字段。 **约束限制**: 不涉及 **取值范围**: 不涉及 **默认取值**: 不涉及。
50
+ :param sort_key: **参数解释**: 排序字段。 **约束限制**: 不涉及。 **取值范围**: - table_size:表的大小。 - id:表ID。 - table_name:表名称。 - table_owner:表所属用户名称。 - database_name:数据库名称。 - schema_name:schema名称。 - is_part_type:表或者索引是否具有分区表的性质。 - is_hash_cluster_key:是否包含hash分区列信息。 - tuples:表中行的数目。 - create_time:创建时间。 - update_time:修改时间。 - average_size:表大小平均值(totalsize/DN个数,该值为平均分布的理想情况下,表在各DN占用空间大小)。 - max_ratio:单DN表大小最大值占比(表在各DN占用空间的最大值/totalsize)。 - min_ratio:单DN表大小最小值占比(表在各DN占用空间的最小值/totalsize)。 - skew_size:表分布倾斜值(单DN表大小最大值 - 单DN表大小最小值)。 - skew_ratio:表分布倾斜率(skewsize/totalsize)。 - skew_stddev:表分布标准方差(在表大小一定的情况下,该值越大表明表的整体分布情况越倾斜)。 **默认取值** 不涉及。
51
51
  :type sort_key: str
52
- :param sort_order: **参数解释**: 排序方法。 **约束限制**: 不涉及 **取值范围**: 不涉及 **默认取值**: 不涉及。
52
+ :param sort_order: **参数解释** 实时会话统计排序方式。 **约束限制**: 不涉及。 **取值范围** - ASC:根据sort_key值升序。 - DESC:根据sort_key值降序。 **默认取值** ASC
53
53
  :type sort_order: str
54
54
  """
55
55
 
@@ -78,7 +78,7 @@ class ExportTableVolumeRequestBody:
78
78
  def database_name(self):
79
79
  r"""Gets the database_name of this ExportTableVolumeRequestBody.
80
80
 
81
- **参数解释**: 数据库名称。 **约束限制**: 不涉及 **取值范围**: 不涉及 **默认取值**: 不涉及。
81
+ **参数解释**: 数据库名称。 **约束限制**: 不涉及。 **取值范围**: 不涉及。 **默认取值**: 不涉及。
82
82
 
83
83
  :return: The database_name of this ExportTableVolumeRequestBody.
84
84
  :rtype: str
@@ -89,7 +89,7 @@ class ExportTableVolumeRequestBody:
89
89
  def database_name(self, database_name):
90
90
  r"""Sets the database_name of this ExportTableVolumeRequestBody.
91
91
 
92
- **参数解释**: 数据库名称。 **约束限制**: 不涉及 **取值范围**: 不涉及 **默认取值**: 不涉及。
92
+ **参数解释**: 数据库名称。 **约束限制**: 不涉及。 **取值范围**: 不涉及。 **默认取值**: 不涉及。
93
93
 
94
94
  :param database_name: The database_name of this ExportTableVolumeRequestBody.
95
95
  :type database_name: str
@@ -100,7 +100,7 @@ class ExportTableVolumeRequestBody:
100
100
  def schema_names(self):
101
101
  r"""Gets the schema_names of this ExportTableVolumeRequestBody.
102
102
 
103
- **参数解释**: schema名称。 **约束限制**: 不涉及 **取值范围**: 不涉及 **默认取值**: 不涉及。
103
+ **参数解释**: schema名称。 **约束限制**: 不涉及。 **取值范围**: 不涉及。 **默认取值**: 不涉及。
104
104
 
105
105
  :return: The schema_names of this ExportTableVolumeRequestBody.
106
106
  :rtype: list[str]
@@ -111,7 +111,7 @@ class ExportTableVolumeRequestBody:
111
111
  def schema_names(self, schema_names):
112
112
  r"""Sets the schema_names of this ExportTableVolumeRequestBody.
113
113
 
114
- **参数解释**: schema名称。 **约束限制**: 不涉及 **取值范围**: 不涉及 **默认取值**: 不涉及。
114
+ **参数解释**: schema名称。 **约束限制**: 不涉及。 **取值范围**: 不涉及。 **默认取值**: 不涉及。
115
115
 
116
116
  :param schema_names: The schema_names of this ExportTableVolumeRequestBody.
117
117
  :type schema_names: list[str]
@@ -122,7 +122,7 @@ class ExportTableVolumeRequestBody:
122
122
  def table_name(self):
123
123
  r"""Gets the table_name of this ExportTableVolumeRequestBody.
124
124
 
125
- **参数解释**: 表名称。 **约束限制**: 不涉及 **取值范围**: 不涉及 **默认取值**: 不涉及。
125
+ **参数解释**: 表名称。 **约束限制**: 不涉及。 **取值范围**: 不涉及。 **默认取值**: 不涉及。
126
126
 
127
127
  :return: The table_name of this ExportTableVolumeRequestBody.
128
128
  :rtype: str
@@ -133,7 +133,7 @@ class ExportTableVolumeRequestBody:
133
133
  def table_name(self, table_name):
134
134
  r"""Sets the table_name of this ExportTableVolumeRequestBody.
135
135
 
136
- **参数解释**: 表名称。 **约束限制**: 不涉及 **取值范围**: 不涉及 **默认取值**: 不涉及。
136
+ **参数解释**: 表名称。 **约束限制**: 不涉及。 **取值范围**: 不涉及。 **默认取值**: 不涉及。
137
137
 
138
138
  :param table_name: The table_name of this ExportTableVolumeRequestBody.
139
139
  :type table_name: str
@@ -144,7 +144,7 @@ class ExportTableVolumeRequestBody:
144
144
  def user_name(self):
145
145
  r"""Gets the user_name of this ExportTableVolumeRequestBody.
146
146
 
147
- **参数解释**: 表所属用户名称。 **约束限制**: 不涉及 **取值范围**: 不涉及 **默认取值**: 不涉及。
147
+ **参数解释**: 表所属用户名称。 **约束限制**: 不涉及。 **取值范围**: 不涉及。 **默认取值**: 不涉及。
148
148
 
149
149
  :return: The user_name of this ExportTableVolumeRequestBody.
150
150
  :rtype: str
@@ -155,7 +155,7 @@ class ExportTableVolumeRequestBody:
155
155
  def user_name(self, user_name):
156
156
  r"""Sets the user_name of this ExportTableVolumeRequestBody.
157
157
 
158
- **参数解释**: 表所属用户名称。 **约束限制**: 不涉及 **取值范围**: 不涉及 **默认取值**: 不涉及。
158
+ **参数解释**: 表所属用户名称。 **约束限制**: 不涉及。 **取值范围**: 不涉及。 **默认取值**: 不涉及。
159
159
 
160
160
  :param user_name: The user_name of this ExportTableVolumeRequestBody.
161
161
  :type user_name: str
@@ -166,7 +166,7 @@ class ExportTableVolumeRequestBody:
166
166
  def sort_key(self):
167
167
  r"""Gets the sort_key of this ExportTableVolumeRequestBody.
168
168
 
169
- **参数解释**: 排序字段。 **约束限制**: 不涉及 **取值范围**: 不涉及 **默认取值**: 不涉及。
169
+ **参数解释**: 排序字段。 **约束限制**: 不涉及。 **取值范围**: - table_size:表的大小。 - id:表ID。 - table_name:表名称。 - table_owner:表所属用户名称。 - database_name:数据库名称。 - schema_name:schema名称。 - is_part_type:表或者索引是否具有分区表的性质。 - is_hash_cluster_key:是否包含hash分区列信息。 - tuples:表中行的数目。 - create_time:创建时间。 - update_time:修改时间。 - average_size:表大小平均值(totalsize/DN个数,该值为平均分布的理想情况下,表在各DN占用空间大小)。 - max_ratio:单DN表大小最大值占比(表在各DN占用空间的最大值/totalsize)。 - min_ratio:单DN表大小最小值占比(表在各DN占用空间的最小值/totalsize)。 - skew_size:表分布倾斜值(单DN表大小最大值 - 单DN表大小最小值)。 - skew_ratio:表分布倾斜率(skewsize/totalsize)。 - skew_stddev:表分布标准方差(在表大小一定的情况下,该值越大表明表的整体分布情况越倾斜)。 **默认取值** 不涉及。
170
170
 
171
171
  :return: The sort_key of this ExportTableVolumeRequestBody.
172
172
  :rtype: str
@@ -177,7 +177,7 @@ class ExportTableVolumeRequestBody:
177
177
  def sort_key(self, sort_key):
178
178
  r"""Sets the sort_key of this ExportTableVolumeRequestBody.
179
179
 
180
- **参数解释**: 排序字段。 **约束限制**: 不涉及 **取值范围**: 不涉及 **默认取值**: 不涉及。
180
+ **参数解释**: 排序字段。 **约束限制**: 不涉及。 **取值范围**: - table_size:表的大小。 - id:表ID。 - table_name:表名称。 - table_owner:表所属用户名称。 - database_name:数据库名称。 - schema_name:schema名称。 - is_part_type:表或者索引是否具有分区表的性质。 - is_hash_cluster_key:是否包含hash分区列信息。 - tuples:表中行的数目。 - create_time:创建时间。 - update_time:修改时间。 - average_size:表大小平均值(totalsize/DN个数,该值为平均分布的理想情况下,表在各DN占用空间大小)。 - max_ratio:单DN表大小最大值占比(表在各DN占用空间的最大值/totalsize)。 - min_ratio:单DN表大小最小值占比(表在各DN占用空间的最小值/totalsize)。 - skew_size:表分布倾斜值(单DN表大小最大值 - 单DN表大小最小值)。 - skew_ratio:表分布倾斜率(skewsize/totalsize)。 - skew_stddev:表分布标准方差(在表大小一定的情况下,该值越大表明表的整体分布情况越倾斜)。 **默认取值** 不涉及。
181
181
 
182
182
  :param sort_key: The sort_key of this ExportTableVolumeRequestBody.
183
183
  :type sort_key: str
@@ -188,7 +188,7 @@ class ExportTableVolumeRequestBody:
188
188
  def sort_order(self):
189
189
  r"""Gets the sort_order of this ExportTableVolumeRequestBody.
190
190
 
191
- **参数解释**: 排序方法。 **约束限制**: 不涉及 **取值范围**: 不涉及 **默认取值**: 不涉及。
191
+ **参数解释** 实时会话统计排序方式。 **约束限制**: 不涉及。 **取值范围** - ASC:根据sort_key值升序。 - DESC:根据sort_key值降序。 **默认取值** ASC
192
192
 
193
193
  :return: The sort_order of this ExportTableVolumeRequestBody.
194
194
  :rtype: str
@@ -199,7 +199,7 @@ class ExportTableVolumeRequestBody:
199
199
  def sort_order(self, sort_order):
200
200
  r"""Sets the sort_order of this ExportTableVolumeRequestBody.
201
201
 
202
- **参数解释**: 排序方法。 **约束限制**: 不涉及 **取值范围**: 不涉及 **默认取值**: 不涉及。
202
+ **参数解释** 实时会话统计排序方式。 **约束限制**: 不涉及。 **取值范围** - ASC:根据sort_key值升序。 - DESC:根据sort_key值降序。 **默认取值** ASC
203
203
 
204
204
  :param sort_order: The sort_order of this ExportTableVolumeRequestBody.
205
205
  :type sort_order: str
@@ -0,0 +1,376 @@
1
+ # coding: utf-8
2
+
3
+ import six
4
+
5
+ from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
6
+
7
+
8
+ class FullSqlStatisticInfoResult:
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
+ 'template': 'str',
21
+ 'sql_id': 'str',
22
+ 'sql_count': 'int',
23
+ 'avg_db_time': 'int',
24
+ 'avg_cpu_time': 'int',
25
+ 'avg_data_io_time': 'int',
26
+ 'avg_execution_time': 'int',
27
+ 'avg_n_blocks_hit': 'int',
28
+ 'start_time_stamp': 'str',
29
+ 'end_time_stamp': 'str'
30
+ }
31
+
32
+ attribute_map = {
33
+ 'template': 'template',
34
+ 'sql_id': 'sql_id',
35
+ 'sql_count': 'sql_count',
36
+ 'avg_db_time': 'avg_db_time',
37
+ 'avg_cpu_time': 'avg_cpu_time',
38
+ 'avg_data_io_time': 'avg_data_io_time',
39
+ 'avg_execution_time': 'avg_execution_time',
40
+ 'avg_n_blocks_hit': 'avg_n_blocks_hit',
41
+ 'start_time_stamp': 'start_time_stamp',
42
+ 'end_time_stamp': 'end_time_stamp'
43
+ }
44
+
45
+ def __init__(self, template=None, sql_id=None, sql_count=None, avg_db_time=None, avg_cpu_time=None, avg_data_io_time=None, avg_execution_time=None, avg_n_blocks_hit=None, start_time_stamp=None, end_time_stamp=None):
46
+ r"""FullSqlStatisticInfoResult
47
+
48
+ The model defined in huaweicloud sdk
49
+
50
+ :param template: **参数解释**: SQL模板。未开启实例内核GUC参数(track_stmt_parameter)时,展示的是归一化SQL模板内容;开启该参数后,展示的是随机一条SQL记录中截断参数列表后的内容。 **取值范围**: 不涉及。
51
+ :type template: str
52
+ :param sql_id: **参数解释**: 归一化SQL ID。 **取值范围**: 不涉及。
53
+ :type sql_id: str
54
+ :param sql_count: **参数解释**: 汇总SQL条目数。 **取值范围**: 不涉及。
55
+ :type sql_count: int
56
+ :param avg_db_time: **参数解释**: 平均有效DB耗时(微秒)。 **取值范围**: 不涉及。
57
+ :type avg_db_time: int
58
+ :param avg_cpu_time: **参数解释**: 平均CPU执行耗时(微秒)。 **取值范围**: 不涉及。
59
+ :type avg_cpu_time: int
60
+ :param avg_data_io_time: **参数解释**: 平均IO耗时(微秒)。 **取值范围**: 不涉及。
61
+ :type avg_data_io_time: int
62
+ :param avg_execution_time: **参数解释**: 平均SQL执行器内执行时间(微秒)。 **取值范围**: 不涉及。
63
+ :type avg_execution_time: int
64
+ :param avg_n_blocks_hit: **参数解释**: 平均Buffer块命中次数。 **取值范围**: 不涉及。
65
+ :type avg_n_blocks_hit: int
66
+ :param start_time_stamp: **参数解释**: 开始时间戳。 **取值范围**: 不涉及。
67
+ :type start_time_stamp: str
68
+ :param end_time_stamp: **参数解释**: 结束时间戳。 **取值范围**: 不涉及。
69
+ :type end_time_stamp: str
70
+ """
71
+
72
+
73
+
74
+ self._template = None
75
+ self._sql_id = None
76
+ self._sql_count = None
77
+ self._avg_db_time = None
78
+ self._avg_cpu_time = None
79
+ self._avg_data_io_time = None
80
+ self._avg_execution_time = None
81
+ self._avg_n_blocks_hit = None
82
+ self._start_time_stamp = None
83
+ self._end_time_stamp = None
84
+ self.discriminator = None
85
+
86
+ if template is not None:
87
+ self.template = template
88
+ if sql_id is not None:
89
+ self.sql_id = sql_id
90
+ if sql_count is not None:
91
+ self.sql_count = sql_count
92
+ if avg_db_time is not None:
93
+ self.avg_db_time = avg_db_time
94
+ if avg_cpu_time is not None:
95
+ self.avg_cpu_time = avg_cpu_time
96
+ if avg_data_io_time is not None:
97
+ self.avg_data_io_time = avg_data_io_time
98
+ if avg_execution_time is not None:
99
+ self.avg_execution_time = avg_execution_time
100
+ if avg_n_blocks_hit is not None:
101
+ self.avg_n_blocks_hit = avg_n_blocks_hit
102
+ if start_time_stamp is not None:
103
+ self.start_time_stamp = start_time_stamp
104
+ if end_time_stamp is not None:
105
+ self.end_time_stamp = end_time_stamp
106
+
107
+ @property
108
+ def template(self):
109
+ r"""Gets the template of this FullSqlStatisticInfoResult.
110
+
111
+ **参数解释**: SQL模板。未开启实例内核GUC参数(track_stmt_parameter)时,展示的是归一化SQL模板内容;开启该参数后,展示的是随机一条SQL记录中截断参数列表后的内容。 **取值范围**: 不涉及。
112
+
113
+ :return: The template of this FullSqlStatisticInfoResult.
114
+ :rtype: str
115
+ """
116
+ return self._template
117
+
118
+ @template.setter
119
+ def template(self, template):
120
+ r"""Sets the template of this FullSqlStatisticInfoResult.
121
+
122
+ **参数解释**: SQL模板。未开启实例内核GUC参数(track_stmt_parameter)时,展示的是归一化SQL模板内容;开启该参数后,展示的是随机一条SQL记录中截断参数列表后的内容。 **取值范围**: 不涉及。
123
+
124
+ :param template: The template of this FullSqlStatisticInfoResult.
125
+ :type template: str
126
+ """
127
+ self._template = template
128
+
129
+ @property
130
+ def sql_id(self):
131
+ r"""Gets the sql_id of this FullSqlStatisticInfoResult.
132
+
133
+ **参数解释**: 归一化SQL ID。 **取值范围**: 不涉及。
134
+
135
+ :return: The sql_id of this FullSqlStatisticInfoResult.
136
+ :rtype: str
137
+ """
138
+ return self._sql_id
139
+
140
+ @sql_id.setter
141
+ def sql_id(self, sql_id):
142
+ r"""Sets the sql_id of this FullSqlStatisticInfoResult.
143
+
144
+ **参数解释**: 归一化SQL ID。 **取值范围**: 不涉及。
145
+
146
+ :param sql_id: The sql_id of this FullSqlStatisticInfoResult.
147
+ :type sql_id: str
148
+ """
149
+ self._sql_id = sql_id
150
+
151
+ @property
152
+ def sql_count(self):
153
+ r"""Gets the sql_count of this FullSqlStatisticInfoResult.
154
+
155
+ **参数解释**: 汇总SQL条目数。 **取值范围**: 不涉及。
156
+
157
+ :return: The sql_count of this FullSqlStatisticInfoResult.
158
+ :rtype: int
159
+ """
160
+ return self._sql_count
161
+
162
+ @sql_count.setter
163
+ def sql_count(self, sql_count):
164
+ r"""Sets the sql_count of this FullSqlStatisticInfoResult.
165
+
166
+ **参数解释**: 汇总SQL条目数。 **取值范围**: 不涉及。
167
+
168
+ :param sql_count: The sql_count of this FullSqlStatisticInfoResult.
169
+ :type sql_count: int
170
+ """
171
+ self._sql_count = sql_count
172
+
173
+ @property
174
+ def avg_db_time(self):
175
+ r"""Gets the avg_db_time of this FullSqlStatisticInfoResult.
176
+
177
+ **参数解释**: 平均有效DB耗时(微秒)。 **取值范围**: 不涉及。
178
+
179
+ :return: The avg_db_time of this FullSqlStatisticInfoResult.
180
+ :rtype: int
181
+ """
182
+ return self._avg_db_time
183
+
184
+ @avg_db_time.setter
185
+ def avg_db_time(self, avg_db_time):
186
+ r"""Sets the avg_db_time of this FullSqlStatisticInfoResult.
187
+
188
+ **参数解释**: 平均有效DB耗时(微秒)。 **取值范围**: 不涉及。
189
+
190
+ :param avg_db_time: The avg_db_time of this FullSqlStatisticInfoResult.
191
+ :type avg_db_time: int
192
+ """
193
+ self._avg_db_time = avg_db_time
194
+
195
+ @property
196
+ def avg_cpu_time(self):
197
+ r"""Gets the avg_cpu_time of this FullSqlStatisticInfoResult.
198
+
199
+ **参数解释**: 平均CPU执行耗时(微秒)。 **取值范围**: 不涉及。
200
+
201
+ :return: The avg_cpu_time of this FullSqlStatisticInfoResult.
202
+ :rtype: int
203
+ """
204
+ return self._avg_cpu_time
205
+
206
+ @avg_cpu_time.setter
207
+ def avg_cpu_time(self, avg_cpu_time):
208
+ r"""Sets the avg_cpu_time of this FullSqlStatisticInfoResult.
209
+
210
+ **参数解释**: 平均CPU执行耗时(微秒)。 **取值范围**: 不涉及。
211
+
212
+ :param avg_cpu_time: The avg_cpu_time of this FullSqlStatisticInfoResult.
213
+ :type avg_cpu_time: int
214
+ """
215
+ self._avg_cpu_time = avg_cpu_time
216
+
217
+ @property
218
+ def avg_data_io_time(self):
219
+ r"""Gets the avg_data_io_time of this FullSqlStatisticInfoResult.
220
+
221
+ **参数解释**: 平均IO耗时(微秒)。 **取值范围**: 不涉及。
222
+
223
+ :return: The avg_data_io_time of this FullSqlStatisticInfoResult.
224
+ :rtype: int
225
+ """
226
+ return self._avg_data_io_time
227
+
228
+ @avg_data_io_time.setter
229
+ def avg_data_io_time(self, avg_data_io_time):
230
+ r"""Sets the avg_data_io_time of this FullSqlStatisticInfoResult.
231
+
232
+ **参数解释**: 平均IO耗时(微秒)。 **取值范围**: 不涉及。
233
+
234
+ :param avg_data_io_time: The avg_data_io_time of this FullSqlStatisticInfoResult.
235
+ :type avg_data_io_time: int
236
+ """
237
+ self._avg_data_io_time = avg_data_io_time
238
+
239
+ @property
240
+ def avg_execution_time(self):
241
+ r"""Gets the avg_execution_time of this FullSqlStatisticInfoResult.
242
+
243
+ **参数解释**: 平均SQL执行器内执行时间(微秒)。 **取值范围**: 不涉及。
244
+
245
+ :return: The avg_execution_time of this FullSqlStatisticInfoResult.
246
+ :rtype: int
247
+ """
248
+ return self._avg_execution_time
249
+
250
+ @avg_execution_time.setter
251
+ def avg_execution_time(self, avg_execution_time):
252
+ r"""Sets the avg_execution_time of this FullSqlStatisticInfoResult.
253
+
254
+ **参数解释**: 平均SQL执行器内执行时间(微秒)。 **取值范围**: 不涉及。
255
+
256
+ :param avg_execution_time: The avg_execution_time of this FullSqlStatisticInfoResult.
257
+ :type avg_execution_time: int
258
+ """
259
+ self._avg_execution_time = avg_execution_time
260
+
261
+ @property
262
+ def avg_n_blocks_hit(self):
263
+ r"""Gets the avg_n_blocks_hit of this FullSqlStatisticInfoResult.
264
+
265
+ **参数解释**: 平均Buffer块命中次数。 **取值范围**: 不涉及。
266
+
267
+ :return: The avg_n_blocks_hit of this FullSqlStatisticInfoResult.
268
+ :rtype: int
269
+ """
270
+ return self._avg_n_blocks_hit
271
+
272
+ @avg_n_blocks_hit.setter
273
+ def avg_n_blocks_hit(self, avg_n_blocks_hit):
274
+ r"""Sets the avg_n_blocks_hit of this FullSqlStatisticInfoResult.
275
+
276
+ **参数解释**: 平均Buffer块命中次数。 **取值范围**: 不涉及。
277
+
278
+ :param avg_n_blocks_hit: The avg_n_blocks_hit of this FullSqlStatisticInfoResult.
279
+ :type avg_n_blocks_hit: int
280
+ """
281
+ self._avg_n_blocks_hit = avg_n_blocks_hit
282
+
283
+ @property
284
+ def start_time_stamp(self):
285
+ r"""Gets the start_time_stamp of this FullSqlStatisticInfoResult.
286
+
287
+ **参数解释**: 开始时间戳。 **取值范围**: 不涉及。
288
+
289
+ :return: The start_time_stamp of this FullSqlStatisticInfoResult.
290
+ :rtype: str
291
+ """
292
+ return self._start_time_stamp
293
+
294
+ @start_time_stamp.setter
295
+ def start_time_stamp(self, start_time_stamp):
296
+ r"""Sets the start_time_stamp of this FullSqlStatisticInfoResult.
297
+
298
+ **参数解释**: 开始时间戳。 **取值范围**: 不涉及。
299
+
300
+ :param start_time_stamp: The start_time_stamp of this FullSqlStatisticInfoResult.
301
+ :type start_time_stamp: str
302
+ """
303
+ self._start_time_stamp = start_time_stamp
304
+
305
+ @property
306
+ def end_time_stamp(self):
307
+ r"""Gets the end_time_stamp of this FullSqlStatisticInfoResult.
308
+
309
+ **参数解释**: 结束时间戳。 **取值范围**: 不涉及。
310
+
311
+ :return: The end_time_stamp of this FullSqlStatisticInfoResult.
312
+ :rtype: str
313
+ """
314
+ return self._end_time_stamp
315
+
316
+ @end_time_stamp.setter
317
+ def end_time_stamp(self, end_time_stamp):
318
+ r"""Sets the end_time_stamp of this FullSqlStatisticInfoResult.
319
+
320
+ **参数解释**: 结束时间戳。 **取值范围**: 不涉及。
321
+
322
+ :param end_time_stamp: The end_time_stamp of this FullSqlStatisticInfoResult.
323
+ :type end_time_stamp: str
324
+ """
325
+ self._end_time_stamp = end_time_stamp
326
+
327
+ def to_dict(self):
328
+ """Returns the model properties as a dict"""
329
+ result = {}
330
+
331
+ for attr, _ in six.iteritems(self.openapi_types):
332
+ value = getattr(self, attr)
333
+ if isinstance(value, list):
334
+ result[attr] = list(map(
335
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
336
+ value
337
+ ))
338
+ elif hasattr(value, "to_dict"):
339
+ result[attr] = value.to_dict()
340
+ elif isinstance(value, dict):
341
+ result[attr] = dict(map(
342
+ lambda item: (item[0], item[1].to_dict())
343
+ if hasattr(item[1], "to_dict") else item,
344
+ value.items()
345
+ ))
346
+ else:
347
+ if attr in self.sensitive_list:
348
+ result[attr] = "****"
349
+ else:
350
+ result[attr] = value
351
+
352
+ return result
353
+
354
+ def to_str(self):
355
+ """Returns the string representation of the model"""
356
+ import simplejson as json
357
+ if six.PY2:
358
+ import sys
359
+ reload(sys)
360
+ sys.setdefaultencoding("utf-8")
361
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
362
+
363
+ def __repr__(self):
364
+ """For `print`"""
365
+ return self.to_str()
366
+
367
+ def __eq__(self, other):
368
+ """Returns true if both objects are equal"""
369
+ if not isinstance(other, FullSqlStatisticInfoResult):
370
+ return False
371
+
372
+ return self.__dict__ == other.__dict__
373
+
374
+ def __ne__(self, other):
375
+ """Returns true if both objects are not equal"""
376
+ return not self == other
@@ -31,9 +31,9 @@ class GaussDBErrorResponseBody:
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
34
- :param error_code: 错误码。
34
+ :param error_code: **参数解释**: 错误码。 **取值范围**: 不涉及。
35
35
  :type error_code: str
36
- :param error_msg: 错误消息。
36
+ :param error_msg: **参数解释**: 错误消息。 **取值范围**: 不涉及。
37
37
  :type error_msg: str
38
38
  """
39
39
 
@@ -50,7 +50,7 @@ class GaussDBErrorResponseBody:
50
50
  def error_code(self):
51
51
  r"""Gets the error_code of this GaussDBErrorResponseBody.
52
52
 
53
- 错误码。
53
+ **参数解释**: 错误码。 **取值范围**: 不涉及。
54
54
 
55
55
  :return: The error_code of this GaussDBErrorResponseBody.
56
56
  :rtype: str
@@ -61,7 +61,7 @@ class GaussDBErrorResponseBody:
61
61
  def error_code(self, error_code):
62
62
  r"""Sets the error_code of this GaussDBErrorResponseBody.
63
63
 
64
- 错误码。
64
+ **参数解释**: 错误码。 **取值范围**: 不涉及。
65
65
 
66
66
  :param error_code: The error_code of this GaussDBErrorResponseBody.
67
67
  :type error_code: str
@@ -72,7 +72,7 @@ class GaussDBErrorResponseBody:
72
72
  def error_msg(self):
73
73
  r"""Gets the error_msg of this GaussDBErrorResponseBody.
74
74
 
75
- 错误消息。
75
+ **参数解释**: 错误消息。 **取值范围**: 不涉及。
76
76
 
77
77
  :return: The error_msg of this GaussDBErrorResponseBody.
78
78
  :rtype: str
@@ -83,7 +83,7 @@ class GaussDBErrorResponseBody:
83
83
  def error_msg(self, error_msg):
84
84
  r"""Sets the error_msg of this GaussDBErrorResponseBody.
85
85
 
86
- 错误消息。
86
+ **参数解释**: 错误消息。 **取值范围**: 不涉及。
87
87
 
88
88
  :param error_msg: The error_msg of this GaussDBErrorResponseBody.
89
89
  :type error_msg: str