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,173 @@
1
+ # coding: utf-8
2
+
3
+ import six
4
+
5
+ from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
6
+
7
+
8
+ class DimensionListResult:
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
+ 'name': 'str',
21
+ 'active_num': 'str',
22
+ 'total_num': 'str'
23
+ }
24
+
25
+ attribute_map = {
26
+ 'name': 'name',
27
+ 'active_num': 'active_num',
28
+ 'total_num': 'total_num'
29
+ }
30
+
31
+ def __init__(self, name=None, active_num=None, total_num=None):
32
+ r"""DimensionListResult
33
+
34
+ The model defined in huaweicloud sdk
35
+
36
+ :param name: **参数解释**: 统计数据名称。 **取值范围**: 不涉及。
37
+ :type name: str
38
+ :param active_num: **参数解释**: 活跃会话数。 **取值范围**: 不涉及。
39
+ :type active_num: str
40
+ :param total_num: **参数解释**: 总会话数。 **取值范围**: 不涉及。
41
+ :type total_num: str
42
+ """
43
+
44
+
45
+
46
+ self._name = None
47
+ self._active_num = None
48
+ self._total_num = None
49
+ self.discriminator = None
50
+
51
+ if name is not None:
52
+ self.name = name
53
+ if active_num is not None:
54
+ self.active_num = active_num
55
+ if total_num is not None:
56
+ self.total_num = total_num
57
+
58
+ @property
59
+ def name(self):
60
+ r"""Gets the name of this DimensionListResult.
61
+
62
+ **参数解释**: 统计数据名称。 **取值范围**: 不涉及。
63
+
64
+ :return: The name of this DimensionListResult.
65
+ :rtype: str
66
+ """
67
+ return self._name
68
+
69
+ @name.setter
70
+ def name(self, name):
71
+ r"""Sets the name of this DimensionListResult.
72
+
73
+ **参数解释**: 统计数据名称。 **取值范围**: 不涉及。
74
+
75
+ :param name: The name of this DimensionListResult.
76
+ :type name: str
77
+ """
78
+ self._name = name
79
+
80
+ @property
81
+ def active_num(self):
82
+ r"""Gets the active_num of this DimensionListResult.
83
+
84
+ **参数解释**: 活跃会话数。 **取值范围**: 不涉及。
85
+
86
+ :return: The active_num of this DimensionListResult.
87
+ :rtype: str
88
+ """
89
+ return self._active_num
90
+
91
+ @active_num.setter
92
+ def active_num(self, active_num):
93
+ r"""Sets the active_num of this DimensionListResult.
94
+
95
+ **参数解释**: 活跃会话数。 **取值范围**: 不涉及。
96
+
97
+ :param active_num: The active_num of this DimensionListResult.
98
+ :type active_num: str
99
+ """
100
+ self._active_num = active_num
101
+
102
+ @property
103
+ def total_num(self):
104
+ r"""Gets the total_num of this DimensionListResult.
105
+
106
+ **参数解释**: 总会话数。 **取值范围**: 不涉及。
107
+
108
+ :return: The total_num of this DimensionListResult.
109
+ :rtype: str
110
+ """
111
+ return self._total_num
112
+
113
+ @total_num.setter
114
+ def total_num(self, total_num):
115
+ r"""Sets the total_num of this DimensionListResult.
116
+
117
+ **参数解释**: 总会话数。 **取值范围**: 不涉及。
118
+
119
+ :param total_num: The total_num of this DimensionListResult.
120
+ :type total_num: str
121
+ """
122
+ self._total_num = total_num
123
+
124
+ def to_dict(self):
125
+ """Returns the model properties as a dict"""
126
+ result = {}
127
+
128
+ for attr, _ in six.iteritems(self.openapi_types):
129
+ value = getattr(self, attr)
130
+ if isinstance(value, list):
131
+ result[attr] = list(map(
132
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
133
+ value
134
+ ))
135
+ elif hasattr(value, "to_dict"):
136
+ result[attr] = value.to_dict()
137
+ elif isinstance(value, dict):
138
+ result[attr] = dict(map(
139
+ lambda item: (item[0], item[1].to_dict())
140
+ if hasattr(item[1], "to_dict") else item,
141
+ value.items()
142
+ ))
143
+ else:
144
+ if attr in self.sensitive_list:
145
+ result[attr] = "****"
146
+ else:
147
+ result[attr] = value
148
+
149
+ return result
150
+
151
+ def to_str(self):
152
+ """Returns the string representation of the model"""
153
+ import simplejson as json
154
+ if six.PY2:
155
+ import sys
156
+ reload(sys)
157
+ sys.setdefaultencoding("utf-8")
158
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
159
+
160
+ def __repr__(self):
161
+ """For `print`"""
162
+ return self.to_str()
163
+
164
+ def __eq__(self, other):
165
+ """Returns true if both objects are equal"""
166
+ if not isinstance(other, DimensionListResult):
167
+ return False
168
+
169
+ return self.__dict__ == other.__dict__
170
+
171
+ def __ne__(self, other):
172
+ """Returns true if both objects are not equal"""
173
+ return not self == other
@@ -5,7 +5,7 @@ import six
5
5
  from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
