huaweicloudsdkgaussdbforopengauss 3.1.165__py3-none-any.whl → 3.1.167__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (292) hide show
  1. huaweicloudsdkgaussdbforopengauss/v3/__init__.py +153 -3
  2. huaweicloudsdkgaussdbforopengauss/v3/gaussdbforopengauss_async_client.py +4490 -1280
  3. huaweicloudsdkgaussdbforopengauss/v3/gaussdbforopengauss_client.py +4490 -1280
  4. huaweicloudsdkgaussdbforopengauss/v3/model/__init__.py +153 -3
  5. huaweicloudsdkgaussdbforopengauss/v3/model/add_hba_conf_request_body.py +115 -0
  6. huaweicloudsdkgaussdbforopengauss/v3/model/add_hba_confs_request.py +168 -0
  7. huaweicloudsdkgaussdbforopengauss/v3/model/add_hba_confs_response.py +145 -0
  8. huaweicloudsdkgaussdbforopengauss/v3/model/add_instance_tags_request.py +6 -6
  9. huaweicloudsdkgaussdbforopengauss/v3/model/alarm_level_statistics_result.py +144 -0
  10. huaweicloudsdkgaussdbforopengauss/v3/model/allow_db_privileges_request.py +3 -3
  11. huaweicloudsdkgaussdbforopengauss/v3/model/allow_db_role_privileges_request.py +3 -3
  12. huaweicloudsdkgaussdbforopengauss/v3/model/applied_histories_result.py +3 -3
  13. huaweicloudsdkgaussdbforopengauss/v3/model/attach_eip_request.py +3 -3
  14. huaweicloudsdkgaussdbforopengauss/v3/model/backup_info.py +3 -3
  15. huaweicloudsdkgaussdbforopengauss/v3/model/backups.py +3 -3
  16. huaweicloudsdkgaussdbforopengauss/v3/model/backups_result.py +3 -3
  17. huaweicloudsdkgaussdbforopengauss/v3/model/base_ops_key_view_request_body.py +171 -0
  18. huaweicloudsdkgaussdbforopengauss/v3/model/bind_lts_config_request.py +140 -0
  19. huaweicloudsdkgaussdbforopengauss/v3/model/bind_lts_config_request_body.py +114 -0
  20. huaweicloudsdkgaussdbforopengauss/v3/model/bind_lts_config_response.py +116 -0
  21. huaweicloudsdkgaussdbforopengauss/v3/model/cancel_schedule_task_request.py +3 -3
  22. huaweicloudsdkgaussdbforopengauss/v3/model/collect_wdr_snapshot_request.py +168 -0
  23. huaweicloudsdkgaussdbforopengauss/v3/model/collect_wdr_snapshot_request_body.py +170 -0
  24. huaweicloudsdkgaussdbforopengauss/v3/model/collect_wdr_snapshot_response.py +116 -0
  25. huaweicloudsdkgaussdbforopengauss/v3/model/compare_condition_option.py +231 -0
  26. huaweicloudsdkgaussdbforopengauss/v3/model/component_info_result.py +202 -0
  27. huaweicloudsdkgaussdbforopengauss/v3/model/copy_configuration_request.py +3 -3
  28. huaweicloudsdkgaussdbforopengauss/v3/model/create_configuration_template_request.py +3 -3
  29. huaweicloudsdkgaussdbforopengauss/v3/model/create_cross_cloud_construct_disaster_request.py +3 -3
  30. huaweicloudsdkgaussdbforopengauss/v3/model/create_database_request.py +3 -3
  31. huaweicloudsdkgaussdbforopengauss/v3/model/create_database_schemas_request.py +3 -3
  32. huaweicloudsdkgaussdbforopengauss/v3/model/create_db_role_request.py +3 -3
  33. huaweicloudsdkgaussdbforopengauss/v3/model/create_db_user_request.py +3 -3
  34. huaweicloudsdkgaussdbforopengauss/v3/model/create_limit_task_request.py +3 -3
  35. huaweicloudsdkgaussdbforopengauss/v3/model/create_limit_task_response.py +3 -3
  36. huaweicloudsdkgaussdbforopengauss/v3/model/create_manual_backup_request_body.py +3 -3
  37. huaweicloudsdkgaussdbforopengauss/v3/model/create_readonly_nodes_request.py +168 -0
  38. huaweicloudsdkgaussdbforopengauss/v3/model/create_readonly_nodes_request_body.py +114 -0
  39. huaweicloudsdkgaussdbforopengauss/v3/model/create_readonly_nodes_response.py +116 -0
  40. huaweicloudsdkgaussdbforopengauss/v3/model/create_schedule_task_request.py +3 -3
  41. huaweicloudsdkgaussdbforopengauss/v3/model/create_slow_log_download_request.py +3 -3
  42. huaweicloudsdkgaussdbforopengauss/v3/model/create_wdr_snapshot_request.py +143 -0
  43. huaweicloudsdkgaussdbforopengauss/v3/model/create_wdr_snapshot_response.py +112 -0
  44. huaweicloudsdkgaussdbforopengauss/v3/model/create_wdr_snapshot_response_body.py +84 -0
  45. huaweicloudsdkgaussdbforopengauss/v3/model/database_for_list_table_result.py +114 -0
  46. huaweicloudsdkgaussdbforopengauss/v3/model/database_schema_table_result.py +144 -0
  47. huaweicloudsdkgaussdbforopengauss/v3/model/datapoint_result.py +142 -0
  48. huaweicloudsdkgaussdbforopengauss/v3/model/delete_configuration_request.py +3 -3
  49. huaweicloudsdkgaussdbforopengauss/v3/model/delete_database_request.py +6 -6
  50. huaweicloudsdkgaussdbforopengauss/v3/model/delete_database_schema_request.py +3 -3
  51. huaweicloudsdkgaussdbforopengauss/v3/model/delete_hba_conf_request_body.py +114 -0
  52. huaweicloudsdkgaussdbforopengauss/v3/model/delete_hba_confs_request.py +168 -0
  53. huaweicloudsdkgaussdbforopengauss/v3/model/delete_hba_confs_response.py +145 -0
  54. huaweicloudsdkgaussdbforopengauss/v3/model/delete_instance_request.py +3 -3
  55. huaweicloudsdkgaussdbforopengauss/v3/model/delete_instance_tag_request.py +3 -3
  56. huaweicloudsdkgaussdbforopengauss/v3/model/delete_job_request.py +3 -3
  57. huaweicloudsdkgaussdbforopengauss/v3/model/delete_limit_task_request.py +3 -3
  58. huaweicloudsdkgaussdbforopengauss/v3/model/delete_readonly_nodes_request.py +168 -0
  59. huaweicloudsdkgaussdbforopengauss/v3/model/delete_readonly_nodes_request_body.py +114 -0
  60. huaweicloudsdkgaussdbforopengauss/v3/model/delete_readonly_nodes_response.py +116 -0
  61. huaweicloudsdkgaussdbforopengauss/v3/model/delete_schedule_task_request.py +3 -3
  62. huaweicloudsdkgaussdbforopengauss/v3/model/dimension_list_result.py +173 -0
  63. huaweicloudsdkgaussdbforopengauss/v3/model/{error_response.py → error_response_body.py} +17 -17
  64. huaweicloudsdkgaussdbforopengauss/v3/model/excute_sql_node_info_result.py +231 -0
  65. huaweicloudsdkgaussdbforopengauss/v3/model/execute_cross_cloud_disaster_data_cache_end_request.py +3 -3
  66. huaweicloudsdkgaussdbforopengauss/v3/model/execute_cross_cloud_disaster_data_cache_start_request.py +3 -3
  67. huaweicloudsdkgaussdbforopengauss/v3/model/execute_cross_cloud_disaster_end_simulation_request.py +3 -3
  68. huaweicloudsdkgaussdbforopengauss/v3/model/execute_cross_cloud_disaster_recovery_failover_request.py +3 -3
  69. huaweicloudsdkgaussdbforopengauss/v3/model/execute_cross_cloud_disaster_restore_request.py +3 -3
  70. huaweicloudsdkgaussdbforopengauss/v3/model/execute_cross_cloud_disaster_start_simulation_request.py +3 -3
  71. huaweicloudsdkgaussdbforopengauss/v3/model/execute_cross_cloud_disaster_switchover_request.py +3 -3
  72. huaweicloudsdkgaussdbforopengauss/v3/model/execute_cross_cloud_release_disaster_request.py +3 -3
  73. huaweicloudsdkgaussdbforopengauss/v3/model/export_slow_sql_request.py +168 -0
  74. huaweicloudsdkgaussdbforopengauss/v3/model/export_slow_sql_response.py +85 -0
  75. huaweicloudsdkgaussdbforopengauss/v3/model/export_table_volume_request_body.py +258 -0
  76. huaweicloudsdkgaussdbforopengauss/v3/model/full_sql_statistic_info_result.py +376 -0
  77. huaweicloudsdkgaussdbforopengauss/v3/model/gauss_db_error_response_body.py +6 -6
  78. huaweicloudsdkgaussdbforopengauss/v3/model/hba_conf_option.py +226 -0
  79. huaweicloudsdkgaussdbforopengauss/v3/model/hba_conf_result.py +231 -0
  80. huaweicloudsdkgaussdbforopengauss/v3/model/hba_history_result.py +231 -0
  81. huaweicloudsdkgaussdbforopengauss/v3/model/install_kernel_plugin_request.py +3 -3
  82. huaweicloudsdkgaussdbforopengauss/v3/model/instance_alarm_level_statistic_result.py +202 -0
  83. huaweicloudsdkgaussdbforopengauss/v3/model/instance_delete_lts_config_option.py +142 -0
  84. huaweicloudsdkgaussdbforopengauss/v3/model/instance_detail.py +3 -3
  85. huaweicloudsdkgaussdbforopengauss/v3/model/instance_info_result.py +3 -3
  86. huaweicloudsdkgaussdbforopengauss/v3/model/instance_lts_log_config_result.py +144 -0
  87. huaweicloudsdkgaussdbforopengauss/v3/model/instance_save_lts_config_option.py +198 -0
  88. huaweicloudsdkgaussdbforopengauss/v3/model/instance_task_detail.py +3 -3
  89. huaweicloudsdkgaussdbforopengauss/v3/model/instances_list_result.py +3 -3
  90. huaweicloudsdkgaussdbforopengauss/v3/model/instances_metric_result.py +521 -0
  91. huaweicloudsdkgaussdbforopengauss/v3/model/instances_nodes_result.py +173 -0
  92. huaweicloudsdkgaussdbforopengauss/v3/model/instances_result.py +3 -3
  93. huaweicloudsdkgaussdbforopengauss/v3/model/instances_statistics_response_body_instances_statistics.py +142 -0
  94. huaweicloudsdkgaussdbforopengauss/v3/model/kill_session_request_body.py +199 -0
  95. huaweicloudsdkgaussdbforopengauss/v3/model/list_applicable_instances_request.py +3 -3
  96. huaweicloudsdkgaussdbforopengauss/v3/model/list_applied_histories_request.py +3 -3
  97. huaweicloudsdkgaussdbforopengauss/v3/model/list_available_flavors_request.py +3 -3
  98. huaweicloudsdkgaussdbforopengauss/v3/model/list_backups_result.py +3 -3
  99. huaweicloudsdkgaussdbforopengauss/v3/model/list_binded_eips_request.py +3 -3
  100. huaweicloudsdkgaussdbforopengauss/v3/model/list_cn_infos_before_reduce_request.py +3 -3
  101. huaweicloudsdkgaussdbforopengauss/v3/model/list_cn_infos_before_reduce_response.py +3 -3
  102. huaweicloudsdkgaussdbforopengauss/v3/model/list_component_infos_request.py +3 -3
  103. huaweicloudsdkgaussdbforopengauss/v3/model/list_configurations_diff_request.py +3 -3
  104. huaweicloudsdkgaussdbforopengauss/v3/model/list_database_roles_request.py +3 -3
  105. huaweicloudsdkgaussdbforopengauss/v3/model/list_database_schema_tables_request.py +286 -0
  106. huaweicloudsdkgaussdbforopengauss/v3/model/list_database_schema_tables_response.py +145 -0
  107. huaweicloudsdkgaussdbforopengauss/v3/model/list_database_schemas_request.py +3 -3
  108. huaweicloudsdkgaussdbforopengauss/v3/model/list_database_volume_summary_request.py +143 -0
  109. huaweicloudsdkgaussdbforopengauss/v3/model/list_database_volume_summary_response.py +261 -0
  110. huaweicloudsdkgaussdbforopengauss/v3/model/list_databases_request.py +3 -3
  111. huaweicloudsdkgaussdbforopengauss/v3/model/list_db_users_request.py +3 -3
  112. huaweicloudsdkgaussdbforopengauss/v3/model/list_disaster_recovery_record_request.py +3 -3
  113. huaweicloudsdkgaussdbforopengauss/v3/model/list_disaster_recovery_record_response.py +7 -7
  114. huaweicloudsdkgaussdbforopengauss/v3/model/list_enhance_full_sql_statistics_request.py +168 -0
  115. huaweicloudsdkgaussdbforopengauss/v3/model/list_enhance_full_sql_statistics_request_body.py +722 -0
  116. huaweicloudsdkgaussdbforopengauss/v3/model/list_enhance_full_sql_statistics_response.py +145 -0
  117. huaweicloudsdkgaussdbforopengauss/v3/model/list_features_request.py +6 -6
  118. huaweicloudsdkgaussdbforopengauss/v3/model/list_hba_info_history_request.py +259 -0
  119. huaweicloudsdkgaussdbforopengauss/v3/model/list_hba_info_history_response.py +145 -0
  120. huaweicloudsdkgaussdbforopengauss/v3/model/list_hba_infos_request.py +201 -0
  121. huaweicloudsdkgaussdbforopengauss/v3/model/list_hba_infos_response.py +145 -0
  122. huaweicloudsdkgaussdbforopengauss/v3/model/list_instance_engine_detail_request.py +3 -3
  123. huaweicloudsdkgaussdbforopengauss/v3/model/list_instance_error_logs_request.py +3 -3
  124. huaweicloudsdkgaussdbforopengauss/v3/model/list_instance_tags_request.py +6 -6
  125. huaweicloudsdkgaussdbforopengauss/v3/model/list_kernel_plugins_request.py +3 -3
  126. huaweicloudsdkgaussdbforopengauss/v3/model/list_key_view_execute_node_request.py +143 -0
  127. huaweicloudsdkgaussdbforopengauss/v3/model/list_key_view_execute_node_response.py +116 -0
  128. huaweicloudsdkgaussdbforopengauss/v3/model/list_kms_tde_key_request.py +143 -0
  129. huaweicloudsdkgaussdbforopengauss/v3/model/list_kms_tde_key_response.py +174 -0
  130. huaweicloudsdkgaussdbforopengauss/v3/model/list_kms_tde_key_response_body_key_details.py +260 -0
  131. huaweicloudsdkgaussdbforopengauss/v3/model/list_limit_task_request.py +3 -3
  132. huaweicloudsdkgaussdbforopengauss/v3/model/list_limit_task_response_result.py +3 -3
  133. huaweicloudsdkgaussdbforopengauss/v3/model/list_lts_configs_request.py +288 -0
  134. huaweicloudsdkgaussdbforopengauss/v3/model/list_lts_configs_response.py +145 -0
  135. huaweicloudsdkgaussdbforopengauss/v3/model/list_metric_datas_request.py +231 -0
  136. huaweicloudsdkgaussdbforopengauss/v3/model/list_metric_datas_response.py +145 -0
  137. huaweicloudsdkgaussdbforopengauss/v3/model/list_node_limit_sql_model_request.py +3 -3
  138. huaweicloudsdkgaussdbforopengauss/v3/model/list_plugin_extensions_request.py +3 -3
  139. huaweicloudsdkgaussdbforopengauss/v3/model/list_readonly_nodes_request.py +143 -0
  140. huaweicloudsdkgaussdbforopengauss/v3/model/list_readonly_nodes_response.py +145 -0
  141. huaweicloudsdkgaussdbforopengauss/v3/model/list_readonly_nodes_result.py +202 -0
  142. huaweicloudsdkgaussdbforopengauss/v3/model/list_real_time_sessions_request.py +168 -0
  143. huaweicloudsdkgaussdbforopengauss/v3/model/list_real_time_sessions_request_body.py +167 -0
  144. huaweicloudsdkgaussdbforopengauss/v3/model/list_real_time_sessions_response.py +116 -0
  145. huaweicloudsdkgaussdbforopengauss/v3/model/list_recycle_instances_details_request.py +3 -3
  146. huaweicloudsdkgaussdbforopengauss/v3/model/list_recycle_instances_request.py +3 -3
  147. huaweicloudsdkgaussdbforopengauss/v3/model/list_restorable_instances_details_request.py +3 -3
  148. huaweicloudsdkgaussdbforopengauss/v3/model/list_restorable_instances_request.py +3 -3
  149. huaweicloudsdkgaussdbforopengauss/v3/model/list_restore_times_request.py +3 -3
  150. huaweicloudsdkgaussdbforopengauss/v3/model/list_schedule_task_request.py +3 -3
  151. huaweicloudsdkgaussdbforopengauss/v3/model/list_schema_and_table_request.py +168 -0
  152. huaweicloudsdkgaussdbforopengauss/v3/model/list_schema_and_table_request_body.py +143 -0
  153. huaweicloudsdkgaussdbforopengauss/v3/model/list_schema_and_table_response.py +116 -0
  154. huaweicloudsdkgaussdbforopengauss/v3/model/list_session_statistics_request.py +287 -0
  155. huaweicloudsdkgaussdbforopengauss/v3/model/list_session_statistics_response.py +145 -0
  156. huaweicloudsdkgaussdbforopengauss/v3/model/list_slow_sql_details_request.py +168 -0
  157. huaweicloudsdkgaussdbforopengauss/v3/model/list_slow_sql_details_response.py +145 -0
  158. huaweicloudsdkgaussdbforopengauss/v3/model/list_slow_sqls_request.py +168 -0
  159. huaweicloudsdkgaussdbforopengauss/v3/model/list_slow_sqls_request_body.py +284 -0
  160. huaweicloudsdkgaussdbforopengauss/v3/model/list_slow_sqls_response.py +145 -0
  161. huaweicloudsdkgaussdbforopengauss/v3/model/list_sql_excute_node_request_body.py +114 -0
  162. huaweicloudsdkgaussdbforopengauss/v3/model/list_sql_excute_nodes_request.py +168 -0
  163. huaweicloudsdkgaussdbforopengauss/v3/model/list_sql_excute_nodes_response.py +116 -0
  164. huaweicloudsdkgaussdbforopengauss/v3/model/list_support_kernel_plugins_request.py +3 -3
  165. huaweicloudsdkgaussdbforopengauss/v3/model/list_table_definition_request.py +227 -0
  166. huaweicloudsdkgaussdbforopengauss/v3/model/list_table_definition_response.py +116 -0
  167. huaweicloudsdkgaussdbforopengauss/v3/model/list_table_definitions_request.py +228 -0
  168. huaweicloudsdkgaussdbforopengauss/v3/model/list_table_definitions_response.py +116 -0
  169. huaweicloudsdkgaussdbforopengauss/v3/model/list_tasks_request.py +3 -3
  170. huaweicloudsdkgaussdbforopengauss/v3/model/list_top_sqls_request.py +168 -0
  171. huaweicloudsdkgaussdbforopengauss/v3/model/list_top_sqls_request_body.py +430 -0
  172. huaweicloudsdkgaussdbforopengauss/v3/model/list_top_sqls_response.py +145 -0
  173. huaweicloudsdkgaussdbforopengauss/v3/model/lts_log_config_result.py +202 -0
  174. huaweicloudsdkgaussdbforopengauss/v3/model/metric_data_result.py +226 -0
  175. huaweicloudsdkgaussdbforopengauss/v3/model/metric_name_result.py +144 -0
  176. huaweicloudsdkgaussdbforopengauss/v3/model/modify_eps_quota_request.py +3 -3
  177. huaweicloudsdkgaussdbforopengauss/v3/model/modify_hba_conf_request.py +168 -0
  178. huaweicloudsdkgaussdbforopengauss/v3/model/modify_hba_conf_request_body.py +142 -0
  179. huaweicloudsdkgaussdbforopengauss/v3/model/modify_hba_conf_response.py +145 -0
  180. huaweicloudsdkgaussdbforopengauss/v3/model/multi_query_condition_option.py +202 -0
  181. huaweicloudsdkgaussdbforopengauss/v3/model/node_distribution_option.py +198 -0
  182. huaweicloudsdkgaussdbforopengauss/v3/model/open_gauss_error_response.py +3 -3
  183. huaweicloudsdkgaussdbforopengauss/v3/model/ops_key_view_execute_node_result.py +289 -0
  184. huaweicloudsdkgaussdbforopengauss/v3/model/para_error_response_body.py +6 -6
  185. huaweicloudsdkgaussdbforopengauss/v3/model/real_time_session_result.py +666 -0
  186. huaweicloudsdkgaussdbforopengauss/v3/model/{record_info_response.py → record_info_response_result.py} +80 -80
  187. huaweicloudsdkgaussdbforopengauss/v3/model/redistribution_request_body.py +173 -0
  188. huaweicloudsdkgaussdbforopengauss/v3/model/region_instance_info.py +3 -3
  189. huaweicloudsdkgaussdbforopengauss/v3/model/reset_configuration_request.py +3 -3
  190. huaweicloudsdkgaussdbforopengauss/v3/model/reset_dr_config_request.py +3 -3
  191. huaweicloudsdkgaussdbforopengauss/v3/model/reset_pwd_request.py +3 -3
  192. huaweicloudsdkgaussdbforopengauss/v3/model/resize_instance_flavor_request.py +3 -3
  193. huaweicloudsdkgaussdbforopengauss/v3/model/restart_instance_request.py +3 -3
  194. huaweicloudsdkgaussdbforopengauss/v3/model/restore_hba_info_request.py +168 -0
  195. huaweicloudsdkgaussdbforopengauss/v3/model/restore_hba_info_request_body.py +115 -0
  196. huaweicloudsdkgaussdbforopengauss/v3/model/restore_hba_info_response.py +145 -0
  197. huaweicloudsdkgaussdbforopengauss/v3/model/resume_plugin_extensions_request.py +3 -3
  198. huaweicloudsdkgaussdbforopengauss/v3/model/run_instance_action_request.py +3 -3
  199. huaweicloudsdkgaussdbforopengauss/v3/model/schedule_task_detail.py +3 -3
  200. huaweicloudsdkgaussdbforopengauss/v3/model/schema_table_definition_result.py +144 -0
  201. huaweicloudsdkgaussdbforopengauss/v3/model/search_auto_enlarge_policy_request.py +3 -3
  202. huaweicloudsdkgaussdbforopengauss/v3/model/session_query_info_option.py +173 -0
  203. huaweicloudsdkgaussdbforopengauss/v3/model/set_backup_policy_request.py +6 -6
  204. huaweicloudsdkgaussdbforopengauss/v3/model/set_db_user_pwd_request.py +3 -3
  205. huaweicloudsdkgaussdbforopengauss/v3/model/set_kernel_plugin_license_request.py +3 -3
  206. huaweicloudsdkgaussdbforopengauss/v3/model/set_new_backup_policy_request.py +3 -3
  207. huaweicloudsdkgaussdbforopengauss/v3/model/show_alarm_statistics_request.py +171 -0
  208. huaweicloudsdkgaussdbforopengauss/v3/model/show_alarm_statistics_response.py +203 -0
  209. huaweicloudsdkgaussdbforopengauss/v3/model/show_backup_policy_request.py +6 -6
  210. huaweicloudsdkgaussdbforopengauss/v3/model/show_balance_status_request.py +3 -3
  211. huaweicloudsdkgaussdbforopengauss/v3/model/show_batch_upgrade_candidate_versions_response.py +8 -8
  212. huaweicloudsdkgaussdbforopengauss/v3/model/show_cross_cloud_disaster_instance_monitor_request.py +3 -3
  213. huaweicloudsdkgaussdbforopengauss/v3/model/show_cross_cloud_disaster_instance_monitor_response.py +3 -3
  214. huaweicloudsdkgaussdbforopengauss/v3/model/show_cross_cloud_disaster_relations_request.py +3 -3
  215. huaweicloudsdkgaussdbforopengauss/v3/model/show_deployment_form_request.py +3 -3
  216. huaweicloudsdkgaussdbforopengauss/v3/model/show_error_log_switch_status_request.py +3 -3
  217. huaweicloudsdkgaussdbforopengauss/v3/model/show_global_slow_sql_detail_request.py +168 -0
  218. huaweicloudsdkgaussdbforopengauss/v3/model/show_global_slow_sql_detail_request_body.py +255 -0
  219. huaweicloudsdkgaussdbforopengauss/v3/model/show_global_slow_sql_detail_response.py +145 -0
  220. huaweicloudsdkgaussdbforopengauss/v3/model/show_instance_configuration_request.py +3 -3
  221. huaweicloudsdkgaussdbforopengauss/v3/model/show_instance_disk_request.py +6 -6
  222. huaweicloudsdkgaussdbforopengauss/v3/model/show_instance_metric_data_request.py +284 -0
  223. huaweicloudsdkgaussdbforopengauss/v3/model/show_instance_metric_data_response.py +145 -0
  224. huaweicloudsdkgaussdbforopengauss/v3/model/show_instance_param_group_detail_request.py +3 -3
  225. huaweicloudsdkgaussdbforopengauss/v3/model/show_instance_param_group_request.py +3 -3
  226. huaweicloudsdkgaussdbforopengauss/v3/model/show_instance_snapshot_request.py +3 -3
  227. huaweicloudsdkgaussdbforopengauss/v3/model/show_instances_statistics_request.py +115 -0
  228. huaweicloudsdkgaussdbforopengauss/v3/model/show_instances_statistics_response.py +145 -0
  229. huaweicloudsdkgaussdbforopengauss/v3/model/show_kms_key_detail_request.py +171 -0
  230. huaweicloudsdkgaussdbforopengauss/v3/model/show_kms_key_detail_response.py +203 -0
  231. huaweicloudsdkgaussdbforopengauss/v3/model/show_limit_task_request.py +3 -3
  232. huaweicloudsdkgaussdbforopengauss/v3/model/show_metric_names_request.py +143 -0
  233. huaweicloudsdkgaussdbforopengauss/v3/model/show_metric_names_response.py +145 -0
  234. huaweicloudsdkgaussdbforopengauss/v3/model/show_recycle_policy_request.py +3 -3
  235. huaweicloudsdkgaussdbforopengauss/v3/model/show_session_overview_request.py +143 -0
  236. huaweicloudsdkgaussdbforopengauss/v3/model/show_session_overview_response.py +203 -0
  237. huaweicloudsdkgaussdbforopengauss/v3/model/show_slow_log_download_request.py +3 -3
  238. huaweicloudsdkgaussdbforopengauss/v3/model/show_slow_sql_plan_request.py +227 -0
  239. huaweicloudsdkgaussdbforopengauss/v3/model/show_slow_sql_plan_response.py +116 -0
  240. huaweicloudsdkgaussdbforopengauss/v3/model/show_slow_sql_stack_request.py +228 -0
  241. huaweicloudsdkgaussdbforopengauss/v3/model/show_slow_sql_stack_response.py +116 -0
  242. huaweicloudsdkgaussdbforopengauss/v3/model/show_source_instance_detail_request.py +3 -3
  243. huaweicloudsdkgaussdbforopengauss/v3/model/show_ssl_cert_download_link_request.py +6 -6
  244. huaweicloudsdkgaussdbforopengauss/v3/model/show_upgrade_candidate_versions_details_request.py +3 -3
  245. huaweicloudsdkgaussdbforopengauss/v3/model/show_upgrade_candidate_versions_request.py +3 -3
  246. huaweicloudsdkgaussdbforopengauss/v3/model/show_wdr_snapshot_status_request.py +143 -0
  247. huaweicloudsdkgaussdbforopengauss/v3/model/show_wdr_snapshot_status_response.py +174 -0
  248. huaweicloudsdkgaussdbforopengauss/v3/model/slow_sql_detail_request_body.py +255 -0
  249. huaweicloudsdkgaussdbforopengauss/v3/model/slow_sql_detail_result.py +666 -0
  250. huaweicloudsdkgaussdbforopengauss/v3/model/slow_sql_info_result.py +521 -0
  251. huaweicloudsdkgaussdbforopengauss/v3/model/start_instance_request.py +3 -3
  252. huaweicloudsdkgaussdbforopengauss/v3/model/start_mysql_compatibility_request.py +6 -6
  253. huaweicloudsdkgaussdbforopengauss/v3/model/stop_backup_request.py +3 -3
  254. huaweicloudsdkgaussdbforopengauss/v3/model/stop_free_session_request.py +168 -0
  255. huaweicloudsdkgaussdbforopengauss/v3/model/stop_free_session_response.py +116 -0
  256. huaweicloudsdkgaussdbforopengauss/v3/model/stop_instance_request.py +3 -3
  257. huaweicloudsdkgaussdbforopengauss/v3/model/stop_session_request.py +168 -0
  258. huaweicloudsdkgaussdbforopengauss/v3/model/stop_session_response.py +145 -0
  259. huaweicloudsdkgaussdbforopengauss/v3/model/switch_configuration_request.py +3 -3
  260. huaweicloudsdkgaussdbforopengauss/v3/model/switch_kms_tde_request.py +168 -0
  261. huaweicloudsdkgaussdbforopengauss/v3/model/switch_kms_tde_request_body.py +173 -0
  262. huaweicloudsdkgaussdbforopengauss/v3/model/switch_kms_tde_response.py +116 -0
  263. huaweicloudsdkgaussdbforopengauss/v3/model/switch_replica_request.py +168 -0
  264. huaweicloudsdkgaussdbforopengauss/v3/model/switch_replica_request_body.py +115 -0
  265. huaweicloudsdkgaussdbforopengauss/v3/model/switch_replica_response.py +145 -0
  266. huaweicloudsdkgaussdbforopengauss/v3/model/switch_shard_request.py +3 -3
  267. huaweicloudsdkgaussdbforopengauss/v3/model/switch_wdr_snapshot_request_body.py +114 -0
  268. huaweicloudsdkgaussdbforopengauss/v3/model/switch_wdr_snapshot_response_body.py +84 -0
  269. huaweicloudsdkgaussdbforopengauss/v3/model/switch_wdr_snapshot_status_request.py +168 -0
  270. huaweicloudsdkgaussdbforopengauss/v3/model/switch_wdr_snapshot_status_response.py +112 -0
  271. huaweicloudsdkgaussdbforopengauss/v3/model/sync_limit_data_request.py +3 -3
  272. huaweicloudsdkgaussdbforopengauss/v3/model/top_sql_info_result.py +637 -0
  273. huaweicloudsdkgaussdbforopengauss/v3/model/unbind_lts_config_request.py +140 -0
  274. huaweicloudsdkgaussdbforopengauss/v3/model/unbind_lts_config_request_body.py +114 -0
  275. huaweicloudsdkgaussdbforopengauss/v3/model/unbind_lts_config_response.py +116 -0
  276. huaweicloudsdkgaussdbforopengauss/v3/model/update_features_request.py +6 -6
  277. huaweicloudsdkgaussdbforopengauss/v3/model/update_instance_configuration_request.py +3 -3
  278. huaweicloudsdkgaussdbforopengauss/v3/model/update_instance_name_request.py +3 -3
  279. huaweicloudsdkgaussdbforopengauss/v3/model/update_limit_task_request.py +3 -3
  280. huaweicloudsdkgaussdbforopengauss/v3/model/update_mysql_compatibility_request.py +6 -6
  281. huaweicloudsdkgaussdbforopengauss/v3/model/update_redistribution_control_request.py +168 -0
  282. huaweicloudsdkgaussdbforopengauss/v3/model/update_redistribution_control_response.py +116 -0
  283. huaweicloudsdkgaussdbforopengauss/v3/model/upgrade_error_response_body.py +6 -6
  284. huaweicloudsdkgaussdbforopengauss/v3/model/upgrade_instance_version_request.py +6 -6
  285. huaweicloudsdkgaussdbforopengauss/v3/model/upgrade_instances_version_request.py +3 -3
  286. huaweicloudsdkgaussdbforopengauss/v3/model/validate_weak_password_request.py +3 -3
  287. {huaweicloudsdkgaussdbforopengauss-3.1.165.dist-info → huaweicloudsdkgaussdbforopengauss-3.1.167.dist-info}/METADATA +9 -10
  288. {huaweicloudsdkgaussdbforopengauss-3.1.165.dist-info → huaweicloudsdkgaussdbforopengauss-3.1.167.dist-info}/RECORD +290 -141
  289. {huaweicloudsdkgaussdbforopengauss-3.1.165.dist-info → huaweicloudsdkgaussdbforopengauss-3.1.167.dist-info}/WHEEL +1 -2
  290. huaweicloudsdkgaussdbforopengauss/v3/model/hotfix_info.py +0 -202
  291. huaweicloudsdkgaussdbforopengauss-3.1.165.dist-info/top_level.txt +0 -1
  292. {huaweicloudsdkgaussdbforopengauss-3.1.165.dist-info → huaweicloudsdkgaussdbforopengauss-3.1.167.dist-info/licenses}/LICENSE +0 -0
