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
@@ -0,0 +1,666 @@
1
+ # coding: utf-8
2
+
3
+ import six
4
+
5
+ from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
6
+
7
+
8
+ class SlowSqlDetailResult:
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
+ 'sql_id': 'str',
21
+ 'user_name': 'str',
22
+ 'client_ip': 'str',
23
+ 'client_port': 'str',
24
+ 'node_id': 'str',
25
+ 'node_name': 'str',
26
+ 'sql_text': 'str',
27
+ 'query_plan': 'str',
28
+ 'start_time': 'int',
29
+ 'finish_time': 'int',
30
+ 'returned_rows': 'int',
31
+ 'fetched_rows': 'int',
32
+ 'fetched_pages': 'int',
33
+ 'hit_pages': 'int',
34
+ 'total_time': 'int',
35
+ 'cpu_time': 'int',
36
+ 'plan_time': 'int',
37
+ 'io_time': 'int',
38
+ 'lock_count': 'int',
39
+ 'lock_time': 'int'
40
+ }
41
+
42
+ attribute_map = {
43
+ 'sql_id': 'sql_id',
44
+ 'user_name': 'user_name',
45
+ 'client_ip': 'client_ip',
46
+ 'client_port': 'client_port',
47
+ 'node_id': 'node_id',
48
+ 'node_name': 'node_name',
49
+ 'sql_text': 'sql_text',
50
+ 'query_plan': 'query_plan',
51
+ 'start_time': 'start_time',
52
+ 'finish_time': 'finish_time',
53
+ 'returned_rows': 'returned_rows',
54
+ 'fetched_rows': 'fetched_rows',
55
+ 'fetched_pages': 'fetched_pages',
56
+ 'hit_pages': 'hit_pages',
57
+ 'total_time': 'total_time',
58
+ 'cpu_time': 'cpu_time',
59
+ 'plan_time': 'plan_time',
60
+ 'io_time': 'io_time',
61
+ 'lock_count': 'lock_count',
62
+ 'lock_time': 'lock_time'
63
+ }
64
+
65
+ def __init__(self, sql_id=None, user_name=None, client_ip=None, client_port=None, node_id=None, node_name=None, sql_text=None, query_plan=None, start_time=None, finish_time=None, returned_rows=None, fetched_rows=None, fetched_pages=None, hit_pages=None, total_time=None, cpu_time=None, plan_time=None, io_time=None, lock_count=None, lock_time=None):
66
+ r"""SlowSqlDetailResult
67
+
68
+ The model defined in huaweicloud sdk
69
+
70
+ :param sql_id: **参数解释**: SQL ID。 **取值范围**: 不涉及。
71
+ :type sql_id: str
72
+ :param user_name: **参数解释**: 用户名称。 **取值范围**: 不涉及。
73
+ :type user_name: str
74
+ :param client_ip: **参数解释**: 客户端IP。 **取值范围**: 不涉及。
75
+ :type client_ip: str
76
+ :param client_port: **参数解释**: 客户端端口。 **取值范围**: 不涉及。
77
+ :type client_port: str
78
+ :param node_id: **参数解释**: 节点ID。 **取值范围**: 不涉及。
79
+ :type node_id: str
80
+ :param node_name: **参数解释**: 节点名称。 **取值范围**: 不涉及。
81
+ :type node_name: str
82
+ :param sql_text: **参数解释**: SQL模版。 **取值范围**: 不涉及。
83
+ :type sql_text: str
84
+ :param query_plan: **参数解释**: 执行计划。 **取值范围**: 不涉及。
85
+ :type query_plan: str
86
+ :param start_time: **参数解释**: 开始时间UTC时间。 **取值范围**: 格式为yyyy-mm-ddThh:mm:ss+0000。
87
+ :type start_time: int
88
+ :param finish_time: **参数解释**: 结束时间UTC时间。 **取值范围**: 格式为yyyy-mm-ddThh:mm:ss+0000。
89
+ :type finish_time: int
90
+ :param returned_rows: **参数解释**: 返回行。 **取值范围**: 不涉及。
91
+ :type returned_rows: int
92
+ :param fetched_rows: **参数解释**: 扫描行。 **取值范围**: 不涉及。
93
+ :type fetched_rows: int
94
+ :param fetched_pages: **参数解释**: 扫描页。 **取值范围**: 不涉及。
95
+ :type fetched_pages: int
96
+ :param hit_pages: **参数解释**: 命中页。 **取值范围**: 不涉及。
97
+ :type hit_pages: int
98
+ :param total_time: **参数解释**: 总耗时(单位:微秒)。 **取值范围**: 不涉及。
99
+ :type total_time: int
100
+ :param cpu_time: **参数解释**: CPU耗时(单位:微秒)。 **取值范围**: 不涉及。
101
+ :type cpu_time: int
102
+ :param plan_time: **参数解释**: 计划耗时(单位:微秒)。 **取值范围**: 不涉及。
103
+ :type plan_time: int
104
+ :param io_time: **参数解释**: IO耗时(单位:微秒)。 **取值范围**: 不涉及。
105
+ :type io_time: int
106
+ :param lock_count: **参数解释**: 加锁次数。 **取值范围**: 不涉及。
107
+ :type lock_count: int
108
+ :param lock_time: **参数解释**: 加锁耗时(单位:微秒)。 **取值范围**: 不涉及。
109
+ :type lock_time: int
110
+ """
111
+
112
+
113
+
114
+ self._sql_id = None
115
+ self._user_name = None
116
+ self._client_ip = None
117
+ self._client_port = None
118
+ self._node_id = None
119
+ self._node_name = None
120
+ self._sql_text = None
121
+ self._query_plan = None
122
+ self._start_time = None
123
+ self._finish_time = None
124
+ self._returned_rows = None
125
+ self._fetched_rows = None
126
+ self._fetched_pages = None
127
+ self._hit_pages = None
128
+ self._total_time = None
129
+ self._cpu_time = None
130
+ self._plan_time = None
131
+ self._io_time = None
132
+ self._lock_count = None
133
+ self._lock_time = None
134
+ self.discriminator = None
135
+
136
+ if sql_id is not None:
137
+ self.sql_id = sql_id
138
+ if user_name is not None:
139
+ self.user_name = user_name
140
+ if client_ip is not None:
141
+ self.client_ip = client_ip
142
+ if client_port is not None:
143
+ self.client_port = client_port
144
+ if node_id is not None:
145
+ self.node_id = node_id
146
+ if node_name is not None:
147
+ self.node_name = node_name
148
+ if sql_text is not None:
149
+ self.sql_text = sql_text
150
+ if query_plan is not None:
151
+ self.query_plan = query_plan
152
+ if start_time is not None:
153
+ self.start_time = start_time
154
+ if finish_time is not None:
155
+ self.finish_time = finish_time
156
+ if returned_rows is not None:
157
+ self.returned_rows = returned_rows
158
+ if fetched_rows is not None:
159
+ self.fetched_rows = fetched_rows
160
+ if fetched_pages is not None:
161
+ self.fetched_pages = fetched_pages
162
+ if hit_pages is not None:
163
+ self.hit_pages = hit_pages
164
+ if total_time is not None:
165
+ self.total_time = total_time
166
+ if cpu_time is not None:
167
+ self.cpu_time = cpu_time
168
+ if plan_time is not None:
169
+ self.plan_time = plan_time
170
+ if io_time is not None:
171
+ self.io_time = io_time
172
+ if lock_count is not None:
173
+ self.lock_count = lock_count
174
+ if lock_time is not None:
175
+ self.lock_time = lock_time
176
+
177
+ @property
178
+ def sql_id(self):
179
+ r"""Gets the sql_id of this SlowSqlDetailResult.
180
+
181
+ **参数解释**: SQL ID。 **取值范围**: 不涉及。
182
+
183
+ :return: The sql_id of this SlowSqlDetailResult.
184
+ :rtype: str
185
+ """
186
+ return self._sql_id
187
+
188
+ @sql_id.setter
189
+ def sql_id(self, sql_id):
190
+ r"""Sets the sql_id of this SlowSqlDetailResult.
191
+
192
+ **参数解释**: SQL ID。 **取值范围**: 不涉及。
193
+
194
+ :param sql_id: The sql_id of this SlowSqlDetailResult.
195
+ :type sql_id: str
196
+ """
197
+ self._sql_id = sql_id
198
+
199
+ @property
200
+ def user_name(self):
201
+ r"""Gets the user_name of this SlowSqlDetailResult.
202
+
203
+ **参数解释**: 用户名称。 **取值范围**: 不涉及。
204
+
205
+ :return: The user_name of this SlowSqlDetailResult.
206
+ :rtype: str
207
+ """
208
+ return self._user_name
209
+
210
+ @user_name.setter
211
+ def user_name(self, user_name):
212
+ r"""Sets the user_name of this SlowSqlDetailResult.
213
+
214
+ **参数解释**: 用户名称。 **取值范围**: 不涉及。
215
+
216
+ :param user_name: The user_name of this SlowSqlDetailResult.
217
+ :type user_name: str
218
+ """
219
+ self._user_name = user_name
220
+
221
+ @property
222
+ def client_ip(self):
223
+ r"""Gets the client_ip of this SlowSqlDetailResult.
224
+
225
+ **参数解释**: 客户端IP。 **取值范围**: 不涉及。
226
+
227
+ :return: The client_ip of this SlowSqlDetailResult.
228
+ :rtype: str
229
+ """
230
+ return self._client_ip
231
+
232
+ @client_ip.setter
233
+ def client_ip(self, client_ip):
234
+ r"""Sets the client_ip of this SlowSqlDetailResult.
235
+
236
+ **参数解释**: 客户端IP。 **取值范围**: 不涉及。
237
+
238
+ :param client_ip: The client_ip of this SlowSqlDetailResult.
239
+ :type client_ip: str
240
+ """
241
+ self._client_ip = client_ip
242
+
243
+ @property
244
+ def client_port(self):
245
+ r"""Gets the client_port of this SlowSqlDetailResult.
246
+
247
+ **参数解释**: 客户端端口。 **取值范围**: 不涉及。
248
+
249
+ :return: The client_port of this SlowSqlDetailResult.
250
+ :rtype: str
251
+ """
252
+ return self._client_port
253
+
254
+ @client_port.setter
255
+ def client_port(self, client_port):
256
+ r"""Sets the client_port of this SlowSqlDetailResult.
257
+
258
+ **参数解释**: 客户端端口。 **取值范围**: 不涉及。
259
+
260
+ :param client_port: The client_port of this SlowSqlDetailResult.
261
+ :type client_port: str
262
+ """
263
+ self._client_port = client_port
264
+
265
+ @property
266
+ def node_id(self):
267
+ r"""Gets the node_id of this SlowSqlDetailResult.
268
+
269
+ **参数解释**: 节点ID。 **取值范围**: 不涉及。
270
+
271
+ :return: The node_id of this SlowSqlDetailResult.
272
+ :rtype: str
273
+ """
274
+ return self._node_id
275
+
276
+ @node_id.setter
277
+ def node_id(self, node_id):
278
+ r"""Sets the node_id of this SlowSqlDetailResult.
279
+
280
+ **参数解释**: 节点ID。 **取值范围**: 不涉及。
281
+
282
+ :param node_id: The node_id of this SlowSqlDetailResult.
283
+ :type node_id: str
284
+ """
285
+ self._node_id = node_id
286
+
287
+ @property
288
+ def node_name(self):
289
+ r"""Gets the node_name of this SlowSqlDetailResult.
290
+
291
+ **参数解释**: 节点名称。 **取值范围**: 不涉及。
292
+
293
+ :return: The node_name of this SlowSqlDetailResult.
294
+ :rtype: str
295
+ """
296
+ return self._node_name
297
+
298
+ @node_name.setter
299
+ def node_name(self, node_name):
300
+ r"""Sets the node_name of this SlowSqlDetailResult.
301
+
302
+ **参数解释**: 节点名称。 **取值范围**: 不涉及。
303
+
304
+ :param node_name: The node_name of this SlowSqlDetailResult.
305
+ :type node_name: str
306
+ """
307
+ self._node_name = node_name
308
+
309
+ @property
310
+ def sql_text(self):
311
+ r"""Gets the sql_text of this SlowSqlDetailResult.
312
+
313
+ **参数解释**: SQL模版。 **取值范围**: 不涉及。
314
+
315
+ :return: The sql_text of this SlowSqlDetailResult.
316
+ :rtype: str
317
+ """
318
+ return self._sql_text
319
+
320
+ @sql_text.setter
321
+ def sql_text(self, sql_text):
322
+ r"""Sets the sql_text of this SlowSqlDetailResult.
323
+
324
+ **参数解释**: SQL模版。 **取值范围**: 不涉及。
325
+
326
+ :param sql_text: The sql_text of this SlowSqlDetailResult.
327
+ :type sql_text: str
328
+ """
329
+ self._sql_text = sql_text
330
+
331
+ @property
332
+ def query_plan(self):
333
+ r"""Gets the query_plan of this SlowSqlDetailResult.
334
+
335
+ **参数解释**: 执行计划。 **取值范围**: 不涉及。
336
+
337
+ :return: The query_plan of this SlowSqlDetailResult.
338
+ :rtype: str
339
+ """
340
+ return self._query_plan
341
+
342
+ @query_plan.setter
343
+ def query_plan(self, query_plan):
344
+ r"""Sets the query_plan of this SlowSqlDetailResult.
345
+
346
+ **参数解释**: 执行计划。 **取值范围**: 不涉及。
347
+
348
+ :param query_plan: The query_plan of this SlowSqlDetailResult.
349
+ :type query_plan: str
350
+ """
351
+ self._query_plan = query_plan
352
+
353
+ @property
354
+ def start_time(self):
355
+ r"""Gets the start_time of this SlowSqlDetailResult.
356
+
357
+ **参数解释**: 开始时间UTC时间。 **取值范围**: 格式为yyyy-mm-ddThh:mm:ss+0000。
358
+
359
+ :return: The start_time of this SlowSqlDetailResult.
360
+ :rtype: int
361
+ """
362
+ return self._start_time
363
+
364
+ @start_time.setter
365
+ def start_time(self, start_time):
366
+ r"""Sets the start_time of this SlowSqlDetailResult.
367
+
368
+ **参数解释**: 开始时间UTC时间。 **取值范围**: 格式为yyyy-mm-ddThh:mm:ss+0000。
369
+
370
+ :param start_time: The start_time of this SlowSqlDetailResult.
371
+ :type start_time: int
372
+ """
373
+ self._start_time = start_time
374
+
375
+ @property
376
+ def finish_time(self):
377
+ r"""Gets the finish_time of this SlowSqlDetailResult.
378
+
379
+ **参数解释**: 结束时间UTC时间。 **取值范围**: 格式为yyyy-mm-ddThh:mm:ss+0000。
380
+
381
+ :return: The finish_time of this SlowSqlDetailResult.
382
+ :rtype: int
383
+ """
384
+ return self._finish_time
385
+
386
+ @finish_time.setter
387
+ def finish_time(self, finish_time):
388
+ r"""Sets the finish_time of this SlowSqlDetailResult.
389
+
390
+ **参数解释**: 结束时间UTC时间。 **取值范围**: 格式为yyyy-mm-ddThh:mm:ss+0000。
391
+
392
+ :param finish_time: The finish_time of this SlowSqlDetailResult.
393
+ :type finish_time: int
394
+ """
395
+ self._finish_time = finish_time
396
+
397
+ @property
398
+ def returned_rows(self):
399
+ r"""Gets the returned_rows of this SlowSqlDetailResult.
400
+
401
+ **参数解释**: 返回行。 **取值范围**: 不涉及。
402
+
403
+ :return: The returned_rows of this SlowSqlDetailResult.
404
+ :rtype: int
405
+ """
406
+ return self._returned_rows
407
+
408
+ @returned_rows.setter
409
+ def returned_rows(self, returned_rows):
410
+ r"""Sets the returned_rows of this SlowSqlDetailResult.
411
+
412
+ **参数解释**: 返回行。 **取值范围**: 不涉及。
413
+
414
+ :param returned_rows: The returned_rows of this SlowSqlDetailResult.
415
+ :type returned_rows: int
416
+ """
417
+ self._returned_rows = returned_rows
418
+
419
+ @property
420
+ def fetched_rows(self):
421
+ r"""Gets the fetched_rows of this SlowSqlDetailResult.
422
+
423
+ **参数解释**: 扫描行。 **取值范围**: 不涉及。
424
+
425
+ :return: The fetched_rows of this SlowSqlDetailResult.
426
+ :rtype: int
427
+ """
428
+ return self._fetched_rows
429
+
430
+ @fetched_rows.setter
431
+ def fetched_rows(self, fetched_rows):
432
+ r"""Sets the fetched_rows of this SlowSqlDetailResult.
433
+
434
+ **参数解释**: 扫描行。 **取值范围**: 不涉及。
435
+
436
+ :param fetched_rows: The fetched_rows of this SlowSqlDetailResult.
437
+ :type fetched_rows: int
438
+ """
439
+ self._fetched_rows = fetched_rows
440
+
441
+ @property
442
+ def fetched_pages(self):
443
+ r"""Gets the fetched_pages of this SlowSqlDetailResult.
444
+
445
+ **参数解释**: 扫描页。 **取值范围**: 不涉及。
446
+
447
+ :return: The fetched_pages of this SlowSqlDetailResult.
448
+ :rtype: int
449
+ """
450
+ return self._fetched_pages
451
+
452
+ @fetched_pages.setter
453
+ def fetched_pages(self, fetched_pages):
454
+ r"""Sets the fetched_pages of this SlowSqlDetailResult.
455
+
456
+ **参数解释**: 扫描页。 **取值范围**: 不涉及。
457
+
458
+ :param fetched_pages: The fetched_pages of this SlowSqlDetailResult.
459
+ :type fetched_pages: int
460
+ """
461
+ self._fetched_pages = fetched_pages
462
+
463
+ @property
464
+ def hit_pages(self):
465
+ r"""Gets the hit_pages of this SlowSqlDetailResult.
466
+
467
+ **参数解释**: 命中页。 **取值范围**: 不涉及。
468
+
469
+ :return: The hit_pages of this SlowSqlDetailResult.
470
+ :rtype: int
471
+ """
472
+ return self._hit_pages
473
+
474
+ @hit_pages.setter
475
+ def hit_pages(self, hit_pages):
476
+ r"""Sets the hit_pages of this SlowSqlDetailResult.
477
+
478
+ **参数解释**: 命中页。 **取值范围**: 不涉及。
479
+
480
+ :param hit_pages: The hit_pages of this SlowSqlDetailResult.
481
+ :type hit_pages: int
482
+ """
483
+ self._hit_pages = hit_pages
484
+
485
+ @property
486
+ def total_time(self):
487
+ r"""Gets the total_time of this SlowSqlDetailResult.
488
+
489
+ **参数解释**: 总耗时(单位:微秒)。 **取值范围**: 不涉及。
490
+
491
+ :return: The total_time of this SlowSqlDetailResult.
492
+ :rtype: int
493
+ """
494
+ return self._total_time
495
+
496
+ @total_time.setter
497
+ def total_time(self, total_time):
498
+ r"""Sets the total_time of this SlowSqlDetailResult.
499
+
500
+ **参数解释**: 总耗时(单位:微秒)。 **取值范围**: 不涉及。
501
+
502
+ :param total_time: The total_time of this SlowSqlDetailResult.
503
+ :type total_time: int
504
+ """
505
+ self._total_time = total_time
506
+
507
+ @property
508
+ def cpu_time(self):
509
+ r"""Gets the cpu_time of this SlowSqlDetailResult.
510
+
511
+ **参数解释**: CPU耗时(单位:微秒)。 **取值范围**: 不涉及。
512
+
513
+ :return: The cpu_time of this SlowSqlDetailResult.
514
+ :rtype: int
515
+ """
516
+ return self._cpu_time
517
+
518
+ @cpu_time.setter
519
+ def cpu_time(self, cpu_time):
520
+ r"""Sets the cpu_time of this SlowSqlDetailResult.
521
+
522
+ **参数解释**: CPU耗时(单位:微秒)。 **取值范围**: 不涉及。
523
+
524
+ :param cpu_time: The cpu_time of this SlowSqlDetailResult.
525
+ :type cpu_time: int
526
+ """
527
+ self._cpu_time = cpu_time
528
+
529
+ @property
530
+ def plan_time(self):
531
+ r"""Gets the plan_time of this SlowSqlDetailResult.
532
+
533
+ **参数解释**: 计划耗时(单位:微秒)。 **取值范围**: 不涉及。
534
+
535
+ :return: The plan_time of this SlowSqlDetailResult.
536
+ :rtype: int
537
+ """
538
+ return self._plan_time
539
+
540
+ @plan_time.setter
541
+ def plan_time(self, plan_time):
542
+ r"""Sets the plan_time of this SlowSqlDetailResult.
543
+
544
+ **参数解释**: 计划耗时(单位:微秒)。 **取值范围**: 不涉及。
545
+
546
+ :param plan_time: The plan_time of this SlowSqlDetailResult.
547
+ :type plan_time: int
548
+ """
549
+ self._plan_time = plan_time
550
+
551
+ @property
552
+ def io_time(self):
553
+ r"""Gets the io_time of this SlowSqlDetailResult.
554
+
555
+ **参数解释**: IO耗时(单位:微秒)。 **取值范围**: 不涉及。
556
+
557
+ :return: The io_time of this SlowSqlDetailResult.
558
+ :rtype: int
559
+ """
560
+ return self._io_time
561
+
562
+ @io_time.setter
563
+ def io_time(self, io_time):
564
+ r"""Sets the io_time of this SlowSqlDetailResult.
565
+
566
+ **参数解释**: IO耗时(单位:微秒)。 **取值范围**: 不涉及。
567
+
568
+ :param io_time: The io_time of this SlowSqlDetailResult.
569
+ :type io_time: int
570
+ """
571
+ self._io_time = io_time
572
+
573
+ @property
574
+ def lock_count(self):
575
+ r"""Gets the lock_count of this SlowSqlDetailResult.
576
+
577
+ **参数解释**: 加锁次数。 **取值范围**: 不涉及。
578
+
579
+ :return: The lock_count of this SlowSqlDetailResult.
580
+ :rtype: int
581
+ """
582
+ return self._lock_count
583
+
584
+ @lock_count.setter
585
+ def lock_count(self, lock_count):
586
+ r"""Sets the lock_count of this SlowSqlDetailResult.
587
+
588
+ **参数解释**: 加锁次数。 **取值范围**: 不涉及。
589
+
590
+ :param lock_count: The lock_count of this SlowSqlDetailResult.
591
+ :type lock_count: int
592
+ """
593
+ self._lock_count = lock_count
594
+
595
+ @property
596
+ def lock_time(self):
597
+ r"""Gets the lock_time of this SlowSqlDetailResult.
598
+
599
+ **参数解释**: 加锁耗时(单位:微秒)。 **取值范围**: 不涉及。
600
+
601
+ :return: The lock_time of this SlowSqlDetailResult.
602
+ :rtype: int
603
+ """
604
+ return self._lock_time
605
+
606
+ @lock_time.setter
607
+ def lock_time(self, lock_time):
608
+ r"""Sets the lock_time of this SlowSqlDetailResult.
609
+
610
+ **参数解释**: 加锁耗时(单位:微秒)。 **取值范围**: 不涉及。
611
+
612
+ :param lock_time: The lock_time of this SlowSqlDetailResult.
613
+ :type lock_time: int
614
+ """
615
+ self._lock_time = lock_time
616
+
617
+ def to_dict(self):
618
+ """Returns the model properties as a dict"""
619
+ result = {}
620
+
621
+ for attr, _ in six.iteritems(self.openapi_types):
622
+ value = getattr(self, attr)
623
+ if isinstance(value, list):
624
+ result[attr] = list(map(
625
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
626
+ value
627
+ ))
628
+ elif hasattr(value, "to_dict"):
629
+ result[attr] = value.to_dict()
630
+ elif isinstance(value, dict):
631
+ result[attr] = dict(map(
632
+ lambda item: (item[0], item[1].to_dict())
633
+ if hasattr(item[1], "to_dict") else item,
634
+ value.items()
635
+ ))
636
+ else:
637
+ if attr in self.sensitive_list:
638
+ result[attr] = "****"
639
+ else:
640
+ result[attr] = value
641
+
642
+ return result
643
+
644
+ def to_str(self):
645
+ """Returns the string representation of the model"""
646
+ import simplejson as json
647
+ if six.PY2:
648
+ import sys
649
+ reload(sys)
650
+ sys.setdefaultencoding("utf-8")
651
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
652
+
653
+ def __repr__(self):
654
+ """For `print`"""
655
+ return self.to_str()
656
+
657
+ def __eq__(self, other):
658
+ """Returns true if both objects are equal"""
659
+ if not isinstance(other, SlowSqlDetailResult):
660
+ return False
661
+
662
+ return self.__dict__ == other.__dict__
663
+
664
+ def __ne__(self, other):
665
+ """Returns true if both objects are not equal"""
666
+ return not self == other