6
6
 
7
7
 
8
- class ErrorResponse:
8
+ class ErrorResponseBody:
9
9
 
10
10
  """
11
11
  Attributes:
@@ -27,13 +27,13 @@ class ErrorResponse:
27
27
  }
28
28
 
29
29
  def __init__(self, error_code=None, error_msg=None):
30
- r"""ErrorResponse
30
+ r"""ErrorResponseBody
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
 
@@ -48,44 +48,44 @@ class ErrorResponse:
48
48
 
49
49
  @property
50
50
  def error_code(self):
51
- r"""Gets the error_code of this ErrorResponse.
51
+ r"""Gets the error_code of this ErrorResponseBody.
52
52
 
53
- 错误码。
53
+ **参数解释**: 错误码。 **取值范围**: 不涉及。
54
54
 
55
- :return: The error_code of this ErrorResponse.
55
+ :return: The error_code of this ErrorResponseBody.
56
56
  :rtype: str
57
57
  """
58
58
  return self._error_code
59
59
 
60
60
  @error_code.setter
61
61
  def error_code(self, error_code):
62
- r"""Sets the error_code of this ErrorResponse.
62
+ r"""Sets the error_code of this ErrorResponseBody.
63
63
 
64
- 错误码。
64
+ **参数解释**: 错误码。 **取值范围**: 不涉及。
65
65
 
66
- :param error_code: The error_code of this ErrorResponse.
66
+ :param error_code: The error_code of this ErrorResponseBody.
67
67
  :type error_code: str
68
68
  """
69
69
  self._error_code = error_code
70
70
 
71
71
  @property
72
72
  def error_msg(self):
73
- r"""Gets the error_msg of this ErrorResponse.
73
+ r"""Gets the error_msg of this ErrorResponseBody.
74
74
 
75
- 错误消息。
75
+ **参数解释**: 错误消息。 **取值范围**: 不涉及。
76
76
 
77
- :return: The error_msg of this ErrorResponse.
77
+ :return: The error_msg of this ErrorResponseBody.
78
78
  :rtype: str
79
79
  """
80
80
  return self._error_msg
81
81
 
82
82
  @error_msg.setter
83
83
  def error_msg(self, error_msg):
84
- r"""Sets the error_msg of this ErrorResponse.
84
+ r"""Sets the error_msg of this ErrorResponseBody.
85
85
 
86
- 错误消息。
86
+ **参数解释**: 错误消息。 **取值范围**: 不涉及。
87
87
 
88
- :param error_msg: The error_msg of this ErrorResponse.
88
+ :param error_msg: The error_msg of this ErrorResponseBody.
89
89
  :type error_msg: str
