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
@@ -0,0 +1,287 @@
1
+ # coding: utf-8
2
+
3
+ import six
4
+
5
+ from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
6
+
7
+
8
+ class ListSessionStatisticsRequest:
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
+ 'x_language': 'str',
21
+ 'instance_id': 'str',
22
+ 'dimension': 'str',
23
+ 'offset': 'int',
24
+ 'limit': 'int',
25
+ 'order_field': 'str',
26
+ 'order': 'str'
27
+ }
28
+
29
+ attribute_map = {
30
+ 'x_language': 'X-Language',
31
+ 'instance_id': 'instance_id',
32
+ 'dimension': 'dimension',
33
+ 'offset': 'offset',
34
+ 'limit': 'limit',
35
+ 'order_field': 'order_field',
36
+ 'order': 'order'
37
+ }
38
+
39
+ def __init__(self, x_language=None, instance_id=None, dimension=None, offset=None, limit=None, order_field=None, order=None):
40
+ r"""ListSessionStatisticsRequest
41
+
42
+ The model defined in huaweicloud sdk
43
+
44
+ :param x_language: **参数解释**: 语言。 **约束限制**: 不涉及。 **取值范围**: - zh-cn - en-us **默认取值**: en-us
45
+ :type x_language: str
46
+ :param instance_id: **参数解释**: 实例ID,此参数是用户创建实例的唯一标识。 **约束限制**: 不涉及。 **取值范围**: 只能由英文字母、数字组成,且长度为36个字符。 **默认取值**: 不涉及。
47
+ :type instance_id: str
48
+ :param dimension: **参数解释** 统计维度。 **约束限制**: 不涉及。 **取值范围** - usename:用户名。 - client_addr:访问来源。 - datname:数据库名。 **默认取值**: 不涉及。
49
+ :type dimension: str
50
+ :param offset: **参数解释** 索引位置,偏移量。从第一条数据偏移offset条数据后开始查询。 **约束限制**: 不涉及。 **取值范围** [0, 2^31-1] **默认取值** 默认为0(偏移0条数据,表示从第一条数据开始查询)。
51
+ :type offset: int
52
+ :param limit: **参数解释** 查询记录数。 **约束限制**: 不涉及。 **取值范围** [1, 100] **默认取值** 默认为100。
53
+ :type limit: int
54
+ :param order_field: **参数解释** 实时会话统计排序字段。 **约束限制**: 不涉及。 **取值范围** - active_num:活跃会话数。 - total_num:总会话数。 **默认取值**: 不涉及。
55
+ :type order_field: str
56
+ :param order: **参数解释** 实时会话统计排序方式。 **约束限制**: 不涉及。 **取值范围** - ASC:根据order_field值升序。 - DESC:根据order_field值降序。 **默认取值** ASC
57
+ :type order: str
58
+ """
59
+
60
+
61
+
62
+ self._x_language = None
63
+ self._instance_id = None
64
+ self._dimension = None
65
+ self._offset = None
66
+ self._limit = None
67
+ self._order_field = None
68
+ self._order = None
69
+ self.discriminator = None
70
+
71
+ if x_language is not None:
72
+ self.x_language = x_language
73
+ self.instance_id = instance_id
74
+ self.dimension = dimension
75
+ if offset is not None:
76
+ self.offset = offset
77
+ if limit is not None:
78
+ self.limit = limit
79
+ if order_field is not None:
80
+ self.order_field = order_field
81
+ if order is not None:
82
+ self.order = order
83
+
84
+ @property
85
+ def x_language(self):
86
+ r"""Gets the x_language of this ListSessionStatisticsRequest.
87
+
88
+ **参数解释**: 语言。 **约束限制**: 不涉及。 **取值范围**: - zh-cn - en-us **默认取值**: en-us
89
+
90
+ :return: The x_language of this ListSessionStatisticsRequest.
91
+ :rtype: str
92
+ """
93
+ return self._x_language
94
+
95
+ @x_language.setter
96
+ def x_language(self, x_language):
97
+ r"""Sets the x_language of this ListSessionStatisticsRequest.
98
+
99
+ **参数解释**: 语言。 **约束限制**: 不涉及。 **取值范围**: - zh-cn - en-us **默认取值**: en-us
100
+
101
+ :param x_language: The x_language of this ListSessionStatisticsRequest.
102
+ :type x_language: str
103
+ """
104
+ self._x_language = x_language
105
+
106
+ @property
107
+ def instance_id(self):
108
+ r"""Gets the instance_id of this ListSessionStatisticsRequest.
109
+
110
+ **参数解释**: 实例ID,此参数是用户创建实例的唯一标识。 **约束限制**: 不涉及。 **取值范围**: 只能由英文字母、数字组成,且长度为36个字符。 **默认取值**: 不涉及。
111
+
112
+ :return: The instance_id of this ListSessionStatisticsRequest.
113
+ :rtype: str
114
+ """
115
+ return self._instance_id
116
+
117
+ @instance_id.setter
118
+ def instance_id(self, instance_id):
119
+ r"""Sets the instance_id of this ListSessionStatisticsRequest.
120
+
121
+ **参数解释**: 实例ID,此参数是用户创建实例的唯一标识。 **约束限制**: 不涉及。 **取值范围**: 只能由英文字母、数字组成,且长度为36个字符。 **默认取值**: 不涉及。
122
+
123
+ :param instance_id: The instance_id of this ListSessionStatisticsRequest.
124
+ :type instance_id: str
125
+ """
126
+ self._instance_id = instance_id
127
+
128
+ @property
129
+ def dimension(self):
130
+ r"""Gets the dimension of this ListSessionStatisticsRequest.
131
+
132
+ **参数解释** 统计维度。 **约束限制**: 不涉及。 **取值范围** - usename:用户名。 - client_addr:访问来源。 - datname:数据库名。 **默认取值**: 不涉及。
133
+
134
+ :return: The dimension of this ListSessionStatisticsRequest.
135
+ :rtype: str
136
+ """
137
+ return self._dimension
138
+
139
+ @dimension.setter
140
+ def dimension(self, dimension):
141
+ r"""Sets the dimension of this ListSessionStatisticsRequest.
142
+
143
+ **参数解释** 统计维度。 **约束限制**: 不涉及。 **取值范围** - usename:用户名。 - client_addr:访问来源。 - datname:数据库名。 **默认取值**: 不涉及。
144
+
145
+ :param dimension: The dimension of this ListSessionStatisticsRequest.
146
+ :type dimension: str
147
+ """
148
+ self._dimension = dimension
149
+
150
+ @property
151
+ def offset(self):
152
+ r"""Gets the offset of this ListSessionStatisticsRequest.
153
+
154
+ **参数解释** 索引位置,偏移量。从第一条数据偏移offset条数据后开始查询。 **约束限制**: 不涉及。 **取值范围** [0, 2^31-1] **默认取值** 默认为0(偏移0条数据,表示从第一条数据开始查询)。
155
+
156
+ :return: The offset of this ListSessionStatisticsRequest.
157
+ :rtype: int
158
+ """
159
+ return self._offset
160
+
161
+ @offset.setter
162
+ def offset(self, offset):
163
+ r"""Sets the offset of this ListSessionStatisticsRequest.
164
+
165
+ **参数解释** 索引位置,偏移量。从第一条数据偏移offset条数据后开始查询。 **约束限制**: 不涉及。 **取值范围** [0, 2^31-1] **默认取值** 默认为0(偏移0条数据,表示从第一条数据开始查询)。
166
+
167
+ :param offset: The offset of this ListSessionStatisticsRequest.
168
+ :type offset: int
169
+ """
170
+ self._offset = offset
171
+
172
+ @property
173
+ def limit(self):
174
+ r"""Gets the limit of this ListSessionStatisticsRequest.
175
+
176
+ **参数解释** 查询记录数。 **约束限制**: 不涉及。 **取值范围** [1, 100] **默认取值** 默认为100。
177
+
178
+ :return: The limit of this ListSessionStatisticsRequest.
179
+ :rtype: int
180
+ """
181
+ return self._limit
182
+
183
+ @limit.setter
184
+ def limit(self, limit):
185
+ r"""Sets the limit of this ListSessionStatisticsRequest.
186
+
187
+ **参数解释** 查询记录数。 **约束限制**: 不涉及。 **取值范围** [1, 100] **默认取值** 默认为100。
188
+
189
+ :param limit: The limit of this ListSessionStatisticsRequest.
190
+ :type limit: int
191
+ """
192
+ self._limit = limit
193
+
194
+ @property
195
+ def order_field(self):
196
+ r"""Gets the order_field of this ListSessionStatisticsRequest.
197
+
198
+ **参数解释** 实时会话统计排序字段。 **约束限制**: 不涉及。 **取值范围** - active_num:活跃会话数。 - total_num:总会话数。 **默认取值**: 不涉及。
199
+
200
+ :return: The order_field of this ListSessionStatisticsRequest.
201
+ :rtype: str
202
+ """
203
+ return self._order_field
204
+
205
+ @order_field.setter
206
+ def order_field(self, order_field):
207
+ r"""Sets the order_field of this ListSessionStatisticsRequest.
208
+
209
+ **参数解释** 实时会话统计排序字段。 **约束限制**: 不涉及。 **取值范围** - active_num:活跃会话数。 - total_num:总会话数。 **默认取值**: 不涉及。
210
+
211
+ :param order_field: The order_field of this ListSessionStatisticsRequest.
212
+ :type order_field: str
213
+ """
214
+ self._order_field = order_field
215
+
216
+ @property
217
+ def order(self):
218
+ r"""Gets the order of this ListSessionStatisticsRequest.
219
+
220
+ **参数解释** 实时会话统计排序方式。 **约束限制**: 不涉及。 **取值范围** - ASC:根据order_field值升序。 - DESC:根据order_field值降序。 **默认取值** ASC
221
+
222
+ :return: The order of this ListSessionStatisticsRequest.
223
+ :rtype: str
224
+ """
225
+ return self._order
226
+
227
+ @order.setter
228
+ def order(self, order):
229
+ r"""Sets the order of this ListSessionStatisticsRequest.
230
+
231
+ **参数解释** 实时会话统计排序方式。 **约束限制**: 不涉及。 **取值范围** - ASC:根据order_field值升序。 - DESC:根据order_field值降序。 **默认取值** ASC
232
+
233
+ :param order: The order of this ListSessionStatisticsRequest.
234
+ :type order: str
235
+ """
236
+ self._order = order
237
+
238
+ def to_dict(self):
239
+ """Returns the model properties as a dict"""
240
+ result = {}
241
+
242
+ for attr, _ in six.iteritems(self.openapi_types):
243
+ value = getattr(self, attr)
244
+ if isinstance(value, list):
245
+ result[attr] = list(map(
246
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
247
+ value
248
+ ))
249
+ elif hasattr(value, "to_dict"):
250
+ result[attr] = value.to_dict()
251
+ elif isinstance(value, dict):
252
+ result[attr] = dict(map(
253
+ lambda item: (item[0], item[1].to_dict())
254
+ if hasattr(item[1], "to_dict") else item,
255
+ value.items()
256
+ ))
257
+ else:
258
+ if attr in self.sensitive_list:
259
+ result[attr] = "****"
260
+ else:
261
+ result[attr] = value
262
+
263
+ return result
264
+
265
+ def to_str(self):
266
+ """Returns the string representation of the model"""
267
+ import simplejson as json
268
+ if six.PY2:
269
+ import sys
270
+ reload(sys)
271
+ sys.setdefaultencoding("utf-8")
272
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
273
+
274
+ def __repr__(self):
275
+ """For `print`"""
276
+ return self.to_str()
277
+
278
+ def __eq__(self, other):
279
+ """Returns true if both objects are equal"""
280
+ if not isinstance(other, ListSessionStatisticsRequest):
281
+ return False
282
+
283
+ return self.__dict__ == other.__dict__
284
+
285
+ def __ne__(self, other):
286
+ """Returns true if both objects are not equal"""
287
+ return not self == other
@@ -0,0 +1,145 @@
1
+ # coding: utf-8
2
+
3
+ import six
4
+
5
+ from huaweicloudsdkcore.sdk_response import SdkResponse
6
+ from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
7
+
8
+
9
+ class ListSessionStatisticsResponse(SdkResponse):
10
+
11
+ """
12
+ Attributes:
13
+ openapi_types (dict): The key is attribute name
14
+ and the value is attribute type.
15
+ attribute_map (dict): The key is attribute name
16
+ and the value is json key in definition.
17
+ """
18
+ sensitive_list = []
19
+
20
+ openapi_types = {
21
+ 'total': 'int',
22
+ 'statistics': 'list[DimensionListResult]'
23
+ }
24
+
25
+ attribute_map = {
26
+ 'total': 'total',
27
+ 'statistics': 'statistics'
28
+ }
29
+
30
+ def __init__(self, total=None, statistics=None):
31
+ r"""ListSessionStatisticsResponse
32
+
33
+ The model defined in huaweicloud sdk
34
+
35
+ :param total: **参数解释**: 总数。 **取值范围**: 不涉及。
36
+ :type total: int
37
+ :param statistics: **参数解释**: 会话统计列表。
38
+ :type statistics: list[:class:`huaweicloudsdkgaussdbforopengauss.v3.DimensionListResult`]
39
+ """
40
+
41
+ super(ListSessionStatisticsResponse, self).__init__()
42
+
43
+ self._total = None
44
+ self._statistics = None
45
+ self.discriminator = None
46
+
47
+ if total is not None:
48
+ self.total = total
49
+ if statistics is not None:
50
+ self.statistics = statistics
51
+
52
+ @property
53
+ def total(self):
54
+ r"""Gets the total of this ListSessionStatisticsResponse.
55
+
56
+ **参数解释**: 总数。 **取值范围**: 不涉及。
57
+
58
+ :return: The total of this ListSessionStatisticsResponse.
59
+ :rtype: int
60
+ """
61
+ return self._total
62
+
63
+ @total.setter
64
+ def total(self, total):
65
+ r"""Sets the total of this ListSessionStatisticsResponse.
66
+
67
+ **参数解释**: 总数。 **取值范围**: 不涉及。
68
+
69
+ :param total: The total of this ListSessionStatisticsResponse.
70
+ :type total: int
71
+ """
72
+ self._total = total
73
+
74
+ @property
75
+ def statistics(self):
76
+ r"""Gets the statistics of this ListSessionStatisticsResponse.
77
+
78
+ **参数解释**: 会话统计列表。
79
+
80
+ :return: The statistics of this ListSessionStatisticsResponse.
81
+ :rtype: list[:class:`huaweicloudsdkgaussdbforopengauss.v3.DimensionListResult`]
82
+ """
83
+ return self._statistics
84
+
85
+ @statistics.setter
86
+ def statistics(self, statistics):
87
+ r"""Sets the statistics of this ListSessionStatisticsResponse.
88
+
89
+ **参数解释**: 会话统计列表。
90
+
91
+ :param statistics: The statistics of this ListSessionStatisticsResponse.
92
+ :type statistics: list[:class:`huaweicloudsdkgaussdbforopengauss.v3.DimensionListResult`]
93
+ """
94
+ self._statistics = statistics
95
+
96
+ def to_dict(self):
97
+ """Returns the model properties as a dict"""
98
+ result = {}
99
+
100
+ for attr, _ in six.iteritems(self.openapi_types):
101
+ value = getattr(self, attr)
102
+ if isinstance(value, list):
103
+ result[attr] = list(map(
104
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
105
+ value
106
+ ))
107
+ elif hasattr(value, "to_dict"):
108
+ result[attr] = value.to_dict()
109
+ elif isinstance(value, dict):
110
+ result[attr] = dict(map(
111
+ lambda item: (item[0], item[1].to_dict())
112
+ if hasattr(item[1], "to_dict") else item,
113
+ value.items()
114
+ ))
115
+ else:
116
+ if attr in self.sensitive_list:
117
+ result[attr] = "****"
118
+ else:
119
+ result[attr] = value
120
+
121
+ return result
122
+
123
+ def to_str(self):
124
+ """Returns the string representation of the model"""
125
+ import simplejson as json
126
+ if six.PY2:
127
+ import sys
128
+ reload(sys)
129
+ sys.setdefaultencoding("utf-8")
130
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
131
+
132
+ def __repr__(self):
133
+ """For `print`"""
134
+ return self.to_str()
135
+
136
+ def __eq__(self, other):
137
+ """Returns true if both objects are equal"""
138
+ if not isinstance(other, ListSessionStatisticsResponse):
139
+ return False
140
+
141
+ return self.__dict__ == other.__dict__
142
+
143
+ def __ne__(self, other):
144
+ """Returns true if both objects are not equal"""
145
+ return not self == other
@@ -0,0 +1,168 @@
1
+ # coding: utf-8
2
+
3
+ import six
4
+
5
+ from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
6
+
7
+
8
+ class ListSlowSqlDetailsRequest:
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
+ 'x_language': 'str',
21
+ 'instance_id': 'str',
22
+ 'body': 'SlowSqlDetailRequestBody'
23
+ }
24
+
25
+ attribute_map = {
26
+ 'x_language': 'X-Language',
27
+ 'instance_id': 'instance_id',
28
+ 'body': 'body'
29
+ }
30
+
31
+ def __init__(self, x_language=None, instance_id=None, body=None):
32
+ r"""ListSlowSqlDetailsRequest
33
+
34
+ The model defined in huaweicloud sdk
35
+
36
+ :param x_language: **参数解释**: 语言。 **约束限制**: 不涉及。 **取值范围**: - zh-cn - en-us **默认取值**: en-us
37
+ :type x_language: str
38
+ :param instance_id: **参数解释**: 实例ID,此参数是用户创建实例的唯一标识。 **约束限制**: 不涉及。 **取值范围**: 只能由英文字母、数字组成,且长度为36个字符。 **默认取值**: 不涉及。
39
+ :type instance_id: str
40
+ :param body: Body of the ListSlowSqlDetailsRequest
41
+ :type body: :class:`huaweicloudsdkgaussdbforopengauss.v3.SlowSqlDetailRequestBody`
42
+ """
43
+
44
+
45
+
46
+ self._x_language = None
47
+ self._instance_id = None
48
+ self._body = None
49
+ self.discriminator = None
50
+
51
+ if x_language is not None:
52
+ self.x_language = x_language
53
+ self.instance_id = instance_id
54
+ if body is not None:
55
+ self.body = body
56
+
57
+ @property
58
+ def x_language(self):
59
+ r"""Gets the x_language of this ListSlowSqlDetailsRequest.
60
+
61
+ **参数解释**: 语言。 **约束限制**: 不涉及。 **取值范围**: - zh-cn - en-us **默认取值**: en-us
62
+
63
+ :return: The x_language of this ListSlowSqlDetailsRequest.
64
+ :rtype: str
65
+ """
66
+ return self._x_language
67
+
68
+ @x_language.setter
69
+ def x_language(self, x_language):
70
+ r"""Sets the x_language of this ListSlowSqlDetailsRequest.
71
+
72
+ **参数解释**: 语言。 **约束限制**: 不涉及。 **取值范围**: - zh-cn - en-us **默认取值**: en-us
73
+
74
+ :param x_language: The x_language of this ListSlowSqlDetailsRequest.
75
+ :type x_language: str
76
+ """
77
+ self._x_language = x_language
78
+
79
+ @property
80
+ def instance_id(self):
81
+ r"""Gets the instance_id of this ListSlowSqlDetailsRequest.
82
+
83
+ **参数解释**: 实例ID,此参数是用户创建实例的唯一标识。 **约束限制**: 不涉及。 **取值范围**: 只能由英文字母、数字组成,且长度为36个字符。 **默认取值**: 不涉及。
84
+
85
+ :return: The instance_id of this ListSlowSqlDetailsRequest.
86
+ :rtype: str
87
+ """
88
+ return self._instance_id
89
+
90
+ @instance_id.setter
91
+ def instance_id(self, instance_id):
92
+ r"""Sets the instance_id of this ListSlowSqlDetailsRequest.
93
+
94
+ **参数解释**: 实例ID,此参数是用户创建实例的唯一标识。 **约束限制**: 不涉及。 **取值范围**: 只能由英文字母、数字组成,且长度为36个字符。 **默认取值**: 不涉及。
95
+
96
+ :param instance_id: The instance_id of this ListSlowSqlDetailsRequest.
97
+ :type instance_id: str
98
+ """
99
+ self._instance_id = instance_id
100
+
101
+ @property
102
+ def body(self):
103
+ r"""Gets the body of this ListSlowSqlDetailsRequest.
104
+
105
+ :return: The body of this ListSlowSqlDetailsRequest.
106
+ :rtype: :class:`huaweicloudsdkgaussdbforopengauss.v3.SlowSqlDetailRequestBody`
107
+ """
108
+ return self._body
109
+
110
+ @body.setter
111
+ def body(self, body):
112
+ r"""Sets the body of this ListSlowSqlDetailsRequest.
113
+
114
+ :param body: The body of this ListSlowSqlDetailsRequest.
115
+ :type body: :class:`huaweicloudsdkgaussdbforopengauss.v3.SlowSqlDetailRequestBody`
116
+ """
117
+ self._body = body
118
+
119
+ def to_dict(self):
120
+ """Returns the model properties as a dict"""
121
+ result = {}
122
+
123
+ for attr, _ in six.iteritems(self.openapi_types):
124
+ value = getattr(self, attr)
125
+ if isinstance(value, list):
126
+ result[attr] = list(map(
127
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
128
+ value
129
+ ))
130
+ elif hasattr(value, "to_dict"):
131
+ result[attr] = value.to_dict()
132
+ elif isinstance(value, dict):
133
+ result[attr] = dict(map(
134
+ lambda item: (item[0], item[1].to_dict())
135
+ if hasattr(item[1], "to_dict") else item,
136
+ value.items()
137
+ ))
138
+ else:
139
+ if attr in self.sensitive_list:
140
+ result[attr] = "****"
141
+ else:
142
+ result[attr] = value
143
+
144
+ return result
145
+
146
+ def to_str(self):
147
+ """Returns the string representation of the model"""
148
+ import simplejson as json
149
+ if six.PY2:
150
+ import sys
151
+ reload(sys)
152
+ sys.setdefaultencoding("utf-8")
153
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
154
+
155
+ def __repr__(self):
156
+ """For `print`"""
157
+ return self.to_str()
158
+
159
+ def __eq__(self, other):
160
+ """Returns true if both objects are equal"""
161
+ if not isinstance(other, ListSlowSqlDetailsRequest):
162
+ return False
163
+
164
+ return self.__dict__ == other.__dict__
165
+
166
+ def __ne__(self, other):
167
+ """Returns true if both objects are not equal"""
168
+ return not self == other