@@ -0,0 +1,202 @@
1
+ # coding: utf-8
2
+
3
+ import six
4
+
5
+ from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
6
+
7
+
8
+ class LtsLogConfigResult:
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
+ 'log_type': 'str',
21
+ 'lts_group_id': 'str',
22
+ 'lts_stream_id': 'str',
23
+ 'enabled': 'bool'
24
+ }
25
+
26
+ attribute_map = {
27
+ 'log_type': 'log_type',
28
+ 'lts_group_id': 'lts_group_id',
29
+ 'lts_stream_id': 'lts_stream_id',
30
+ 'enabled': 'enabled'
31
+ }
32
+
33
+ def __init__(self, log_type=None, lts_group_id=None, lts_stream_id=None, enabled=None):
34
+ r"""LtsLogConfigResult
35
+
36
+ The model defined in huaweicloud sdk
37
+
38
+ :param log_type: **参数解释**: 日志类型。 **取值范围**: - audit_log:审计日志。
39
+ :type log_type: str
40
+ :param lts_group_id: **参数解释**: 关联的LTS日志组ID,若enabled为false,表示最近一次关联的LTS日志组ID。 **取值范围**: 不涉及。
41
+ :type lts_group_id: str
42
+ :param lts_stream_id: **参数解释**: 关联的LTS日志流ID,若enabled为false,表示最近一次关联的LTS日志流ID。 **取值范围**: 不涉及。
43
+ :type lts_stream_id: str
44
+ :param enabled: **参数解释**: 关联的LTS日志流是否启用。 **取值范围**: - true:启用。 - false:关闭。
45
+ :type enabled: bool
46
+ """
47
+
48
+
49
+
50
+ self._log_type = None
51
+ self._lts_group_id = None
52
+ self._lts_stream_id = None
53
+ self._enabled = None
54
+ self.discriminator = None
55
+
56
+ if log_type is not None:
57
+ self.log_type = log_type
58
+ if lts_group_id is not None:
59
+ self.lts_group_id = lts_group_id
60
+ if lts_stream_id is not None:
61
+ self.lts_stream_id = lts_stream_id
62
+ if enabled is not None:
63
+ self.enabled = enabled
64
+
65
+ @property
66
+ def log_type(self):
67
+ r"""Gets the log_type of this LtsLogConfigResult.
68
+
69
+ **参数解释**: 日志类型。 **取值范围**: - audit_log:审计日志。
70
+
71
+ :return: The log_type of this LtsLogConfigResult.
72
+ :rtype: str
73
+ """
74
+ return self._log_type
75
+
76
+ @log_type.setter
77
+ def log_type(self, log_type):
78
+ r"""Sets the log_type of this LtsLogConfigResult.
79
+
80
+ **参数解释**: 日志类型。 **取值范围**: - audit_log:审计日志。
81
+
82
+ :param log_type: The log_type of this LtsLogConfigResult.
83
+ :type log_type: str
84
+ """
85
+ self._log_type = log_type
86
+
87
+ @property
88
+ def lts_group_id(self):
89
+ r"""Gets the lts_group_id of this LtsLogConfigResult.
90
+
91
+ **参数解释**: 关联的LTS日志组ID,若enabled为false,表示最近一次关联的LTS日志组ID。 **取值范围**: 不涉及。
92
+
93
+ :return: The lts_group_id of this LtsLogConfigResult.
94
+ :rtype: str
95
+ """
96
+ return self._lts_group_id
97
+
98
+ @lts_group_id.setter
99
+ def lts_group_id(self, lts_group_id):
100
+ r"""Sets the lts_group_id of this LtsLogConfigResult.
101
+
102
+ **参数解释**: 关联的LTS日志组ID,若enabled为false,表示最近一次关联的LTS日志组ID。 **取值范围**: 不涉及。
103
+
104
+ :param lts_group_id: The lts_group_id of this LtsLogConfigResult.
105
+ :type lts_group_id: str
106
+ """
107
+ self._lts_group_id = lts_group_id
108
+
109
+ @property
110
+ def lts_stream_id(self):
111
+ r"""Gets the lts_stream_id of this LtsLogConfigResult.
112
+
113
+ **参数解释**: 关联的LTS日志流ID,若enabled为false,表示最近一次关联的LTS日志流ID。 **取值范围**: 不涉及。
114
+
115
+ :return: The lts_stream_id of this LtsLogConfigResult.
116
+ :rtype: str
117
+ """
118
+ return self._lts_stream_id
119
+
120
+ @lts_stream_id.setter
121
+ def lts_stream_id(self, lts_stream_id):
122
+ r"""Sets the lts_stream_id of this LtsLogConfigResult.
123
+
124
+ **参数解释**: 关联的LTS日志流ID,若enabled为false,表示最近一次关联的LTS日志流ID。 **取值范围**: 不涉及。
125
+
126
+ :param lts_stream_id: The lts_stream_id of this LtsLogConfigResult.
127
+ :type lts_stream_id: str
128
+ """
129
+ self._lts_stream_id = lts_stream_id
130
+
131
+ @property
132
+ def enabled(self):
133
+ r"""Gets the enabled of this LtsLogConfigResult.
134
+
135
+ **参数解释**: 关联的LTS日志流是否启用。 **取值范围**: - true:启用。 - false:关闭。
136
+
137
+ :return: The enabled of this LtsLogConfigResult.
138
+ :rtype: bool
139
+ """
140
+ return self._enabled
141
+
142
+ @enabled.setter
143
+ def enabled(self, enabled):
144
+ r"""Sets the enabled of this LtsLogConfigResult.
145
+
146
+ **参数解释**: 关联的LTS日志流是否启用。 **取值范围**: - true:启用。 - false:关闭。
147
+
148
+ :param enabled: The enabled of this LtsLogConfigResult.
149
+ :type enabled: bool
150
+ """
151
+ self._enabled = enabled
152
+
153
+ def to_dict(self):
154
+ """Returns the model properties as a dict"""
155
+ result = {}
156
+
157
+ for attr, _ in six.iteritems(self.openapi_types):
158
+ value = getattr(self, attr)
159
+ if isinstance(value, list):
160
+ result[attr] = list(map(
161
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
162
+ value
163
+ ))
164
+ elif hasattr(value, "to_dict"):
165
+ result[attr] = value.to_dict()
166
+ elif isinstance(value, dict):
167
+ result[attr] = dict(map(
168
+ lambda item: (item[0], item[1].to_dict())
169
+ if hasattr(item[1], "to_dict") else item,
170
+ value.items()
171
+ ))
172
+ else:
173
+ if attr in self.sensitive_list:
174
+ result[attr] = "****"
175
+ else:
176
+ result[attr] = value
177
+
178
+ return result
179
+
180
+ def to_str(self):
181
+ """Returns the string representation of the model"""
182
+ import simplejson as json
183
+ if six.PY2:
184
+ import sys
185
+ reload(sys)
186
+ sys.setdefaultencoding("utf-8")
187
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
188
+
189
+ def __repr__(self):
190
+ """For `print`"""
191
+ return self.to_str()
192
+
193
+ def __eq__(self, other):
194
+ """Returns true if both objects are equal"""
195
+ if not isinstance(other, LtsLogConfigResult):
196
+ return False
197
+
198
+ return self.__dict__ == other.__dict__
199
+
200
+ def __ne__(self, other):
201
+ """Returns true if both objects are not equal"""
202
+ return not self == other
@@ -0,0 +1,226 @@
1
+ # coding: utf-8
2
+
3
+ import six
4
+
5
+ from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
6
+
7
+
8
+ class MetricDataResult:
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
+ 'metric': 'str',
21
+ 'type': 'str',
22
+ 'unit': 'str',
23
+ 'datapoints': 'list[DatapointResult]',
24
+ 'timestamps': 'list[str]'
25
+ }
26
+
27
+ attribute_map = {
28
+ 'metric': 'metric',
29
+ 'type': 'type',
30
+ 'unit': 'unit',
31
+ 'datapoints': 'datapoints',
32
+ 'timestamps': 'timestamps'
33
+ }
34
+
35
+ def __init__(self, metric=None, type=None, unit=None, datapoints=None, timestamps=None):
36
+ r"""MetricDataResult
37
+
38
+ The model defined in huaweicloud sdk
39
+
40
+ :param metric: **参数解释**: 指标ID。 **取值范围**: 不涉及。
41
+ :type metric: str
42
+ :param type: **参数解释** 指标类型 *取值范围* - INSTANCE:实例类型。 - NODE:节点类型。 - COMPONENT:组件类型。
43
+ :type type: str
44
+ :param unit: **参数解释**: 指标单位。 **取值范围**: 不涉及。
45
+ :type unit: str
46
+ :param datapoints: **参数解释**: 指标维度及指标值。 **取值范围**: 不涉及。
47
+ :type datapoints: list[:class:`huaweicloudsdkgaussdbforopengauss.v3.DatapointResult`]
48
+ :param timestamps: **参数解释**: 时间戳,例如1699495140000。 **取值范围**: 不涉及。
49
+ :type timestamps: list[str]
50
+ """
51
+
52
+
53
+
54
+ self._metric = None
55
+ self._type = None
56
+ self._unit = None
57
+ self._datapoints = None
58
+ self._timestamps = None
59
+ self.discriminator = None
60
+
61
+ self.metric = metric
62
+ self.type = type
63
+ self.unit = unit
64
+ self.datapoints = datapoints
65
+ self.timestamps = timestamps
66
+
67
+ @property
68
+ def metric(self):
69
+ r"""Gets the metric of this MetricDataResult.
70
+
71
+ **参数解释**: 指标ID。 **取值范围**: 不涉及。
72
+
73
+ :return: The metric of this MetricDataResult.
74
+ :rtype: str
75
+ """
76
+ return self._metric
77
+
78
+ @metric.setter
79
+ def metric(self, metric):
80
+ r"""Sets the metric of this MetricDataResult.
81
+
82
+ **参数解释**: 指标ID。 **取值范围**: 不涉及。
83
+
84
+ :param metric: The metric of this MetricDataResult.
85
+ :type metric: str
86
+ """
87
+ self._metric = metric
88
+
89
+ @property
90
+ def type(self):
91
+ r"""Gets the type of this MetricDataResult.
92
+
93
+ **参数解释** 指标类型 *取值范围* - INSTANCE:实例类型。 - NODE:节点类型。 - COMPONENT:组件类型。
94
+
95
+ :return: The type of this MetricDataResult.
96
+ :rtype: str
97
+ """
98
+ return self._type
99
+
100
+ @type.setter
101
+ def type(self, type):
102
+ r"""Sets the type of this MetricDataResult.
103
+
104
+ **参数解释** 指标类型 *取值范围* - INSTANCE:实例类型。 - NODE:节点类型。 - COMPONENT:组件类型。
105
+
106
+ :param type: The type of this MetricDataResult.
107
+ :type type: str
108
+ """
109
+ self._type = type
110
+
111
+ @property
112
+ def unit(self):
113
+ r"""Gets the unit of this MetricDataResult.
114
+
115
+ **参数解释**: 指标单位。 **取值范围**: 不涉及。
116
+
117
+ :return: The unit of this MetricDataResult.
118
+ :rtype: str
119
+ """
120
+ return self._unit
121
+
122
+ @unit.setter
123
+ def unit(self, unit):
124
+ r"""Sets the unit of this MetricDataResult.
125
+
126
+ **参数解释**: 指标单位。 **取值范围**: 不涉及。
127
+
128
+ :param unit: The unit of this MetricDataResult.
129
+ :type unit: str
130
+ """
131
+ self._unit = unit
132
+
133
+ @property
134
+ def datapoints(self):
135
+ r"""Gets the datapoints of this MetricDataResult.
136
+
137
+ **参数解释**: 指标维度及指标值。 **取值范围**: 不涉及。
138
+
139
+ :return: The datapoints of this MetricDataResult.
140
+ :rtype: list[:class:`huaweicloudsdkgaussdbforopengauss.v3.DatapointResult`]
141
+ """
142
+ return self._datapoints
143
+
144
+ @datapoints.setter
145
+ def datapoints(self, datapoints):
146
+ r"""Sets the datapoints of this MetricDataResult.
147
+
148
+ **参数解释**: 指标维度及指标值。 **取值范围**: 不涉及。
149
+
150
+ :param datapoints: The datapoints of this MetricDataResult.
151
+ :type datapoints: list[:class:`huaweicloudsdkgaussdbforopengauss.v3.DatapointResult`]
152
+ """
153
+ self._datapoints = datapoints
154
+
155
+ @property
156
+ def timestamps(self):
157
+ r"""Gets the timestamps of this MetricDataResult.
158
+
159
+ **参数解释**: 时间戳,例如1699495140000。 **取值范围**: 不涉及。
160
+
161
+ :return: The timestamps of this MetricDataResult.
162
+ :rtype: list[str]
163
+ """
164
+ return self._timestamps
165
+
166
+ @timestamps.setter
167
+ def timestamps(self, timestamps):
168
+ r"""Sets the timestamps of this MetricDataResult.
169
+
170
+ **参数解释**: 时间戳,例如1699495140000。 **取值范围**: 不涉及。
171
+
172
+ :param timestamps: The timestamps of this MetricDataResult.
173
+ :type timestamps: list[str]
174
+ """
175
+ self._timestamps = timestamps
176
+
177
+ def to_dict(self):
178
+ """Returns the model properties as a dict"""
179
+ result = {}
180
+
181
+ for attr, _ in six.iteritems(self.openapi_types):
182
+ value = getattr(self, attr)
183
+ if isinstance(value, list):
184
+ result[attr] = list(map(
185
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
186
+ value
187
+ ))
188
+ elif hasattr(value, "to_dict"):
189
+ result[attr] = value.to_dict()
190
+ elif isinstance(value, dict):
191
+ result[attr] = dict(map(
192
+ lambda item: (item[0], item[1].to_dict())
193
+ if hasattr(item[1], "to_dict") else item,
194
+ value.items()
195
+ ))
196
+ else:
197
+ if attr in self.sensitive_list:
198
+ result[attr] = "****"
199
+ else:
200
+ result[attr] = value
201
+
202
+ return result
203
+
204
+ def to_str(self):
205
+ """Returns the string representation of the model"""
206
+ import simplejson as json
207
+ if six.PY2:
208
+ import sys
209
+ reload(sys)
210
+ sys.setdefaultencoding("utf-8")
211
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
212
+
213
+ def __repr__(self):
214
+ """For `print`"""
215
+ return self.to_str()
216
+
217
+ def __eq__(self, other):
218
+ """Returns true if both objects are equal"""
219
+ if not isinstance(other, MetricDataResult):
220
+ return False
221
+
222
+ return self.__dict__ == other.__dict__
223
+
224
+ def __ne__(self, other):
225
+ """Returns true if both objects are not equal"""
226
+ return not self == other
@@ -0,0 +1,144 @@
1
+ # coding: utf-8
2
+
3
+ import six
4
+
5
+ from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
6
+
7
+
8
+ class MetricNameResult:
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
+ 'metric': 'str',
21
+ 'name': 'str'
22
+ }
23
+
24
+ attribute_map = {
25
+ 'metric': 'metric',
26
+ 'name': 'name'
27
+ }
28
+
29
+ def __init__(self, metric=None, name=None):
30
+ r"""MetricNameResult
31
+
32
+ The model defined in huaweicloud sdk
33
+
34
+ :param metric: **参数解释**: 指标ID。 **取值范围**: 不涉及。
35
+ :type metric: str
36
+ :param name: **参数解释**: 指标名称。 **取值范围**: 不涉及。
37
+ :type name: str
38
+ """
39
+
40
+
41
+
42
+ self._metric = None
43
+ self._name = None
44
+ self.discriminator = None
45
+
46
+ if metric is not None:
47
+ self.metric = metric
48
+ if name is not None:
49
+ self.name = name
50
+
51
+ @property
52
+ def metric(self):
53
+ r"""Gets the metric of this MetricNameResult.
54
+
55
+ **参数解释**: 指标ID。 **取值范围**: 不涉及。
56
+
57
+ :return: The metric of this MetricNameResult.
58
+ :rtype: str
59
+ """
60
+ return self._metric
61
+
62
+ @metric.setter
63
+ def metric(self, metric):
64
+ r"""Sets the metric of this MetricNameResult.
65
+
66
+ **参数解释**: 指标ID。 **取值范围**: 不涉及。
67
+
68
+ :param metric: The metric of this MetricNameResult.
69
+ :type metric: str
70
+ """
71
+ self._metric = metric
72
+
73
+ @property
74
+ def name(self):
75
+ r"""Gets the name of this MetricNameResult.
76
+
77
+ **参数解释**: 指标名称。 **取值范围**: 不涉及。
78
+
79
+ :return: The name of this MetricNameResult.
80
+ :rtype: str
81
+ """
82
+ return self._name
83
+
84
+ @name.setter
85
+ def name(self, name):
86
+ r"""Sets the name of this MetricNameResult.
87
+
88
+ **参数解释**: 指标名称。 **取值范围**: 不涉及。
89
+
90
+ :param name: The name of this MetricNameResult.
91
+ :type name: str
92
+ """
93
+ self._name = name
94
+
95
+ def to_dict(self):
96
+ """Returns the model properties as a dict"""
97
+ result = {}
98
+
99
+ for attr, _ in six.iteritems(self.openapi_types):
100
+ value = getattr(self, attr)
101
+ if isinstance(value, list):
102
+ result[attr] = list(map(
103
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
104
+ value
105
+ ))
106
+ elif hasattr(value, "to_dict"):
107
+ result[attr] = value.to_dict()
108
+ elif isinstance(value, dict):
109
+ result[attr] = dict(map(
110
+ lambda item: (item[0], item[1].to_dict())
111
+ if hasattr(item[1], "to_dict") else item,
112
+ value.items()
113
+ ))
114
+ else:
115
+ if attr in self.sensitive_list:
116
+ result[attr] = "****"
117
+ else:
118
+ result[attr] = value
119
+
120
+ return result
121
+
122
+ def to_str(self):
123
+ """Returns the string representation of the model"""
124
+ import simplejson as json
125
+ if six.PY2:
126
+ import sys
127
+ reload(sys)
128
+ sys.setdefaultencoding("utf-8")
129
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
130
+
131
+ def __repr__(self):
132
+ """For `print`"""
133
+ return self.to_str()
134
+
135
+ def __eq__(self, other):
136
+ """Returns true if both objects are equal"""
137
+ if not isinstance(other, MetricNameResult):
138
+ return False
139
+
140
+ return self.__dict__ == other.__dict__
141
+
142
+ def __ne__(self, other):
143
+ """Returns true if both objects are not equal"""
144
+ return not self == other
@@ -31,7 +31,7 @@ class ModifyEpsQuotaRequest:
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
34
- :param x_language: 语言。默认值:en-us
34
+ :param x_language: **参数解释**: 语言。 **约束限制**: 不涉及。 **取值范围**: - zh-cn - en-us **默认取值**: en-us
35
35
  :type x_language: str
36
36
  :param body: Body of the ModifyEpsQuotaRequest
37
37
  :type body: :class:`huaweicloudsdkgaussdbforopengauss.v3.ModifyEpsQuotaRequestBody`
@@ -52,7 +52,7 @@ class ModifyEpsQuotaRequest:
52
52
  def x_language(self):
53
53
  r"""Gets the x_language of this ModifyEpsQuotaRequest.
54
54
 
55
- 语言。默认值:en-us
55
+ **参数解释**: 语言。 **约束限制**: 不涉及。 **取值范围**: - zh-cn - en-us **默认取值**: en-us
56
56
 
57
57
  :return: The x_language of this ModifyEpsQuotaRequest.
58
58
  :rtype: str
@@ -63,7 +63,7 @@ class ModifyEpsQuotaRequest:
63
63
  def x_language(self, x_language):
64
64
  r"""Sets the x_language of this ModifyEpsQuotaRequest.
65
65
 
66
- 语言。默认值:en-us
66
+ **参数解释**: 语言。 **约束限制**: 不涉及。 **取值范围**: - zh-cn - en-us **默认取值**: en-us
67
67
 
68
68
  :param x_language: The x_language of this ModifyEpsQuotaRequest.
69
69
  :type x_language: str