90
90
  """
91
91
  self._error_msg = error_msg
@@ -132,7 +132,7 @@ class ErrorResponse:
132
132
 
133
133
  def __eq__(self, other):
134
134
  """Returns true if both objects are equal"""
135
- if not isinstance(other, ErrorResponse):
135
+ if not isinstance(other, ErrorResponseBody):
136
136
  return False
137
137
 
138
138
  return self.__dict__ == other.__dict__
@@ -0,0 +1,231 @@
1
+ # coding: utf-8
2
+
3
+ import six
4
+
5
+ from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
6
+
7
+
8
+ class ExcuteSQLNodeInfoResult:
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
+ 'node_id': 'str',
21
+ 'node_name': 'str',
22
+ 'role': 'str',
23
+ 'instance_id': 'str',
24
+ 'component_type': 'str'
25
+ }
26
+
27
+ attribute_map = {
28
+ 'node_id': 'node_id',
29
+ 'node_name': 'node_name',
30
+ 'role': 'role',
31
+ 'instance_id': 'instance_id',
32
+ 'component_type': 'component_type'
33
+ }
34
+
35
+ def __init__(self, node_id=None, node_name=None, role=None, instance_id=None, component_type=None):
36
+ r"""ExcuteSQLNodeInfoResult
37
+
38
+ The model defined in huaweicloud sdk
39
+
40
+ :param node_id: **参数解释**: 节点ID。 **取值范围**: 不涉及。
41
+ :type node_id: str
42
+ :param node_name: **参数解释**: 节点名称。 **取值范围**: 不涉及。
43
+ :type node_name: str
44
+ :param role: **参数描述**: 节点角色。 **取值范围**: - master:主节点。 - slave:备节点。 - secondary:日志节点。 - readreplica:只读节点。
45
+ :type role: str
46
+ :param instance_id: **参数解释**: 实例ID。 **取值范围**: 不涉及。
47
+ :type instance_id: str
48
+ :param component_type: **参数描述**: 组件类型。 **取值范围**: - CN:CN组件。 - DN:DN组件。
49
+ :type component_type: str
50
+ """
51
+
52
+
53
+
54
+ self._node_id = None
55
+ self._node_name = None
56
+ self._role = None
57
+ self._instance_id = None
58
+ self._component_type = None
59
+ self.discriminator = None
60
+
61
+ if node_id is not None:
62
+ self.node_id = node_id
63
+ if node_name is not None:
64
+ self.node_name = node_name
65
+ if role is not None:
66
+ self.role = role
67
+ if instance_id is not None:
68
+ self.instance_id = instance_id
69
+ if component_type is not None:
70
+ self.component_type = component_type
71
+
72
+ @property
73
+ def node_id(self):
74
+ r"""Gets the node_id of this ExcuteSQLNodeInfoResult.
75
+
76
+ **参数解释**: 节点ID。 **取值范围**: 不涉及。
77
+
78
+ :return: The node_id of this ExcuteSQLNodeInfoResult.
79
+ :rtype: str
80
+ """
81
+ return self._node_id
82
+
83
+ @node_id.setter
84
+ def node_id(self, node_id):
85
+ r"""Sets the node_id of this ExcuteSQLNodeInfoResult.
86
+
87
+ **参数解释**: 节点ID。 **取值范围**: 不涉及。
88
+
89
+ :param node_id: The node_id of this ExcuteSQLNodeInfoResult.
90
+ :type node_id: str
91
+ """
92
+ self._node_id = node_id
93
+
94
+ @property
95
+ def node_name(self):
96
+ r"""Gets the node_name of this ExcuteSQLNodeInfoResult.
97
+
98
+ **参数解释**: 节点名称。 **取值范围**: 不涉及。
99
+
100
+ :return: The node_name of this ExcuteSQLNodeInfoResult.
101
+ :rtype: str
102
+ """
103
+ return self._node_name
104
+
105
+ @node_name.setter
106
+ def node_name(self, node_name):
107
+ r"""Sets the node_name of this ExcuteSQLNodeInfoResult.
108
+
109
+ **参数解释**: 节点名称。 **取值范围**: 不涉及。
110
+
111
+ :param node_name: The node_name of this ExcuteSQLNodeInfoResult.
112
+ :type node_name: str
113
+ """
114
+ self._node_name = node_name
115
+
116
+ @property
117
+ def role(self):
118
+ r"""Gets the role of this ExcuteSQLNodeInfoResult.
119
+
120
+ **参数描述**: 节点角色。 **取值范围**: - master:主节点。 - slave:备节点。 - secondary:日志节点。 - readreplica:只读节点。
121
+
122
+ :return: The role of this ExcuteSQLNodeInfoResult.
123
+ :rtype: str
124
+ """
125
+ return self._role
126
+
127
+ @role.setter
128
+ def role(self, role):
129
+ r"""Sets the role of this ExcuteSQLNodeInfoResult.
130
+
131
+ **参数描述**: 节点角色。 **取值范围**: - master:主节点。 - slave:备节点。 - secondary:日志节点。 - readreplica:只读节点。
132
+
133
+ :param role: The role of this ExcuteSQLNodeInfoResult.
134
+ :type role: str
135
+ """
136
+ self._role = role
137
+
138
+ @property
139
+ def instance_id(self):
140
+ r"""Gets the instance_id of this ExcuteSQLNodeInfoResult.
141
+
142
+ **参数解释**: 实例ID。 **取值范围**: 不涉及。
143
+
144
+ :return: The instance_id of this ExcuteSQLNodeInfoResult.
145
+ :rtype: str
146
+ """
147
+ return self._instance_id
148
+
149
+ @instance_id.setter
150
+ def instance_id(self, instance_id):
151
+ r"""Sets the instance_id of this ExcuteSQLNodeInfoResult.
152
+
153
+ **参数解释**: 实例ID。 **取值范围**: 不涉及。
154
+
155
+ :param instance_id: The instance_id of this ExcuteSQLNodeInfoResult.
156
+ :type instance_id: str
157
+ """
158
+ self._instance_id = instance_id
159
+
160
+ @property
161
+ def component_type(self):
162
+ r"""Gets the component_type of this ExcuteSQLNodeInfoResult.
163
+
164
+ **参数描述**: 组件类型。 **取值范围**: - CN:CN组件。 - DN:DN组件。
165
+
166
+ :return: The component_type of this ExcuteSQLNodeInfoResult.
167
+ :rtype: str
168
+ """
169
+ return self._component_type
170
+
171
+ @component_type.setter
172
+ def component_type(self, component_type):
173
+ r"""Sets the component_type of this ExcuteSQLNodeInfoResult.
174
+
175
+ **参数描述**: 组件类型。 **取值范围**: - CN:CN组件。 - DN:DN组件。
176
+
177
+ :param component_type: The component_type of this ExcuteSQLNodeInfoResult.
178
+ :type component_type: str
179
+ """
180
+ self._component_type = component_type
181
+
182
+ def to_dict(self):
183
+ """Returns the model properties as a dict"""
184
+ result = {}
185
+
186
+ for attr, _ in six.iteritems(self.openapi_types):
187
+ value = getattr(self, attr)
188
+ if isinstance(value, list):
189
+ result[attr] = list(map(
190
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
191
+ value
192
+ ))
193
+ elif hasattr(value, "to_dict"):
194
+ result[attr] = value.to_dict()
195
+ elif isinstance(value, dict):
196
+ result[attr] = dict(map(
197
+ lambda item: (item[0], item[1].to_dict())
198
+ if hasattr(item[1], "to_dict") else item,
199
+ value.items()
200
+ ))
201
+ else:
202
+ if attr in self.sensitive_list:
203
+ result[attr] = "****"
204
+ else:
205
+ result[attr] = value
206
+
207
+ return result
208
+
209
+ def to_str(self):
210
+ """Returns the string representation of the model"""
211
+ import simplejson as json
212
+ if six.PY2:
213
+ import sys
214
+ reload(sys)
215
+ sys.setdefaultencoding("utf-8")
216
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
217
+
218
+ def __repr__(self):
219
+ """For `print`"""
220
+ return self.to_str()
221
+
222
+ def __eq__(self, other):
223
+ """Returns true if both objects are equal"""
224
+ if not isinstance(other, ExcuteSQLNodeInfoResult):
225
+ return False
226
+
227
+ return self.__dict__ == other.__dict__
228
+
229
+ def __ne__(self, other):
230
+ """Returns true if both objects are not equal"""
231
+ return not self == other
@@ -33,7 +33,7 @@ class ExecuteCrossCloudDisasterDataCacheEndRequest:
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 ExecuteCrossCloudDisasterDataCacheEndRequest:
58
58
  def x_language(self):
59
59
  r"""Gets the x_language of this ExecuteCrossCloudDisasterDataCacheEndRequest.
60
60
 
61
- 语言。
61
+ **参数解释**: 语言。 **约束限制**: 不涉及。 **取值范围**: - zh-cn - en-us **默认取值**: en-us
62
62
 
63
63
  :return: The x_language of this ExecuteCrossCloudDisasterDataCacheEndRequest.
64
64
  :rtype: str
@@ -69,7 +69,7 @@ class ExecuteCrossCloudDisasterDataCacheEndRequest:
69
69
  def x_language(self, x_language):
70
70
  r"""Sets the x_language of this ExecuteCrossCloudDisasterDataCacheEndRequest.
71
71
 
72
- 语言。
72
+ **参数解释**: 语言。 **约束限制**: 不涉及。 **取值范围**: - zh-cn - en-us **默认取值**: en-us
73
73
 
74
74
  :param x_language: The x_language of this ExecuteCrossCloudDisasterDataCacheEndRequest.
75
75
  :type x_language: str
@@ -33,7 +33,7 @@ class ExecuteCrossCloudDisasterDataCacheStartRequest:
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 ExecuteCrossCloudDisasterDataCacheStartRequest:
58
58
  def x_language(self):
59
59
  r"""Gets the x_language of this ExecuteCrossCloudDisasterDataCacheStartRequest.
60
60
 
61
- 语言。
61
+ **参数解释**: 语言。 **约束限制**: 不涉及。 **取值范围**: - zh-cn - en-us **默认取值**: en-us
62
62
 
63
63
  :return: The x_language of this ExecuteCrossCloudDisasterDataCacheStartRequest.
64
64
  :rtype: str
@@ -69,7 +69,7 @@ class ExecuteCrossCloudDisasterDataCacheStartRequest:
69
69
  def x_language(self, x_language):
70
70
  r"""Sets the x_language of this ExecuteCrossCloudDisasterDataCacheStartRequest.
71
71
 
72
- 语言。
72
+ **参数解释**: 语言。 **约束限制**: 不涉及。 **取值范围**: - zh-cn - en-us **默认取值**: en-us
73
73
 
74
74
  :param x_language: The x_language of this ExecuteCrossCloudDisasterDataCacheStartRequest.
75
75
  :type x_language: str
@@ -33,7 +33,7 @@ class ExecuteCrossCloudDisasterEndSimulationRequest:
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 ExecuteCrossCloudDisasterEndSimulationRequest:
58
58
  def x_language(self):
59
59
  r"""Gets the x_language of this ExecuteCrossCloudDisasterEndSimulationRequest.
60
60
 
61
- 语言。
61
+ **参数解释**: 语言。 **约束限制**: 不涉及。 **取值范围**: - zh-cn - en-us **默认取值**: en-us
62
62
 
63
63
  :return: The x_language of this ExecuteCrossCloudDisasterEndSimulationRequest.
64
64
  :rtype: str
@@ -69,7 +69,7 @@ class ExecuteCrossCloudDisasterEndSimulationRequest:
69
69
  def x_language(self, x_language):
70
70
  r"""Sets the x_language of this ExecuteCrossCloudDisasterEndSimulationRequest.
71
71
 
72
- 语言。
72
+ **参数解释**: 语言。 **约束限制**: 不涉及。 **取值范围**: - zh-cn - en-us **默认取值**: en-us
73
73
 
74
74
  :param x_language: The x_language of this ExecuteCrossCloudDisasterEndSimulationRequest.
75
75
  :type x_language: str
@@ -33,7 +33,7 @@ class ExecuteCrossCloudDisasterRecoveryFailoverRequest:
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 ExecuteCrossCloudDisasterRecoveryFailoverRequest:
58
58
  def x_language(self):
59
59
  r"""Gets the x_language of this ExecuteCrossCloudDisasterRecoveryFailoverRequest.
60
60
 
61
- 语言。
61
+ **参数解释**: 语言。 **约束限制**: 不涉及。 **取值范围**: - zh-cn - en-us **默认取值**: en-us
62
62
 
63
63
  :return: The x_language of this ExecuteCrossCloudDisasterRecoveryFailoverRequest.
64
64
  :rtype: str
@@ -69,7 +69,7 @@ class ExecuteCrossCloudDisasterRecoveryFailoverRequest:
69
69
  def x_language(self, x_language):
70
70
  r"""Sets the x_language of this ExecuteCrossCloudDisasterRecoveryFailoverRequest.
71
71
 
72
- 语言。
72
+ **参数解释**: 语言。 **约束限制**: 不涉及。 **取值范围**: - zh-cn - en-us **默认取值**: en-us
73
73
 
74
74
  :param x_language: The x_language of this ExecuteCrossCloudDisasterRecoveryFailoverRequest.
75
75
  :type x_language: str
@@ -33,7 +33,7 @@ class ExecuteCrossCloudDisasterRestoreRequest:
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 ExecuteCrossCloudDisasterRestoreRequest:
58
58
  def x_language(self):
59
59
  r"""Gets the x_language of this ExecuteCrossCloudDisasterRestoreRequest.
60
60
 
61
- 语言。
61
+ **参数解释**: 语言。 **约束限制**: 不涉及。 **取值范围**: - zh-cn - en-us **默认取值**: en-us
62
62
 
63
63
  :return: The x_language of this ExecuteCrossCloudDisasterRestoreRequest.
64
64
  :rtype: str
@@ -69,7 +69,7 @@ class ExecuteCrossCloudDisasterRestoreRequest:
69
69
  def x_language(self, x_language):
70
70
  r"""Sets the x_language of this ExecuteCrossCloudDisasterRestoreRequest.
71
71
 
72
- 语言。
72
+ **参数解释**: 语言。 **约束限制**: 不涉及。 **取值范围**: - zh-cn - en-us **默认取值**: en-us
73
73
 
74
74
  :param x_language: The x_language of this ExecuteCrossCloudDisasterRestoreRequest.
75
75
  :type x_language: str
@@ -33,7 +33,7 @@ class ExecuteCrossCloudDisasterStartSimulationRequest:
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 ExecuteCrossCloudDisasterStartSimulationRequest:
58
58
  def x_language(self):
59
59
  r"""Gets the x_language of this ExecuteCrossCloudDisasterStartSimulationRequest.
60
60
 
61
- 语言。
61
+ **参数解释**: 语言。 **约束限制**: 不涉及。 **取值范围**: - zh-cn - en-us **默认取值**: en-us
62
62
 
63
63
  :return: The x_language of this ExecuteCrossCloudDisasterStartSimulationRequest.
64
64
  :rtype: str
@@ -69,7 +69,7 @@ class ExecuteCrossCloudDisasterStartSimulationRequest:
69
69
  def x_language(self, x_language):
70
70
  r"""Sets the x_language of this ExecuteCrossCloudDisasterStartSimulationRequest.
71
71
 
72
- 语言。
72
+ **参数解释**: 语言。 **约束限制**: 不涉及。 **取值范围**: - zh-cn - en-us **默认取值**: en-us
73
73
 
74
74
  :param x_language: The x_language of this ExecuteCrossCloudDisasterStartSimulationRequest.
75
75
  :type x_language: str
@@ -33,7 +33,7 @@ class ExecuteCrossCloudDisasterSwitchoverRequest:
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 ExecuteCrossCloudDisasterSwitchoverRequest:
58
58
  def x_language(self):
59
59
  r"""Gets the x_language of this ExecuteCrossCloudDisasterSwitchoverRequest.
60
60
 
61
- 语言。
61
+ **参数解释**: 语言。 **约束限制**: 不涉及。 **取值范围**: - zh-cn - en-us **默认取值**: en-us
62
62
 
63
63
  :return: The x_language of this ExecuteCrossCloudDisasterSwitchoverRequest.
64
64
  :rtype: str
@@ -69,7 +69,7 @@ class ExecuteCrossCloudDisasterSwitchoverRequest:
69
69
  def x_language(self, x_language):
70
70
  r"""Sets the x_language of this ExecuteCrossCloudDisasterSwitchoverRequest.
71
71
 
72
- 语言。
72
+ **参数解释**: 语言。 **约束限制**: 不涉及。 **取值范围**: - zh-cn - en-us **默认取值**: en-us
73
73
 
74
74
  :param x_language: The x_language of this ExecuteCrossCloudDisasterSwitchoverRequest.
75
75
  :type x_language: str