huaweicloudsdkgaussdbforopengauss 3.1.142__py2.py3-none-any.whl → 3.1.143__py2.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 (492) hide show
  1. huaweicloudsdkgaussdbforopengauss/v3/__init__.py +39 -0
  2. huaweicloudsdkgaussdbforopengauss/v3/gaussdbforopengauss_async_client.py +1062 -149
  3. huaweicloudsdkgaussdbforopengauss/v3/gaussdbforopengauss_client.py +1062 -149
  4. huaweicloudsdkgaussdbforopengauss/v3/model/__init__.py +39 -0
  5. huaweicloudsdkgaussdbforopengauss/v3/model/add_instance_tags_request.py +7 -7
  6. huaweicloudsdkgaussdbforopengauss/v3/model/add_instance_tags_response.py +5 -5
  7. huaweicloudsdkgaussdbforopengauss/v3/model/add_tags_request_body.py +3 -3
  8. huaweicloudsdkgaussdbforopengauss/v3/model/allow_db_privileges_request.py +7 -7
  9. huaweicloudsdkgaussdbforopengauss/v3/model/allow_db_privileges_response.py +1 -1
  10. huaweicloudsdkgaussdbforopengauss/v3/model/allow_db_role_privileges_request.py +7 -7
  11. huaweicloudsdkgaussdbforopengauss/v3/model/allow_db_role_privileges_request_body.py +5 -5
  12. huaweicloudsdkgaussdbforopengauss/v3/model/allow_db_role_privileges_response.py +1 -1
  13. huaweicloudsdkgaussdbforopengauss/v3/model/applied_histories_result.py +11 -11
  14. huaweicloudsdkgaussdbforopengauss/v3/model/apply_configuration_request_body.py +3 -3
  15. huaweicloudsdkgaussdbforopengauss/v3/model/attach_eip_request.py +9 -9
  16. huaweicloudsdkgaussdbforopengauss/v3/model/attach_eip_response.py +3 -3
  17. huaweicloudsdkgaussdbforopengauss/v3/model/available_flavor_info_result.py +9 -9
  18. huaweicloudsdkgaussdbforopengauss/v3/model/backup_info.py +15 -15
  19. huaweicloudsdkgaussdbforopengauss/v3/model/backup_policy.py +19 -19
  20. huaweicloudsdkgaussdbforopengauss/v3/model/backup_policy_error_response.py +5 -5
  21. huaweicloudsdkgaussdbforopengauss/v3/model/backup_policy_info.py +17 -17
  22. huaweicloudsdkgaussdbforopengauss/v3/model/backups.py +21 -21
  23. huaweicloudsdkgaussdbforopengauss/v3/model/backups_result.py +21 -21
  24. huaweicloudsdkgaussdbforopengauss/v3/model/batch_show_upgrade_candidate_versions_request.py +5 -5
  25. huaweicloudsdkgaussdbforopengauss/v3/model/batch_show_upgrade_candidate_versions_response.py +11 -11
  26. huaweicloudsdkgaussdbforopengauss/v3/model/bind_eip_request_body.py +7 -7
  27. huaweicloudsdkgaussdbforopengauss/v3/model/binded_eip_result.py +21 -21
  28. huaweicloudsdkgaussdbforopengauss/v3/model/can_be_rollbacked_hotfix_detail.py +9 -9
  29. huaweicloudsdkgaussdbforopengauss/v3/model/can_be_upgraded_hotfix_detail.py +9 -9
  30. huaweicloudsdkgaussdbforopengauss/v3/model/cancel_schedule_task_request.py +5 -5
  31. huaweicloudsdkgaussdbforopengauss/v3/model/cancel_schedule_task_response.py +1 -1
  32. huaweicloudsdkgaussdbforopengauss/v3/model/cn_info_before_reduce.py +11 -11
  33. huaweicloudsdkgaussdbforopengauss/v3/model/components.py +13 -13
  34. huaweicloudsdkgaussdbforopengauss/v3/model/configuration_parameter.py +13 -13
  35. huaweicloudsdkgaussdbforopengauss/v3/model/configuration_result.py +19 -19
  36. huaweicloudsdkgaussdbforopengauss/v3/model/configuration_summary.py +19 -19
  37. huaweicloudsdkgaussdbforopengauss/v3/model/configurations_result.py +19 -19
  38. huaweicloudsdkgaussdbforopengauss/v3/model/confirm_restored_data_request.py +5 -5
  39. huaweicloudsdkgaussdbforopengauss/v3/model/confirm_restored_data_response.py +3 -3
  40. huaweicloudsdkgaussdbforopengauss/v3/model/construct_req.py +256 -0
  41. huaweicloudsdkgaussdbforopengauss/v3/model/copy_configuration_request.py +7 -7
  42. huaweicloudsdkgaussdbforopengauss/v3/model/copy_configuration_response.py +3 -3
  43. huaweicloudsdkgaussdbforopengauss/v3/model/create_configuration_template_request.py +5 -5
  44. huaweicloudsdkgaussdbforopengauss/v3/model/create_configuration_template_request_body.py +9 -9
  45. huaweicloudsdkgaussdbforopengauss/v3/model/create_configuration_template_response.py +7 -7
  46. huaweicloudsdkgaussdbforopengauss/v3/model/create_cross_cloud_construct_disaster_request.py +168 -0
  47. huaweicloudsdkgaussdbforopengauss/v3/model/create_cross_cloud_construct_disaster_response.py +116 -0
  48. huaweicloudsdkgaussdbforopengauss/v3/model/create_database_instance_request.py +5 -5
  49. huaweicloudsdkgaussdbforopengauss/v3/model/create_database_instance_request_body.py +47 -47
  50. huaweicloudsdkgaussdbforopengauss/v3/model/create_database_instance_response.py +7 -7
  51. huaweicloudsdkgaussdbforopengauss/v3/model/create_database_instance_result.py +35 -35
  52. huaweicloudsdkgaussdbforopengauss/v3/model/create_database_request.py +7 -7
  53. huaweicloudsdkgaussdbforopengauss/v3/model/create_database_response.py +1 -1
  54. huaweicloudsdkgaussdbforopengauss/v3/model/create_database_schemas_request.py +7 -7
  55. huaweicloudsdkgaussdbforopengauss/v3/model/create_database_schemas_response.py +1 -1
  56. huaweicloudsdkgaussdbforopengauss/v3/model/create_db_instance_request.py +5 -5
  57. huaweicloudsdkgaussdbforopengauss/v3/model/create_db_instance_response.py +7 -7
  58. huaweicloudsdkgaussdbforopengauss/v3/model/create_db_role_request.py +7 -7
  59. huaweicloudsdkgaussdbforopengauss/v3/model/create_db_role_request_body.py +5 -5
  60. huaweicloudsdkgaussdbforopengauss/v3/model/create_db_role_response.py +1 -1
  61. huaweicloudsdkgaussdbforopengauss/v3/model/create_db_user_request.py +7 -7
  62. huaweicloudsdkgaussdbforopengauss/v3/model/create_db_user_response.py +1 -1
  63. huaweicloudsdkgaussdbforopengauss/v3/model/create_gauss_db_instance_request.py +7 -7
  64. huaweicloudsdkgaussdbforopengauss/v3/model/create_gauss_db_instance_response.py +7 -7
  65. huaweicloudsdkgaussdbforopengauss/v3/model/create_instance_datastore_option.py +5 -5
  66. huaweicloudsdkgaussdbforopengauss/v3/model/create_instance_request.py +5 -5
  67. huaweicloudsdkgaussdbforopengauss/v3/model/create_instance_resp_item.py +33 -33
  68. huaweicloudsdkgaussdbforopengauss/v3/model/create_instance_response.py +7 -7
  69. huaweicloudsdkgaussdbforopengauss/v3/model/create_limit_task_node_option.py +5 -5
  70. huaweicloudsdkgaussdbforopengauss/v3/model/create_limit_task_node_result.py +5 -5
  71. huaweicloudsdkgaussdbforopengauss/v3/model/create_limit_task_request.py +5 -5
  72. huaweicloudsdkgaussdbforopengauss/v3/model/create_limit_task_request_body.py +27 -27
  73. huaweicloudsdkgaussdbforopengauss/v3/model/create_limit_task_response.py +45 -45
  74. huaweicloudsdkgaussdbforopengauss/v3/model/create_manual_backup_request.py +5 -5
  75. huaweicloudsdkgaussdbforopengauss/v3/model/create_manual_backup_request_body.py +7 -7
  76. huaweicloudsdkgaussdbforopengauss/v3/model/create_manual_backup_response.py +5 -5
  77. huaweicloudsdkgaussdbforopengauss/v3/model/create_restore_instance_request.py +5 -5
  78. huaweicloudsdkgaussdbforopengauss/v3/model/create_restore_instance_response.py +5 -5
  79. huaweicloudsdkgaussdbforopengauss/v3/model/create_schedule_task_request.py +5 -5
  80. huaweicloudsdkgaussdbforopengauss/v3/model/create_schedule_task_request_body.py +11 -11
  81. huaweicloudsdkgaussdbforopengauss/v3/model/create_schedule_task_response.py +3 -3
  82. huaweicloudsdkgaussdbforopengauss/v3/model/create_slow_log_download_request.py +5 -5
  83. huaweicloudsdkgaussdbforopengauss/v3/model/create_slow_log_download_response.py +3 -3
  84. huaweicloudsdkgaussdbforopengauss/v3/model/data_stroe_error_response.py +5 -5
  85. huaweicloudsdkgaussdbforopengauss/v3/model/datastore_option.py +5 -5
  86. huaweicloudsdkgaussdbforopengauss/v3/model/datastore_result.py +5 -5
  87. huaweicloudsdkgaussdbforopengauss/v3/model/datastores_result.py +5 -5
  88. huaweicloudsdkgaussdbforopengauss/v3/model/db_user_pwd_request.py +5 -5
  89. huaweicloudsdkgaussdbforopengauss/v3/model/delete_backup_error_response.py +5 -5
  90. huaweicloudsdkgaussdbforopengauss/v3/model/delete_configuration_request.py +5 -5
  91. huaweicloudsdkgaussdbforopengauss/v3/model/delete_configuration_response.py +1 -1
  92. huaweicloudsdkgaussdbforopengauss/v3/model/delete_database_request.py +7 -7
  93. huaweicloudsdkgaussdbforopengauss/v3/model/delete_database_response.py +1 -1
  94. huaweicloudsdkgaussdbforopengauss/v3/model/delete_database_schema_request.py +7 -7
  95. huaweicloudsdkgaussdbforopengauss/v3/model/delete_database_schema_request_body.py +5 -5
  96. huaweicloudsdkgaussdbforopengauss/v3/model/delete_database_schema_response.py +1 -1
  97. huaweicloudsdkgaussdbforopengauss/v3/model/delete_instance_request.py +5 -5
  98. huaweicloudsdkgaussdbforopengauss/v3/model/delete_instance_response.py +5 -5
  99. huaweicloudsdkgaussdbforopengauss/v3/model/delete_instance_tag_request.py +7 -7
  100. huaweicloudsdkgaussdbforopengauss/v3/model/delete_instance_tag_response.py +7 -7
  101. huaweicloudsdkgaussdbforopengauss/v3/model/delete_job_request.py +5 -5
  102. huaweicloudsdkgaussdbforopengauss/v3/model/delete_job_response.py +1 -1
  103. huaweicloudsdkgaussdbforopengauss/v3/model/delete_limit_task_request.py +5 -5
  104. huaweicloudsdkgaussdbforopengauss/v3/model/delete_limit_task_response.py +1 -1
  105. huaweicloudsdkgaussdbforopengauss/v3/model/delete_manual_backup_request.py +5 -5
  106. huaweicloudsdkgaussdbforopengauss/v3/model/delete_manual_backup_response.py +5 -5
  107. huaweicloudsdkgaussdbforopengauss/v3/model/delete_schedule_task_request.py +5 -5
  108. huaweicloudsdkgaussdbforopengauss/v3/model/delete_schedule_task_response.py +1 -1
  109. huaweicloudsdkgaussdbforopengauss/v3/model/disaster_failover_req_body.py +143 -0
  110. huaweicloudsdkgaussdbforopengauss/v3/model/disaster_recover_start_simulation_request_body.py +143 -0
  111. huaweicloudsdkgaussdbforopengauss/v3/model/disaster_recover_start_xlog_keep_request_body.py +143 -0
  112. huaweicloudsdkgaussdbforopengauss/v3/model/disaster_recover_stop_simulation_request_body.py +114 -0
  113. huaweicloudsdkgaussdbforopengauss/v3/model/disaster_recover_stop_xlog_keep_request_body.py +114 -0
  114. huaweicloudsdkgaussdbforopengauss/v3/model/disaster_relations.py +513 -0
  115. huaweicloudsdkgaussdbforopengauss/v3/model/download_backup_error_response.py +5 -5
  116. huaweicloudsdkgaussdbforopengauss/v3/model/download_backup_request.py +5 -5
  117. huaweicloudsdkgaussdbforopengauss/v3/model/download_backup_response.py +5 -5
  118. huaweicloudsdkgaussdbforopengauss/v3/model/download_object.py +9 -9
  119. huaweicloudsdkgaussdbforopengauss/v3/model/eps_quotas_option.py +11 -11
  120. huaweicloudsdkgaussdbforopengauss/v3/model/error_response.py +5 -5
  121. huaweicloudsdkgaussdbforopengauss/v3/model/execute_cross_cloud_disaster_data_cache_end_request.py +168 -0
  122. huaweicloudsdkgaussdbforopengauss/v3/model/execute_cross_cloud_disaster_data_cache_end_response.py +116 -0
  123. huaweicloudsdkgaussdbforopengauss/v3/model/execute_cross_cloud_disaster_data_cache_start_request.py +168 -0
  124. huaweicloudsdkgaussdbforopengauss/v3/model/execute_cross_cloud_disaster_data_cache_start_response.py +116 -0
  125. huaweicloudsdkgaussdbforopengauss/v3/model/execute_cross_cloud_disaster_end_simulation_request.py +168 -0
  126. huaweicloudsdkgaussdbforopengauss/v3/model/execute_cross_cloud_disaster_end_simulation_response.py +116 -0
  127. huaweicloudsdkgaussdbforopengauss/v3/model/execute_cross_cloud_disaster_recovery_failover_request.py +168 -0
  128. huaweicloudsdkgaussdbforopengauss/v3/model/execute_cross_cloud_disaster_recovery_failover_response.py +116 -0
  129. huaweicloudsdkgaussdbforopengauss/v3/model/execute_cross_cloud_disaster_restore_request.py +168 -0
  130. huaweicloudsdkgaussdbforopengauss/v3/model/execute_cross_cloud_disaster_restore_response.py +116 -0
  131. huaweicloudsdkgaussdbforopengauss/v3/model/execute_cross_cloud_disaster_start_simulation_request.py +168 -0
  132. huaweicloudsdkgaussdbforopengauss/v3/model/execute_cross_cloud_disaster_start_simulation_response.py +116 -0
  133. huaweicloudsdkgaussdbforopengauss/v3/model/execute_cross_cloud_disaster_switchover_request.py +168 -0
  134. huaweicloudsdkgaussdbforopengauss/v3/model/execute_cross_cloud_disaster_switchover_response.py +116 -0
  135. huaweicloudsdkgaussdbforopengauss/v3/model/execute_cross_cloud_release_disaster_request.py +168 -0
  136. huaweicloudsdkgaussdbforopengauss/v3/model/execute_cross_cloud_release_disaster_response.py +116 -0
  137. huaweicloudsdkgaussdbforopengauss/v3/model/feature_result.py +15 -15
  138. huaweicloudsdkgaussdbforopengauss/v3/model/flavor.py +17 -17
  139. huaweicloudsdkgaussdbforopengauss/v3/model/flavor_error_response.py +5 -5
  140. huaweicloudsdkgaussdbforopengauss/v3/model/flavor_result.py +17 -17
  141. huaweicloudsdkgaussdbforopengauss/v3/model/gauss_d_bfor_open_database_for_creation.py +13 -13
  142. huaweicloudsdkgaussdbforopengauss/v3/model/gauss_d_bfor_open_gauss_create_schema_req.py +5 -5
  143. huaweicloudsdkgaussdbforopengauss/v3/model/gauss_d_bfor_open_gauss_database_for_list_schema.py +5 -5
  144. huaweicloudsdkgaussdbforopengauss/v3/model/gauss_d_bfor_open_gauss_database_schema_req.py +5 -5
  145. huaweicloudsdkgaussdbforopengauss/v3/model/gauss_d_bfor_open_gauss_grant_request.py +5 -5
  146. huaweicloudsdkgaussdbforopengauss/v3/model/gauss_d_bfor_open_gauss_list_database.py +15 -15
  147. huaweicloudsdkgaussdbforopengauss/v3/model/gauss_d_bfor_open_gauss_role_attributes.py +9 -9
  148. huaweicloudsdkgaussdbforopengauss/v3/model/gauss_d_bfor_open_gauss_user_for_creation.py +7 -7
  149. huaweicloudsdkgaussdbforopengauss/v3/model/gauss_d_bfor_open_gauss_user_for_list.py +9 -9
  150. huaweicloudsdkgaussdbforopengauss/v3/model/gauss_d_bfor_open_gauss_user_for_list_attribute.py +19 -19
  151. huaweicloudsdkgaussdbforopengauss/v3/model/gauss_d_bfor_open_gauss_user_with_privilege.py +7 -7
  152. huaweicloudsdkgaussdbforopengauss/v3/model/gauss_db_error_response_body.py +5 -5
  153. huaweicloudsdkgaussdbforopengauss/v3/model/gauss_db_list_database_roles.py +9 -9
  154. huaweicloudsdkgaussdbforopengauss/v3/model/gauss_db_list_database_roles_priv.py +19 -19
  155. huaweicloudsdkgaussdbforopengauss/v3/model/gauss_db_upgrade_instances_version_request.py +9 -9
  156. huaweicloudsdkgaussdbforopengauss/v3/model/get_restore_time_response_restore_time.py +5 -5
  157. huaweicloudsdkgaussdbforopengauss/v3/model/hotfix_info.py +9 -9
  158. huaweicloudsdkgaussdbforopengauss/v3/model/hotfix_info_result.py +9 -9
  159. huaweicloudsdkgaussdbforopengauss/v3/model/hotfix_rollback_infos.py +9 -9
  160. huaweicloudsdkgaussdbforopengauss/v3/model/hotfix_upgrade_infos.py +9 -9
  161. huaweicloudsdkgaussdbforopengauss/v3/model/hotfix_version_info.py +5 -5
  162. huaweicloudsdkgaussdbforopengauss/v3/model/install_kernel_plugin_request.py +7 -7
  163. huaweicloudsdkgaussdbforopengauss/v3/model/install_kernel_plugin_request_body.py +7 -7
  164. huaweicloudsdkgaussdbforopengauss/v3/model/install_kernel_plugin_response.py +3 -3
  165. huaweicloudsdkgaussdbforopengauss/v3/model/instance_detail.py +13 -13
  166. huaweicloudsdkgaussdbforopengauss/v3/model/instance_engine_detail.py +5 -5
  167. huaweicloudsdkgaussdbforopengauss/v3/model/instance_info_result.py +7 -7
  168. huaweicloudsdkgaussdbforopengauss/v3/model/instance_log_file.py +13 -13
  169. huaweicloudsdkgaussdbforopengauss/v3/model/instance_task_detail.py +7 -7
  170. huaweicloudsdkgaussdbforopengauss/v3/model/instances_list_result.py +5 -5
  171. huaweicloudsdkgaussdbforopengauss/v3/model/instances_result.py +15 -15
  172. huaweicloudsdkgaussdbforopengauss/v3/model/job_detail.py +17 -17
  173. huaweicloudsdkgaussdbforopengauss/v3/model/job_instance_info.py +5 -5
  174. huaweicloudsdkgaussdbforopengauss/v3/model/limit_task_rule_info_option.py +7 -7
  175. huaweicloudsdkgaussdbforopengauss/v3/model/list_applicable_instances_request.py +9 -9
  176. huaweicloudsdkgaussdbforopengauss/v3/model/list_applicable_instances_response.py +5 -5
  177. huaweicloudsdkgaussdbforopengauss/v3/model/list_applied_histories_request.py +9 -9
  178. huaweicloudsdkgaussdbforopengauss/v3/model/list_applied_histories_response.py +5 -5
  179. huaweicloudsdkgaussdbforopengauss/v3/model/list_available_flavors_request.py +9 -9
  180. huaweicloudsdkgaussdbforopengauss/v3/model/list_available_flavors_response.py +5 -5
  181. huaweicloudsdkgaussdbforopengauss/v3/model/list_backups_details_request.py +17 -17
  182. huaweicloudsdkgaussdbforopengauss/v3/model/list_backups_details_response.py +5 -5
  183. huaweicloudsdkgaussdbforopengauss/v3/model/list_backups_request.py +17 -17
  184. huaweicloudsdkgaussdbforopengauss/v3/model/list_backups_response.py +5 -5
  185. huaweicloudsdkgaussdbforopengauss/v3/model/list_backups_result.py +21 -21
  186. huaweicloudsdkgaussdbforopengauss/v3/model/list_binded_eips_request.py +9 -9
  187. huaweicloudsdkgaussdbforopengauss/v3/model/list_binded_eips_response.py +5 -5
  188. huaweicloudsdkgaussdbforopengauss/v3/model/list_cn_infos_before_reduce_request.py +5 -5
  189. huaweicloudsdkgaussdbforopengauss/v3/model/list_cn_infos_before_reduce_response.py +7 -7
  190. huaweicloudsdkgaussdbforopengauss/v3/model/list_component_infos_request.py +13 -13
  191. huaweicloudsdkgaussdbforopengauss/v3/model/list_component_infos_response.py +5 -5
  192. huaweicloudsdkgaussdbforopengauss/v3/model/list_configurations_diff_request.py +5 -5
  193. huaweicloudsdkgaussdbforopengauss/v3/model/list_configurations_diff_response.py +3 -3
  194. huaweicloudsdkgaussdbforopengauss/v3/model/list_configurations_request.py +7 -7
  195. huaweicloudsdkgaussdbforopengauss/v3/model/list_configurations_response.py +5 -5
  196. huaweicloudsdkgaussdbforopengauss/v3/model/list_database_instances_request.py +23 -23
  197. huaweicloudsdkgaussdbforopengauss/v3/model/list_database_instances_response.py +5 -5
  198. huaweicloudsdkgaussdbforopengauss/v3/model/list_database_roles_request.py +9 -9
  199. huaweicloudsdkgaussdbforopengauss/v3/model/list_database_roles_response.py +5 -5
  200. huaweicloudsdkgaussdbforopengauss/v3/model/list_database_schemas_request.py +11 -11
  201. huaweicloudsdkgaussdbforopengauss/v3/model/list_database_schemas_response.py +5 -5
  202. huaweicloudsdkgaussdbforopengauss/v3/model/list_databases_request.py +9 -9
  203. huaweicloudsdkgaussdbforopengauss/v3/model/list_databases_response.py +5 -5
  204. huaweicloudsdkgaussdbforopengauss/v3/model/list_datastore.py +13 -13
  205. huaweicloudsdkgaussdbforopengauss/v3/model/list_datastores_details_request.py +3 -3
  206. huaweicloudsdkgaussdbforopengauss/v3/model/list_datastores_details_response.py +3 -3
  207. huaweicloudsdkgaussdbforopengauss/v3/model/list_datastores_request.py +3 -3
  208. huaweicloudsdkgaussdbforopengauss/v3/model/list_datastores_response.py +3 -3
  209. huaweicloudsdkgaussdbforopengauss/v3/model/list_db_backups_request.py +17 -17
  210. huaweicloudsdkgaussdbforopengauss/v3/model/list_db_backups_response.py +5 -5
  211. huaweicloudsdkgaussdbforopengauss/v3/model/list_db_flavors_request.py +13 -13
  212. huaweicloudsdkgaussdbforopengauss/v3/model/list_db_flavors_response.py +5 -5
  213. huaweicloudsdkgaussdbforopengauss/v3/model/list_db_users_request.py +9 -9
  214. huaweicloudsdkgaussdbforopengauss/v3/model/list_db_users_response.py +5 -5
  215. huaweicloudsdkgaussdbforopengauss/v3/model/list_diff_details_result.py +7 -7
  216. huaweicloudsdkgaussdbforopengauss/v3/model/list_disaster_recovery_record_request.py +257 -0
  217. huaweicloudsdkgaussdbforopengauss/v3/model/list_disaster_recovery_record_response.py +116 -0
  218. huaweicloudsdkgaussdbforopengauss/v3/model/list_eps_quotas_request.py +9 -9
  219. huaweicloudsdkgaussdbforopengauss/v3/model/list_eps_quotas_response.py +5 -5
  220. huaweicloudsdkgaussdbforopengauss/v3/model/list_features_request.py +5 -5
  221. huaweicloudsdkgaussdbforopengauss/v3/model/list_features_response.py +3 -3
  222. huaweicloudsdkgaussdbforopengauss/v3/model/list_flavor_info.py +5 -5
  223. huaweicloudsdkgaussdbforopengauss/v3/model/list_flavors_details_request.py +13 -13
  224. huaweicloudsdkgaussdbforopengauss/v3/model/list_flavors_details_response.py +5 -5
  225. huaweicloudsdkgaussdbforopengauss/v3/model/list_flavors_request.py +13 -13
  226. huaweicloudsdkgaussdbforopengauss/v3/model/list_flavors_response.py +5 -5
  227. huaweicloudsdkgaussdbforopengauss/v3/model/list_gauss_db_datastores_request.py +3 -3
  228. huaweicloudsdkgaussdbforopengauss/v3/model/list_gauss_db_datastores_response.py +3 -3
  229. huaweicloudsdkgaussdbforopengauss/v3/model/list_ha.py +5 -5
  230. huaweicloudsdkgaussdbforopengauss/v3/model/list_ha_result.py +5 -5
  231. huaweicloudsdkgaussdbforopengauss/v3/model/list_history_operations_request.py +9 -9
  232. huaweicloudsdkgaussdbforopengauss/v3/model/list_history_operations_response.py +5 -5
  233. huaweicloudsdkgaussdbforopengauss/v3/model/list_history_operations_result.py +11 -11
  234. huaweicloudsdkgaussdbforopengauss/v3/model/list_instance_datastore.py +13 -13
  235. huaweicloudsdkgaussdbforopengauss/v3/model/list_instance_details_request.py +23 -23
  236. huaweicloudsdkgaussdbforopengauss/v3/model/list_instance_details_response.py +5 -5
  237. huaweicloudsdkgaussdbforopengauss/v3/model/list_instance_engine_detail_request.py +7 -7
  238. huaweicloudsdkgaussdbforopengauss/v3/model/list_instance_engine_detail_response.py +5 -5
  239. huaweicloudsdkgaussdbforopengauss/v3/model/list_instance_error_logs_request.py +13 -13
  240. huaweicloudsdkgaussdbforopengauss/v3/model/list_instance_error_logs_response.py +5 -5
  241. huaweicloudsdkgaussdbforopengauss/v3/model/list_instance_response.py +63 -63
  242. huaweicloudsdkgaussdbforopengauss/v3/model/list_instance_result.py +65 -65
  243. huaweicloudsdkgaussdbforopengauss/v3/model/list_instance_tags_request.py +5 -5
  244. huaweicloudsdkgaussdbforopengauss/v3/model/list_instance_tags_response.py +5 -5
  245. huaweicloudsdkgaussdbforopengauss/v3/model/list_instances_details_request.py +23 -23
  246. huaweicloudsdkgaussdbforopengauss/v3/model/list_instances_details_response.py +5 -5
  247. huaweicloudsdkgaussdbforopengauss/v3/model/list_instances_request.py +23 -23
  248. huaweicloudsdkgaussdbforopengauss/v3/model/list_instances_response.py +5 -5
  249. huaweicloudsdkgaussdbforopengauss/v3/model/list_instances_result.py +65 -65
  250. huaweicloudsdkgaussdbforopengauss/v3/model/list_kernel_plugins_request.py +5 -5
  251. huaweicloudsdkgaussdbforopengauss/v3/model/list_kernel_plugins_response.py +3 -3
  252. huaweicloudsdkgaussdbforopengauss/v3/model/list_limit_task_request.py +23 -23
  253. huaweicloudsdkgaussdbforopengauss/v3/model/list_limit_task_response.py +9 -9
  254. huaweicloudsdkgaussdbforopengauss/v3/model/list_limit_task_response_result.py +43 -43
  255. huaweicloudsdkgaussdbforopengauss/v3/model/list_node_limit_sql_model_request.py +11 -11
  256. huaweicloudsdkgaussdbforopengauss/v3/model/list_node_limit_sql_model_response.py +9 -9
  257. huaweicloudsdkgaussdbforopengauss/v3/model/list_node_limit_sql_model_response_result.py +5 -5
  258. huaweicloudsdkgaussdbforopengauss/v3/model/list_param_group_templates_request.py +7 -7
  259. huaweicloudsdkgaussdbforopengauss/v3/model/list_param_group_templates_response.py +5 -5
  260. huaweicloudsdkgaussdbforopengauss/v3/model/list_parameter_group_templates_request.py +7 -7
  261. huaweicloudsdkgaussdbforopengauss/v3/model/list_parameter_group_templates_response.py +5 -5
  262. huaweicloudsdkgaussdbforopengauss/v3/model/list_plugin_extensions_request.py +7 -7
  263. huaweicloudsdkgaussdbforopengauss/v3/model/list_plugin_extensions_request_body.py +5 -5
  264. huaweicloudsdkgaussdbforopengauss/v3/model/list_plugin_extensions_response.py +3 -3
  265. huaweicloudsdkgaussdbforopengauss/v3/model/list_predefined_tags_request.py +3 -3
  266. huaweicloudsdkgaussdbforopengauss/v3/model/list_predefined_tags_response.py +3 -3
  267. huaweicloudsdkgaussdbforopengauss/v3/model/list_project_tags_request.py +3 -3
  268. huaweicloudsdkgaussdbforopengauss/v3/model/list_project_tags_response.py +3 -3
  269. huaweicloudsdkgaussdbforopengauss/v3/model/list_quota_result.py +21 -21
  270. huaweicloudsdkgaussdbforopengauss/v3/model/list_recycle_instances_details_request.py +9 -9
  271. huaweicloudsdkgaussdbforopengauss/v3/model/list_recycle_instances_details_response.py +5 -5
  272. huaweicloudsdkgaussdbforopengauss/v3/model/list_recycle_instances_request.py +9 -9
  273. huaweicloudsdkgaussdbforopengauss/v3/model/list_recycle_instances_response.py +5 -5
  274. huaweicloudsdkgaussdbforopengauss/v3/model/list_restorable_instances_details_request.py +13 -13
  275. huaweicloudsdkgaussdbforopengauss/v3/model/list_restorable_instances_details_response.py +5 -5
  276. huaweicloudsdkgaussdbforopengauss/v3/model/list_restorable_instances_request.py +13 -13
  277. huaweicloudsdkgaussdbforopengauss/v3/model/list_restorable_instances_response.py +5 -5
  278. huaweicloudsdkgaussdbforopengauss/v3/model/list_restore_times_request.py +7 -7
  279. huaweicloudsdkgaussdbforopengauss/v3/model/list_restore_times_response.py +3 -3
  280. huaweicloudsdkgaussdbforopengauss/v3/model/list_schedule_task_request.py +17 -17
  281. huaweicloudsdkgaussdbforopengauss/v3/model/list_schedule_task_response.py +5 -5
  282. huaweicloudsdkgaussdbforopengauss/v3/model/list_storage_types_request.py +7 -7
  283. huaweicloudsdkgaussdbforopengauss/v3/model/list_storage_types_response.py +3 -3
  284. huaweicloudsdkgaussdbforopengauss/v3/model/list_support_kernel_plugins_request.py +3 -3
  285. huaweicloudsdkgaussdbforopengauss/v3/model/list_support_kernel_plugins_response.py +3 -3
  286. huaweicloudsdkgaussdbforopengauss/v3/model/list_tasks_request.py +15 -15
  287. huaweicloudsdkgaussdbforopengauss/v3/model/list_tasks_response.py +5 -5
  288. huaweicloudsdkgaussdbforopengauss/v3/model/list_top_io_traffics_request.py +13 -13
  289. huaweicloudsdkgaussdbforopengauss/v3/model/list_top_io_traffics_response.py +3 -3
  290. huaweicloudsdkgaussdbforopengauss/v3/model/list_volume.py +5 -5
  291. huaweicloudsdkgaussdbforopengauss/v3/model/modify_eps_quota_request.py +5 -5
  292. huaweicloudsdkgaussdbforopengauss/v3/model/modify_eps_quota_request_body.py +3 -3
  293. huaweicloudsdkgaussdbforopengauss/v3/model/modify_eps_quota_response.py +1 -1
  294. huaweicloudsdkgaussdbforopengauss/v3/model/my_sql_compatibility_result.py +3 -3
  295. huaweicloudsdkgaussdbforopengauss/v3/model/node_result.py +17 -17
  296. huaweicloudsdkgaussdbforopengauss/v3/model/nodes.py +13 -13
  297. huaweicloudsdkgaussdbforopengauss/v3/model/open_gauss_backup_strategy.py +5 -5
  298. huaweicloudsdkgaussdbforopengauss/v3/model/open_gauss_backup_strategy_for_list_response.py +5 -5
  299. huaweicloudsdkgaussdbforopengauss/v3/model/open_gauss_backup_strategy_for_response.py +5 -5
  300. huaweicloudsdkgaussdbforopengauss/v3/model/open_gauss_charge_info.py +11 -11
  301. huaweicloudsdkgaussdbforopengauss/v3/model/open_gauss_charge_info_list_response.py +3 -3
  302. huaweicloudsdkgaussdbforopengauss/v3/model/open_gauss_charge_info_response.py +11 -11
  303. huaweicloudsdkgaussdbforopengauss/v3/model/open_gauss_coordinators.py +3 -3
  304. huaweicloudsdkgaussdbforopengauss/v3/model/open_gauss_datastore.py +5 -5
  305. huaweicloudsdkgaussdbforopengauss/v3/model/open_gauss_datastore_option.py +5 -5
  306. huaweicloudsdkgaussdbforopengauss/v3/model/open_gauss_datastore_response.py +5 -5
  307. huaweicloudsdkgaussdbforopengauss/v3/model/open_gauss_datastore_result.py +5 -5
  308. huaweicloudsdkgaussdbforopengauss/v3/model/open_gauss_enlarge_volume.py +3 -3
  309. huaweicloudsdkgaussdbforopengauss/v3/model/open_gauss_error_response.py +5 -5
  310. huaweicloudsdkgaussdbforopengauss/v3/model/open_gauss_expand_cluster.py +5 -5
  311. huaweicloudsdkgaussdbforopengauss/v3/model/open_gauss_ha.py +9 -9
  312. huaweicloudsdkgaussdbforopengauss/v3/model/open_gauss_ha_option.py +9 -9
  313. huaweicloudsdkgaussdbforopengauss/v3/model/open_gauss_ha_response.py +7 -7
  314. huaweicloudsdkgaussdbforopengauss/v3/model/open_gauss_ha_result.py +9 -9
  315. huaweicloudsdkgaussdbforopengauss/v3/model/open_gauss_instance_action_request.py +7 -7
  316. huaweicloudsdkgaussdbforopengauss/v3/model/open_gauss_instance_request.py +45 -45
  317. huaweicloudsdkgaussdbforopengauss/v3/model/open_gauss_instance_request_body.py +47 -47
  318. huaweicloudsdkgaussdbforopengauss/v3/model/open_gauss_instance_response.py +35 -35
  319. huaweicloudsdkgaussdbforopengauss/v3/model/open_gauss_instance_result.py +35 -35
  320. huaweicloudsdkgaussdbforopengauss/v3/model/open_gauss_modify_instance_configuration_request.py +3 -3
  321. huaweicloudsdkgaussdbforopengauss/v3/model/open_gauss_resize_request.py +5 -5
  322. huaweicloudsdkgaussdbforopengauss/v3/model/open_gauss_shard.py +3 -3
  323. huaweicloudsdkgaussdbforopengauss/v3/model/open_gauss_upgrade_request.py +11 -11
  324. huaweicloudsdkgaussdbforopengauss/v3/model/open_gauss_volume.py +5 -5
  325. huaweicloudsdkgaussdbforopengauss/v3/model/open_gauss_volume_response.py +5 -5
  326. huaweicloudsdkgaussdbforopengauss/v3/model/open_gauss_volume_result.py +5 -5
  327. huaweicloudsdkgaussdbforopengauss/v3/model/opengauss_restore_instance_request.py +37 -37
  328. huaweicloudsdkgaussdbforopengauss/v3/model/para_error_response.py +5 -5
  329. huaweicloudsdkgaussdbforopengauss/v3/model/para_error_response_body.py +5 -5
  330. huaweicloudsdkgaussdbforopengauss/v3/model/para_group_parameter_result.py +15 -15
  331. huaweicloudsdkgaussdbforopengauss/v3/model/param_group_copy_request_body.py +5 -5
  332. huaweicloudsdkgaussdbforopengauss/v3/model/param_group_diff_request_body.py +5 -5
  333. huaweicloudsdkgaussdbforopengauss/v3/model/plugin_extensions.py +5 -5
  334. huaweicloudsdkgaussdbforopengauss/v3/model/project_quotas_result.py +3 -3
  335. huaweicloudsdkgaussdbforopengauss/v3/model/pwd_reset_request.py +3 -3
  336. huaweicloudsdkgaussdbforopengauss/v3/model/record_info_response.py +405 -0
  337. huaweicloudsdkgaussdbforopengauss/v3/model/recovery_backup_source.py +9 -9
  338. huaweicloudsdkgaussdbforopengauss/v3/model/recovery_backup_target.py +3 -3
  339. huaweicloudsdkgaussdbforopengauss/v3/model/recycle_instances_detail_result.py +35 -35
  340. huaweicloudsdkgaussdbforopengauss/v3/model/recycle_instances_detail_result_v1.py +35 -35
  341. huaweicloudsdkgaussdbforopengauss/v3/model/recycle_policy.py +3 -3
  342. huaweicloudsdkgaussdbforopengauss/v3/model/recycle_policy_request_body.py +3 -3
  343. huaweicloudsdkgaussdbforopengauss/v3/model/region_instance_info.py +231 -0
  344. huaweicloudsdkgaussdbforopengauss/v3/model/release_disaster_req.py +114 -0
  345. huaweicloudsdkgaussdbforopengauss/v3/model/reset_configuration_request.py +5 -5
  346. huaweicloudsdkgaussdbforopengauss/v3/model/reset_configuration_response.py +3 -3
  347. huaweicloudsdkgaussdbforopengauss/v3/model/reset_dr_config_request.py +168 -0
  348. huaweicloudsdkgaussdbforopengauss/v3/model/reset_dr_config_request_body.py +115 -0
  349. huaweicloudsdkgaussdbforopengauss/v3/model/reset_dr_config_response.py +85 -0
  350. huaweicloudsdkgaussdbforopengauss/v3/model/reset_pwd_request.py +7 -7
  351. huaweicloudsdkgaussdbforopengauss/v3/model/reset_pwd_response.py +1 -1
  352. huaweicloudsdkgaussdbforopengauss/v3/model/resize_instance_flavor_request.py +7 -7
  353. huaweicloudsdkgaussdbforopengauss/v3/model/resize_instance_flavor_response.py +5 -5
  354. huaweicloudsdkgaussdbforopengauss/v3/model/resource_error_response.py +5 -5
  355. huaweicloudsdkgaussdbforopengauss/v3/model/resource_result.py +7 -7
  356. huaweicloudsdkgaussdbforopengauss/v3/model/restart_instance_request.py +5 -5
  357. huaweicloudsdkgaussdbforopengauss/v3/model/restart_instance_response.py +3 -3
  358. huaweicloudsdkgaussdbforopengauss/v3/model/restore_disaster_req.py +114 -0
  359. huaweicloudsdkgaussdbforopengauss/v3/model/restore_instance_request.py +5 -5
  360. huaweicloudsdkgaussdbforopengauss/v3/model/restore_instance_request_body.py +5 -5
  361. huaweicloudsdkgaussdbforopengauss/v3/model/restore_instance_response.py +3 -3
  362. huaweicloudsdkgaussdbforopengauss/v3/model/restore_point.py +5 -5
  363. huaweicloudsdkgaussdbforopengauss/v3/model/resume_plugin_extensions_request.py +7 -7
  364. huaweicloudsdkgaussdbforopengauss/v3/model/resume_plugin_extensions_request_body.py +9 -9
  365. huaweicloudsdkgaussdbforopengauss/v3/model/resume_plugin_extensions_response.py +3 -3
  366. huaweicloudsdkgaussdbforopengauss/v3/model/roll_upgrade_progress.py +11 -11
  367. huaweicloudsdkgaussdbforopengauss/v3/model/run_instance_action_request.py +7 -7
  368. huaweicloudsdkgaussdbforopengauss/v3/model/run_instance_action_response.py +5 -5
  369. huaweicloudsdkgaussdbforopengauss/v3/model/schedule_task_detail.py +17 -17
  370. huaweicloudsdkgaussdbforopengauss/v3/model/search_auto_enlarge_policy_request.py +5 -5
  371. huaweicloudsdkgaussdbforopengauss/v3/model/search_auto_enlarge_policy_response.py +17 -17
  372. huaweicloudsdkgaussdbforopengauss/v3/model/set_backup_policy_request.py +7 -7
  373. huaweicloudsdkgaussdbforopengauss/v3/model/set_backup_policy_request_body.py +3 -3
  374. huaweicloudsdkgaussdbforopengauss/v3/model/set_backup_policy_response.py +1 -1
  375. huaweicloudsdkgaussdbforopengauss/v3/model/set_db_user_pwd_request.py +7 -7
  376. huaweicloudsdkgaussdbforopengauss/v3/model/set_db_user_pwd_response.py +1 -1
  377. huaweicloudsdkgaussdbforopengauss/v3/model/set_kernel_plugin_license_request.py +7 -7
  378. huaweicloudsdkgaussdbforopengauss/v3/model/set_kernel_plugin_license_request_body.py +3 -3
  379. huaweicloudsdkgaussdbforopengauss/v3/model/set_kernel_plugin_license_response.py +3 -3
  380. huaweicloudsdkgaussdbforopengauss/v3/model/set_new_backup_policy_request.py +7 -7
  381. huaweicloudsdkgaussdbforopengauss/v3/model/set_new_backup_policy_request_body.py +3 -3
  382. huaweicloudsdkgaussdbforopengauss/v3/model/set_new_backup_policy_response.py +1 -1
  383. huaweicloudsdkgaussdbforopengauss/v3/model/set_recycle_policy_request.py +3 -3
  384. huaweicloudsdkgaussdbforopengauss/v3/model/set_recycle_policy_response.py +3 -3
  385. huaweicloudsdkgaussdbforopengauss/v3/model/shards.py +5 -5
  386. huaweicloudsdkgaussdbforopengauss/v3/model/show_backup_policy.py +21 -21
  387. huaweicloudsdkgaussdbforopengauss/v3/model/show_backup_policy_request.py +5 -5
  388. huaweicloudsdkgaussdbforopengauss/v3/model/show_backup_policy_response.py +3 -3
  389. huaweicloudsdkgaussdbforopengauss/v3/model/show_balance_status_request.py +5 -5
  390. huaweicloudsdkgaussdbforopengauss/v3/model/show_balance_status_response.py +3 -3
  391. huaweicloudsdkgaussdbforopengauss/v3/model/show_batch_upgrade_candidate_versions_request.py +5 -5
  392. huaweicloudsdkgaussdbforopengauss/v3/model/show_batch_upgrade_candidate_versions_response.py +11 -11
  393. huaweicloudsdkgaussdbforopengauss/v3/model/show_configuration_detail_request.py +5 -5
  394. huaweicloudsdkgaussdbforopengauss/v3/model/show_configuration_detail_response.py +17 -17
  395. huaweicloudsdkgaussdbforopengauss/v3/model/show_cross_cloud_disaster_instance_monitor_request.py +172 -0
  396. huaweicloudsdkgaussdbforopengauss/v3/model/show_cross_cloud_disaster_instance_monitor_response.py +319 -0
  397. huaweicloudsdkgaussdbforopengauss/v3/model/show_cross_cloud_disaster_relations_request.py +318 -0
  398. huaweicloudsdkgaussdbforopengauss/v3/model/show_cross_cloud_disaster_relations_response.py +145 -0
  399. huaweicloudsdkgaussdbforopengauss/v3/model/show_deployment_form_request.py +7 -7
  400. huaweicloudsdkgaussdbforopengauss/v3/model/show_deployment_form_response.py +9 -9
  401. huaweicloudsdkgaussdbforopengauss/v3/model/show_error_log_switch_status_request.py +5 -5
  402. huaweicloudsdkgaussdbforopengauss/v3/model/show_error_log_switch_status_response.py +3 -3
  403. huaweicloudsdkgaussdbforopengauss/v3/model/show_instance_configuration_request.py +5 -5
  404. huaweicloudsdkgaussdbforopengauss/v3/model/show_instance_configuration_response.py +11 -11
  405. huaweicloudsdkgaussdbforopengauss/v3/model/show_instance_disk_request.py +5 -5
  406. huaweicloudsdkgaussdbforopengauss/v3/model/show_instance_disk_response.py +5 -5
  407. huaweicloudsdkgaussdbforopengauss/v3/model/show_instance_param_group_detail_request.py +5 -5
  408. huaweicloudsdkgaussdbforopengauss/v3/model/show_instance_param_group_detail_response.py +11 -11
  409. huaweicloudsdkgaussdbforopengauss/v3/model/show_instance_param_group_request.py +5 -5
  410. huaweicloudsdkgaussdbforopengauss/v3/model/show_instance_param_group_response.py +11 -11
  411. huaweicloudsdkgaussdbforopengauss/v3/model/show_instance_snapshot_request.py +9 -9
  412. huaweicloudsdkgaussdbforopengauss/v3/model/show_instance_snapshot_response.py +19 -19
  413. huaweicloudsdkgaussdbforopengauss/v3/model/show_job_detail_request.py +3 -3
  414. huaweicloudsdkgaussdbforopengauss/v3/model/show_job_detail_response.py +3 -3
  415. huaweicloudsdkgaussdbforopengauss/v3/model/show_limit_task_node_option.py +5 -5
  416. huaweicloudsdkgaussdbforopengauss/v3/model/show_limit_task_request.py +5 -5
  417. huaweicloudsdkgaussdbforopengauss/v3/model/show_limit_task_response.py +23 -23
  418. huaweicloudsdkgaussdbforopengauss/v3/model/show_parameter_group_detail_request.py +5 -5
  419. huaweicloudsdkgaussdbforopengauss/v3/model/show_parameter_group_detail_response.py +17 -17
  420. huaweicloudsdkgaussdbforopengauss/v3/model/show_project_quotas_request.py +5 -5
  421. huaweicloudsdkgaussdbforopengauss/v3/model/show_project_quotas_response.py +3 -3
  422. huaweicloudsdkgaussdbforopengauss/v3/model/show_recycle_policy_request.py +3 -3
  423. huaweicloudsdkgaussdbforopengauss/v3/model/show_recycle_policy_response.py +3 -3
  424. huaweicloudsdkgaussdbforopengauss/v3/model/show_slow_log_download_request.py +5 -5
  425. huaweicloudsdkgaussdbforopengauss/v3/model/show_slow_log_download_response.py +3 -3
  426. huaweicloudsdkgaussdbforopengauss/v3/model/show_source_instance_detail_request.py +9 -9
  427. huaweicloudsdkgaussdbforopengauss/v3/model/show_source_instance_detail_response.py +19 -19
  428. huaweicloudsdkgaussdbforopengauss/v3/model/show_ssl_cert_download_link_request.py +5 -5
  429. huaweicloudsdkgaussdbforopengauss/v3/model/show_ssl_cert_download_link_response.py +3 -3
  430. huaweicloudsdkgaussdbforopengauss/v3/model/show_upgrade_candidate_versions_details_request.py +5 -5
  431. huaweicloudsdkgaussdbforopengauss/v3/model/show_upgrade_candidate_versions_details_response.py +21 -21
  432. huaweicloudsdkgaussdbforopengauss/v3/model/show_upgrade_candidate_versions_request.py +5 -5
  433. huaweicloudsdkgaussdbforopengauss/v3/model/show_upgrade_candidate_versions_response.py +21 -21
  434. huaweicloudsdkgaussdbforopengauss/v3/model/slow_log_download_info.py +27 -27
  435. huaweicloudsdkgaussdbforopengauss/v3/model/start_instance_request.py +7 -7
  436. huaweicloudsdkgaussdbforopengauss/v3/model/start_instance_request_body.py +3 -3
  437. huaweicloudsdkgaussdbforopengauss/v3/model/start_instance_response.py +3 -3
  438. huaweicloudsdkgaussdbforopengauss/v3/model/start_my_sql_compatibility_request_body.py +3 -3
  439. huaweicloudsdkgaussdbforopengauss/v3/model/start_mysql_compatibility_request.py +7 -7
  440. huaweicloudsdkgaussdbforopengauss/v3/model/start_mysql_compatibility_response.py +3 -3
  441. huaweicloudsdkgaussdbforopengauss/v3/model/stop_backup_request.py +5 -5
  442. huaweicloudsdkgaussdbforopengauss/v3/model/stop_backup_response.py +3 -3
  443. huaweicloudsdkgaussdbforopengauss/v3/model/stop_instance_request.py +7 -7
  444. huaweicloudsdkgaussdbforopengauss/v3/model/stop_instance_request_body.py +3 -3
  445. huaweicloudsdkgaussdbforopengauss/v3/model/stop_instance_response.py +3 -3
  446. huaweicloudsdkgaussdbforopengauss/v3/model/storage.py +7 -7
  447. huaweicloudsdkgaussdbforopengauss/v3/model/switch_configuration_request.py +7 -7
  448. huaweicloudsdkgaussdbforopengauss/v3/model/switch_configuration_response.py +3 -3
  449. huaweicloudsdkgaussdbforopengauss/v3/model/switch_shard_request.py +7 -7
  450. huaweicloudsdkgaussdbforopengauss/v3/model/switch_shard_request_body.py +3 -3
  451. huaweicloudsdkgaussdbforopengauss/v3/model/switch_shard_response.py +3 -3
  452. huaweicloudsdkgaussdbforopengauss/v3/model/switchover_req.py +143 -0
  453. huaweicloudsdkgaussdbforopengauss/v3/model/sync_limit_data_request.py +3 -3
  454. huaweicloudsdkgaussdbforopengauss/v3/model/sync_limit_data_response.py +9 -9
  455. huaweicloudsdkgaussdbforopengauss/v3/model/tag_result.py +5 -5
  456. huaweicloudsdkgaussdbforopengauss/v3/model/tags_option.py +5 -5
  457. huaweicloudsdkgaussdbforopengauss/v3/model/tags_result.py +5 -5
  458. huaweicloudsdkgaussdbforopengauss/v3/model/task_detail_result.py +17 -17
  459. huaweicloudsdkgaussdbforopengauss/v3/model/top_io_info.py +23 -23
  460. huaweicloudsdkgaussdbforopengauss/v3/model/update_features_request.py +7 -7
  461. huaweicloudsdkgaussdbforopengauss/v3/model/update_features_request_body.py +3 -3
  462. huaweicloudsdkgaussdbforopengauss/v3/model/update_features_response.py +3 -3
  463. huaweicloudsdkgaussdbforopengauss/v3/model/update_instance_configuration_request.py +7 -7
  464. huaweicloudsdkgaussdbforopengauss/v3/model/update_instance_configuration_response.py +5 -5
  465. huaweicloudsdkgaussdbforopengauss/v3/model/update_instance_name_request.py +7 -7
  466. huaweicloudsdkgaussdbforopengauss/v3/model/update_instance_name_response.py +3 -3
  467. huaweicloudsdkgaussdbforopengauss/v3/model/update_limit_task_request.py +7 -7
  468. huaweicloudsdkgaussdbforopengauss/v3/model/update_limit_task_request_body.py +17 -17
  469. huaweicloudsdkgaussdbforopengauss/v3/model/update_limit_task_response.py +23 -23
  470. huaweicloudsdkgaussdbforopengauss/v3/model/update_my_sql_compatibility_request_body.py +3 -3
  471. huaweicloudsdkgaussdbforopengauss/v3/model/update_mysql_compatibility_request.py +7 -7
  472. huaweicloudsdkgaussdbforopengauss/v3/model/update_mysql_compatibility_response.py +3 -3
  473. huaweicloudsdkgaussdbforopengauss/v3/model/update_name_request_body.py +3 -3
  474. huaweicloudsdkgaussdbforopengauss/v3/model/upgrade_action_info.py +5 -5
  475. huaweicloudsdkgaussdbforopengauss/v3/model/upgrade_error_response_body.py +5 -5
  476. huaweicloudsdkgaussdbforopengauss/v3/model/upgrade_instance_version_request.py +7 -7
  477. huaweicloudsdkgaussdbforopengauss/v3/model/upgrade_instance_version_response.py +5 -5
  478. huaweicloudsdkgaussdbforopengauss/v3/model/upgrade_instances_request_body.py +3 -3
  479. huaweicloudsdkgaussdbforopengauss/v3/model/upgrade_instances_version_request.py +5 -5
  480. huaweicloudsdkgaussdbforopengauss/v3/model/upgrade_instances_version_response.py +11 -11
  481. huaweicloudsdkgaussdbforopengauss/v3/model/upgrade_type_info.py +9 -9
  482. huaweicloudsdkgaussdbforopengauss/v3/model/validate_para_group_name_request.py +5 -5
  483. huaweicloudsdkgaussdbforopengauss/v3/model/validate_para_group_name_response.py +3 -3
  484. huaweicloudsdkgaussdbforopengauss/v3/model/validate_weak_password_request.py +5 -5
  485. huaweicloudsdkgaussdbforopengauss/v3/model/validate_weak_password_response.py +3 -3
  486. huaweicloudsdkgaussdbforopengauss/v3/model/weak_password_request_body.py +3 -3
  487. {huaweicloudsdkgaussdbforopengauss-3.1.142.dist-info → huaweicloudsdkgaussdbforopengauss-3.1.143.dist-info}/METADATA +2 -2
  488. huaweicloudsdkgaussdbforopengauss-3.1.143.dist-info/RECORD +494 -0
  489. huaweicloudsdkgaussdbforopengauss-3.1.142.dist-info/RECORD +0 -455
  490. {huaweicloudsdkgaussdbforopengauss-3.1.142.dist-info → huaweicloudsdkgaussdbforopengauss-3.1.143.dist-info}/LICENSE +0 -0
  491. {huaweicloudsdkgaussdbforopengauss-3.1.142.dist-info → huaweicloudsdkgaussdbforopengauss-3.1.143.dist-info}/WHEEL +0 -0
  492. {huaweicloudsdkgaussdbforopengauss-3.1.142.dist-info → huaweicloudsdkgaussdbforopengauss-3.1.143.dist-info}/top_level.txt +0 -0
@@ -68,7 +68,7 @@ class CreateLimitTaskResponse(SdkResponse):
68
68
  }
69
69
 
70
70
  def __init__(self, task_id=None, task_scope=None, limit_type=None, limit_type_value=None, databases=None, task_name=None, sql_model=None, key_words=None, status=None, instance_id=None, rule_name=None, parallel_size=None, cpu_utilization=None, memory_utilization=None, start_time=None, end_time=None, created=None, updated=None, creator=None, modifier=None, node_infos=None, job_id=None):
71
- """CreateLimitTaskResponse
71
+ r"""CreateLimitTaskResponse
72
72
 
73
73
  The model defined in huaweicloud sdk
74
74
 
@@ -191,7 +191,7 @@ class CreateLimitTaskResponse(SdkResponse):
191
191
 
192
192
  @property
193
193
  def task_id(self):
194
- """Gets the task_id of this CreateLimitTaskResponse.
194
+ r"""Gets the task_id of this CreateLimitTaskResponse.
195
195
 
196
196
  限流任务ID。
197
197
 
@@ -202,7 +202,7 @@ class CreateLimitTaskResponse(SdkResponse):
202
202
 
203
203
  @task_id.setter
204
204
  def task_id(self, task_id):
205
- """Sets the task_id of this CreateLimitTaskResponse.
205
+ r"""Sets the task_id of this CreateLimitTaskResponse.
206
206
 
207
207
  限流任务ID。
208
208
 
@@ -213,7 +213,7 @@ class CreateLimitTaskResponse(SdkResponse):
213
213
 
214
214
  @property
215
215
  def task_scope(self):
216
- """Gets the task_scope of this CreateLimitTaskResponse.
216
+ r"""Gets the task_scope of this CreateLimitTaskResponse.
217
217
 
218
218
  任务限流范围,与请求参数相同。
219
219
 
@@ -224,7 +224,7 @@ class CreateLimitTaskResponse(SdkResponse):
224
224
 
225
225
  @task_scope.setter
226
226
  def task_scope(self, task_scope):
227
- """Sets the task_scope of this CreateLimitTaskResponse.
227
+ r"""Sets the task_scope of this CreateLimitTaskResponse.
228
228
 
229
229
  任务限流范围,与请求参数相同。
230
230
 
@@ -235,7 +235,7 @@ class CreateLimitTaskResponse(SdkResponse):
235
235
 
236
236
  @property
237
237
  def limit_type(self):
238
- """Gets the limit_type of this CreateLimitTaskResponse.
238
+ r"""Gets the limit_type of this CreateLimitTaskResponse.
239
239
 
240
240
  任务限流类型,与请求参数相同。
241
241
 
@@ -246,7 +246,7 @@ class CreateLimitTaskResponse(SdkResponse):
246
246
 
247
247
  @limit_type.setter
248
248
  def limit_type(self, limit_type):
249
- """Sets the limit_type of this CreateLimitTaskResponse.
249
+ r"""Sets the limit_type of this CreateLimitTaskResponse.
250
250
 
251
251
  任务限流类型,与请求参数相同。
252
252
 
@@ -257,7 +257,7 @@ class CreateLimitTaskResponse(SdkResponse):
257
257
 
258
258
  @property
259
259
  def limit_type_value(self):
260
- """Gets the limit_type_value of this CreateLimitTaskResponse.
260
+ r"""Gets the limit_type_value of this CreateLimitTaskResponse.
261
261
 
262
262
  任务限流类型值,与请求参数相同。
263
263
 
@@ -268,7 +268,7 @@ class CreateLimitTaskResponse(SdkResponse):
268
268
 
269
269
  @limit_type_value.setter
270
270
  def limit_type_value(self, limit_type_value):
271
- """Sets the limit_type_value of this CreateLimitTaskResponse.
271
+ r"""Sets the limit_type_value of this CreateLimitTaskResponse.
272
272
 
273
273
  任务限流类型值,与请求参数相同。
274
274
 
@@ -279,7 +279,7 @@ class CreateLimitTaskResponse(SdkResponse):
279
279
 
280
280
  @property
281
281
  def databases(self):
282
- """Gets the databases of this CreateLimitTaskResponse.
282
+ r"""Gets the databases of this CreateLimitTaskResponse.
283
283
 
284
284
  CN节点数据库组,每个数据库字符串以逗号形式隔开。
285
285
 
@@ -290,7 +290,7 @@ class CreateLimitTaskResponse(SdkResponse):
290
290
 
291
291
  @databases.setter
292
292
  def databases(self, databases):
293
- """Sets the databases of this CreateLimitTaskResponse.
293
+ r"""Sets the databases of this CreateLimitTaskResponse.
294
294
 
295
295
  CN节点数据库组,每个数据库字符串以逗号形式隔开。
296
296
 
@@ -301,7 +301,7 @@ class CreateLimitTaskResponse(SdkResponse):
301
301
 
302
302
  @property
303
303
  def task_name(self):
304
- """Gets the task_name of this CreateLimitTaskResponse.
304
+ r"""Gets the task_name of this CreateLimitTaskResponse.
305
305
 
306
306
  限流任务名。
307
307
 
@@ -312,7 +312,7 @@ class CreateLimitTaskResponse(SdkResponse):
312
312
 
313
313
  @task_name.setter
314
314
  def task_name(self, task_name):
315
- """Sets the task_name of this CreateLimitTaskResponse.
315
+ r"""Sets the task_name of this CreateLimitTaskResponse.
316
316
 
317
317
  限流任务名。
318
318
 
@@ -323,7 +323,7 @@ class CreateLimitTaskResponse(SdkResponse):
323
323
 
324
324
  @property
325
325
  def sql_model(self):
326
- """Gets the sql_model of this CreateLimitTaskResponse.
326
+ r"""Gets the sql_model of this CreateLimitTaskResponse.
327
327
 
328
328
  SQL模板,仅当任务类型为SQL_ID时,返回该值且与请求参数相同。
329
329
 
@@ -334,7 +334,7 @@ class CreateLimitTaskResponse(SdkResponse):
334
334
 
335
335
  @sql_model.setter
336
336
  def sql_model(self, sql_model):
337
- """Sets the sql_model of this CreateLimitTaskResponse.
337
+ r"""Sets the sql_model of this CreateLimitTaskResponse.
338
338
 
339
339
  SQL模板,仅当任务类型为SQL_ID时,返回该值且与请求参数相同。
340
340
 
@@ -345,7 +345,7 @@ class CreateLimitTaskResponse(SdkResponse):
345
345
 
346
346
  @property
347
347
  def key_words(self):
348
- """Gets the key_words of this CreateLimitTaskResponse.
348
+ r"""Gets the key_words of this CreateLimitTaskResponse.
349
349
 
350
350
  关键词,仅当任务类型为SQL_TYPE时,返回该值且与请求参数相同。
351
351
 
@@ -356,7 +356,7 @@ class CreateLimitTaskResponse(SdkResponse):
356
356
 
357
357
  @key_words.setter
358
358
  def key_words(self, key_words):
359
- """Sets the key_words of this CreateLimitTaskResponse.
359
+ r"""Sets the key_words of this CreateLimitTaskResponse.
360
360
 
361
361
  关键词,仅当任务类型为SQL_TYPE时,返回该值且与请求参数相同。
362
362
 
@@ -367,7 +367,7 @@ class CreateLimitTaskResponse(SdkResponse):
367
367
 
368
368
  @property
369
369
  def status(self):
370
- """Gets the status of this CreateLimitTaskResponse.
370
+ r"""Gets the status of this CreateLimitTaskResponse.
371
371
 
372
372
  限流任务状态,当前支持:CREATING,UPDATEING,DELETING,WAIT_EXCUTE,EXCUTING,TIME_OVER,DELETED,CREATE_FAILED,UPDATE_FAILED,DELETE_FAILED,EXCEPTION,NODE_SHUT_DOWN。
373
373
 
@@ -378,7 +378,7 @@ class CreateLimitTaskResponse(SdkResponse):
378
378
 
379
379
  @status.setter
380
380
  def status(self, status):
381
- """Sets the status of this CreateLimitTaskResponse.
381
+ r"""Sets the status of this CreateLimitTaskResponse.
382
382
 
383
383
  限流任务状态,当前支持:CREATING,UPDATEING,DELETING,WAIT_EXCUTE,EXCUTING,TIME_OVER,DELETED,CREATE_FAILED,UPDATE_FAILED,DELETE_FAILED,EXCEPTION,NODE_SHUT_DOWN。
384
384
 
@@ -389,7 +389,7 @@ class CreateLimitTaskResponse(SdkResponse):
389
389
 
390
390
  @property
391
391
  def instance_id(self):
392
- """Gets the instance_id of this CreateLimitTaskResponse.
392
+ r"""Gets the instance_id of this CreateLimitTaskResponse.
393
393
 
394
394
  实例id。
395
395
 
@@ -400,7 +400,7 @@ class CreateLimitTaskResponse(SdkResponse):
400
400
 
401
401
  @instance_id.setter
402
402
  def instance_id(self, instance_id):
403
- """Sets the instance_id of this CreateLimitTaskResponse.
403
+ r"""Sets the instance_id of this CreateLimitTaskResponse.
404
404
 
405
405
  实例id。
406
406
 
@@ -411,7 +411,7 @@ class CreateLimitTaskResponse(SdkResponse):
411
411
 
412
412
  @property
413
413
  def rule_name(self):
414
- """Gets the rule_name of this CreateLimitTaskResponse.
414
+ r"""Gets the rule_name of this CreateLimitTaskResponse.
415
415
 
416
416
  规则名。
417
417
 
@@ -422,7 +422,7 @@ class CreateLimitTaskResponse(SdkResponse):
422
422
 
423
423
  @rule_name.setter
424
424
  def rule_name(self, rule_name):
425
- """Sets the rule_name of this CreateLimitTaskResponse.
425
+ r"""Sets the rule_name of this CreateLimitTaskResponse.
426
426
 
427
427
  规则名。
428
428
 
@@ -433,7 +433,7 @@ class CreateLimitTaskResponse(SdkResponse):
433
433
 
434
434
  @property
435
435
  def parallel_size(self):
436
- """Gets the parallel_size of this CreateLimitTaskResponse.
436
+ r"""Gets the parallel_size of this CreateLimitTaskResponse.
437
437
 
438
438
  并发数,与请求参数相同。
439
439
 
@@ -444,7 +444,7 @@ class CreateLimitTaskResponse(SdkResponse):
444
444
 
445
445
  @parallel_size.setter
446
446
  def parallel_size(self, parallel_size):
447
- """Sets the parallel_size of this CreateLimitTaskResponse.
447
+ r"""Sets the parallel_size of this CreateLimitTaskResponse.
448
448
 
449
449
  并发数,与请求参数相同。
450
450
 
@@ -455,7 +455,7 @@ class CreateLimitTaskResponse(SdkResponse):
455
455
 
456
456
  @property
457
457
  def cpu_utilization(self):
458
- """Gets the cpu_utilization of this CreateLimitTaskResponse.
458
+ r"""Gets the cpu_utilization of this CreateLimitTaskResponse.
459
459
 
460
460
  cpu利用率阈值,仅当任务类型为SESSION_ACTIVE_MAX_COUNT时,返回该值且只保留正整数。
461
461
 
@@ -466,7 +466,7 @@ class CreateLimitTaskResponse(SdkResponse):
466
466
 
467
467
  @cpu_utilization.setter
468
468
  def cpu_utilization(self, cpu_utilization):
469
- """Sets the cpu_utilization of this CreateLimitTaskResponse.
469
+ r"""Sets the cpu_utilization of this CreateLimitTaskResponse.
470
470
 
471
471
  cpu利用率阈值,仅当任务类型为SESSION_ACTIVE_MAX_COUNT时,返回该值且只保留正整数。
472
472
 
@@ -477,7 +477,7 @@ class CreateLimitTaskResponse(SdkResponse):
477
477
 
478
478
  @property
479
479
  def memory_utilization(self):
480
- """Gets the memory_utilization of this CreateLimitTaskResponse.
480
+ r"""Gets the memory_utilization of this CreateLimitTaskResponse.
481
481
 
482
482
  内存利用率阈值,仅当任务类型为SESSION_ACTIVE_MAX_COUNT时,返回该值且只保留正整数。
483
483
 
@@ -488,7 +488,7 @@ class CreateLimitTaskResponse(SdkResponse):
488
488
 
489
489
  @memory_utilization.setter
490
490
  def memory_utilization(self, memory_utilization):
491
- """Sets the memory_utilization of this CreateLimitTaskResponse.
491
+ r"""Sets the memory_utilization of this CreateLimitTaskResponse.
492
492
 
493
493
  内存利用率阈值,仅当任务类型为SESSION_ACTIVE_MAX_COUNT时,返回该值且只保留正整数。
494
494
 
@@ -499,7 +499,7 @@ class CreateLimitTaskResponse(SdkResponse):
499
499
 
500
500
  @property
501
501
  def start_time(self):
502
- """Gets the start_time of this CreateLimitTaskResponse.
502
+ r"""Gets the start_time of this CreateLimitTaskResponse.
503
503
 
504
504
  限流任务开始时间,与请求参数相同,格式为yyyy-mm-ddThh:mm:ssZ,当前时间指UTC时间。
505
505
 
@@ -510,7 +510,7 @@ class CreateLimitTaskResponse(SdkResponse):
510
510
 
511
511
  @start_time.setter
512
512
  def start_time(self, start_time):
513
- """Sets the start_time of this CreateLimitTaskResponse.
513
+ r"""Sets the start_time of this CreateLimitTaskResponse.
514
514
 
515
515
  限流任务开始时间,与请求参数相同,格式为yyyy-mm-ddThh:mm:ssZ,当前时间指UTC时间。
516
516
 
@@ -521,7 +521,7 @@ class CreateLimitTaskResponse(SdkResponse):
521
521
 
522
522
  @property
523
523
  def end_time(self):
524
- """Gets the end_time of this CreateLimitTaskResponse.
524
+ r"""Gets the end_time of this CreateLimitTaskResponse.
525
525
 
526
526
  限流任务结束时间,与请求参数相同,格式为yyyy-mm-ddThh:mm:ssZ,当前时间指UTC时间。
527
527
 
@@ -532,7 +532,7 @@ class CreateLimitTaskResponse(SdkResponse):
532
532
 
533
533
  @end_time.setter
534
534
  def end_time(self, end_time):
535
- """Sets the end_time of this CreateLimitTaskResponse.
535
+ r"""Sets the end_time of this CreateLimitTaskResponse.
536
536
 
537
537
  限流任务结束时间,与请求参数相同,格式为yyyy-mm-ddThh:mm:ssZ,当前时间指UTC时间。
538
538
 
@@ -543,7 +543,7 @@ class CreateLimitTaskResponse(SdkResponse):
543
543
 
544
544
  @property
545
545
  def created(self):
546
- """Gets the created of this CreateLimitTaskResponse.
546
+ r"""Gets the created of this CreateLimitTaskResponse.
547
547
 
548
548
  创建时间为本地时间,格式为yyyy-mm-ddThh:mm:ssZ。
549
549
 
@@ -554,7 +554,7 @@ class CreateLimitTaskResponse(SdkResponse):
554
554
 
555
555
  @created.setter
556
556
  def created(self, created):
557
- """Sets the created of this CreateLimitTaskResponse.
557
+ r"""Sets the created of this CreateLimitTaskResponse.
558
558
 
559
559
  创建时间为本地时间,格式为yyyy-mm-ddThh:mm:ssZ。
560
560
 
@@ -565,7 +565,7 @@ class CreateLimitTaskResponse(SdkResponse):
565
565
 
566
566
  @property
567
567
  def updated(self):
568
- """Gets the updated of this CreateLimitTaskResponse.
568
+ r"""Gets the updated of this CreateLimitTaskResponse.
569
569
 
570
570
  更新时间为本地时间,格式为yyyy-mm-ddThh:mm:ssZ。
571
571
 
@@ -576,7 +576,7 @@ class CreateLimitTaskResponse(SdkResponse):
576
576
 
577
577
  @updated.setter
578
578
  def updated(self, updated):
579
- """Sets the updated of this CreateLimitTaskResponse.
579
+ r"""Sets the updated of this CreateLimitTaskResponse.
580
580
 
581
581
  更新时间为本地时间,格式为yyyy-mm-ddThh:mm:ssZ。
582
582
 
@@ -587,7 +587,7 @@ class CreateLimitTaskResponse(SdkResponse):
587
587
 
588
588
  @property
589
589
  def creator(self):
590
- """Gets the creator of this CreateLimitTaskResponse.
590
+ r"""Gets the creator of this CreateLimitTaskResponse.
591
591
 
592
592
  创建者。
593
593
 
@@ -598,7 +598,7 @@ class CreateLimitTaskResponse(SdkResponse):
598
598
 
599
599
  @creator.setter
600
600
  def creator(self, creator):
601
- """Sets the creator of this CreateLimitTaskResponse.
601
+ r"""Sets the creator of this CreateLimitTaskResponse.
602
602
 
603
603
  创建者。
604
604
 
@@ -609,7 +609,7 @@ class CreateLimitTaskResponse(SdkResponse):
609
609
 
610
610
  @property
611
611
  def modifier(self):
612
- """Gets the modifier of this CreateLimitTaskResponse.
612
+ r"""Gets the modifier of this CreateLimitTaskResponse.
613
613
 
614
614
  更新者。
615
615
 
@@ -620,7 +620,7 @@ class CreateLimitTaskResponse(SdkResponse):
620
620
 
621
621
  @modifier.setter
622
622
  def modifier(self, modifier):
623
- """Sets the modifier of this CreateLimitTaskResponse.
623
+ r"""Sets the modifier of this CreateLimitTaskResponse.
624
624
 
625
625
  更新者。
626
626
 
@@ -631,7 +631,7 @@ class CreateLimitTaskResponse(SdkResponse):
631
631
 
632
632
  @property
633
633
  def node_infos(self):
634
- """Gets the node_infos of this CreateLimitTaskResponse.
634
+ r"""Gets the node_infos of this CreateLimitTaskResponse.
635
635
 
636
636
  CN节点信息列表,如果类型为SQLID,必返。
637
637
 
@@ -642,7 +642,7 @@ class CreateLimitTaskResponse(SdkResponse):
642
642
 
643
643
  @node_infos.setter
644
644
  def node_infos(self, node_infos):
645
- """Sets the node_infos of this CreateLimitTaskResponse.
645
+ r"""Sets the node_infos of this CreateLimitTaskResponse.
646
646
 
647
647
  CN节点信息列表,如果类型为SQLID,必返。
648
648
 
@@ -653,7 +653,7 @@ class CreateLimitTaskResponse(SdkResponse):
653
653
 
654
654
  @property
655
655
  def job_id(self):
656
- """Gets the job_id of this CreateLimitTaskResponse.
656
+ r"""Gets the job_id of this CreateLimitTaskResponse.
657
657
 
658
658
  工作流ID。
659
659
 
@@ -664,7 +664,7 @@ class CreateLimitTaskResponse(SdkResponse):
664
664
 
665
665
  @job_id.setter
666
666
  def job_id(self, job_id):
667
- """Sets the job_id of this CreateLimitTaskResponse.
667
+ r"""Sets the job_id of this CreateLimitTaskResponse.
668
668
 
669
669
  工作流ID。
670
670
 
@@ -27,7 +27,7 @@ class CreateManualBackupRequest:
27
27
  }
28
28
 
29
29
  def __init__(self, x_language=None, body=None):
30
- """CreateManualBackupRequest
30
+ r"""CreateManualBackupRequest
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -50,7 +50,7 @@ class CreateManualBackupRequest:
50
50
 
51
51
  @property
52
52
  def x_language(self):
53
- """Gets the x_language of this CreateManualBackupRequest.
53
+ r"""Gets the x_language of this CreateManualBackupRequest.
54
54
 
55
55
  语言
56
56
 
@@ -61,7 +61,7 @@ class CreateManualBackupRequest:
61
61
 
62
62
  @x_language.setter
63
63
  def x_language(self, x_language):
64
- """Sets the x_language of this CreateManualBackupRequest.
64
+ r"""Sets the x_language of this CreateManualBackupRequest.
65
65
 
66
66
  语言
67
67
 
@@ -72,7 +72,7 @@ class CreateManualBackupRequest:
72
72
 
73
73
  @property
74
74
  def body(self):
75
- """Gets the body of this CreateManualBackupRequest.
75
+ r"""Gets the body of this CreateManualBackupRequest.
76
76
 
77
77
  :return: The body of this CreateManualBackupRequest.
78
78
  :rtype: :class:`huaweicloudsdkgaussdbforopengauss.v3.CreateManualBackupRequestBody`
@@ -81,7 +81,7 @@ class CreateManualBackupRequest:
81
81
 
82
82
  @body.setter
83
83
  def body(self, body):
84
- """Sets the body of this CreateManualBackupRequest.
84
+ r"""Sets the body of this CreateManualBackupRequest.
85
85
 
86
86
  :param body: The body of this CreateManualBackupRequest.
87
87
  :type body: :class:`huaweicloudsdkgaussdbforopengauss.v3.CreateManualBackupRequestBody`
@@ -29,7 +29,7 @@ class CreateManualBackupRequestBody:
29
29
  }
30
30
 
31
31
  def __init__(self, instance_id=None, name=None, description=None):
32
- """CreateManualBackupRequestBody
32
+ r"""CreateManualBackupRequestBody
33
33
 
34
34
  The model defined in huaweicloud sdk
35
35
 
@@ -55,7 +55,7 @@ class CreateManualBackupRequestBody:
55
55
 
56
56
  @property
57
57
  def instance_id(self):
58
- """Gets the instance_id of this CreateManualBackupRequestBody.
58
+ r"""Gets the instance_id of this CreateManualBackupRequestBody.
59
59
 
60
60
  实例ID。
61
61
 
@@ -66,7 +66,7 @@ class CreateManualBackupRequestBody:
66
66
 
67
67
  @instance_id.setter
68
68
  def instance_id(self, instance_id):
69
- """Sets the instance_id of this CreateManualBackupRequestBody.
69
+ r"""Sets the instance_id of this CreateManualBackupRequestBody.
70
70
 
71
71
  实例ID。
72
72
 
@@ -77,7 +77,7 @@ class CreateManualBackupRequestBody:
77
77
 
78
78
  @property
79
79
  def name(self):
80
- """Gets the name of this CreateManualBackupRequestBody.
80
+ r"""Gets the name of this CreateManualBackupRequestBody.
81
81
 
82
82
  备份名称,不可重复,4~64个字符,必须以英文字母开头,区分大小写,可以包含英文字母、数字、中划线或者下划线,不能包含其他特殊字符。
83
83
 
@@ -88,7 +88,7 @@ class CreateManualBackupRequestBody:
88
88
 
89
89
  @name.setter
90
90
  def name(self, name):
91
- """Sets the name of this CreateManualBackupRequestBody.
91
+ r"""Sets the name of this CreateManualBackupRequestBody.
92
92
 
93
93
  备份名称,不可重复,4~64个字符,必须以英文字母开头,区分大小写,可以包含英文字母、数字、中划线或者下划线,不能包含其他特殊字符。
94
94
 
@@ -99,7 +99,7 @@ class CreateManualBackupRequestBody:
99
99
 
100
100
  @property
101
101
  def description(self):
102
- """Gets the description of this CreateManualBackupRequestBody.
102
+ r"""Gets the description of this CreateManualBackupRequestBody.
103
103
 
104
104
  备份描述,不能包含>!<\"&'=特殊字符,不大于256个字符。
105
105
 
@@ -110,7 +110,7 @@ class CreateManualBackupRequestBody:
110
110
 
111
111
  @description.setter
112
112
  def description(self, description):
113
- """Sets the description of this CreateManualBackupRequestBody.
113
+ r"""Sets the description of this CreateManualBackupRequestBody.
114
114
 
115
115
  备份描述,不能包含>!<\"&'=特殊字符,不大于256个字符。
116
116
 
@@ -28,7 +28,7 @@ class CreateManualBackupResponse(SdkResponse):
28
28
  }
29
29
 
30
30
  def __init__(self, backup=None, job_id=None):
31
- """CreateManualBackupResponse
31
+ r"""CreateManualBackupResponse
32
32
 
33
33
  The model defined in huaweicloud sdk
34
34
 
@@ -51,7 +51,7 @@ class CreateManualBackupResponse(SdkResponse):
51
51
 
52
52
  @property
53
53
  def backup(self):
54
- """Gets the backup of this CreateManualBackupResponse.
54
+ r"""Gets the backup of this CreateManualBackupResponse.
55
55
 
56
56
  :return: The backup of this CreateManualBackupResponse.
57
57
  :rtype: :class:`huaweicloudsdkgaussdbforopengauss.v3.BackupInfo`
@@ -60,7 +60,7 @@ class CreateManualBackupResponse(SdkResponse):
60
60
 
61
61
  @backup.setter
62
62
  def backup(self, backup):
63
- """Sets the backup of this CreateManualBackupResponse.
63
+ r"""Sets the backup of this CreateManualBackupResponse.
64
64
 
65
65
  :param backup: The backup of this CreateManualBackupResponse.
66
66
  :type backup: :class:`huaweicloudsdkgaussdbforopengauss.v3.BackupInfo`
@@ -69,7 +69,7 @@ class CreateManualBackupResponse(SdkResponse):
69
69
 
70
70
  @property
71
71
  def job_id(self):
72
- """Gets the job_id of this CreateManualBackupResponse.
72
+ r"""Gets the job_id of this CreateManualBackupResponse.
73
73
 
74
74
  任务id。
75
75
 
@@ -80,7 +80,7 @@ class CreateManualBackupResponse(SdkResponse):
80
80
 
81
81
  @job_id.setter
82
82
  def job_id(self, job_id):
83
- """Sets the job_id of this CreateManualBackupResponse.
83
+ r"""Sets the job_id of this CreateManualBackupResponse.
84
84
 
85
85
  任务id。
86
86
 
@@ -27,7 +27,7 @@ class CreateRestoreInstanceRequest:
27
27
  }
28
28
 
29
29
  def __init__(self, x_language=None, body=None):
30
- """CreateRestoreInstanceRequest
30
+ r"""CreateRestoreInstanceRequest
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -50,7 +50,7 @@ class CreateRestoreInstanceRequest:
50
50
 
51
51
  @property
52
52
  def x_language(self):
53
- """Gets the x_language of this CreateRestoreInstanceRequest.
53
+ r"""Gets the x_language of this CreateRestoreInstanceRequest.
54
54
 
55
55
  语言
56
56
 
@@ -61,7 +61,7 @@ class CreateRestoreInstanceRequest:
61
61
 
62
62
  @x_language.setter
63
63
  def x_language(self, x_language):
64
- """Sets the x_language of this CreateRestoreInstanceRequest.
64
+ r"""Sets the x_language of this CreateRestoreInstanceRequest.
65
65
 
66
66
  语言
67
67
 
@@ -72,7 +72,7 @@ class CreateRestoreInstanceRequest:
72
72
 
73
73
  @property
74
74
  def body(self):
75
- """Gets the body of this CreateRestoreInstanceRequest.
75
+ r"""Gets the body of this CreateRestoreInstanceRequest.
76
76
 
77
77
  :return: The body of this CreateRestoreInstanceRequest.
78
78
  :rtype: :class:`huaweicloudsdkgaussdbforopengauss.v3.OpengaussRestoreInstanceRequest`
@@ -81,7 +81,7 @@ class CreateRestoreInstanceRequest:
81
81
 
82
82
  @body.setter
83
83
  def body(self, body):
84
- """Sets the body of this CreateRestoreInstanceRequest.
84
+ r"""Sets the body of this CreateRestoreInstanceRequest.
85
85
 
86
86
  :param body: The body of this CreateRestoreInstanceRequest.
87
87
  :type body: :class:`huaweicloudsdkgaussdbforopengauss.v3.OpengaussRestoreInstanceRequest`
@@ -28,7 +28,7 @@ class CreateRestoreInstanceResponse(SdkResponse):
28
28
  }
29
29
 
30
30
  def __init__(self, instance=None, job_id=None):
31
- """CreateRestoreInstanceResponse
31
+ r"""CreateRestoreInstanceResponse
32
32
 
33
33
  The model defined in huaweicloud sdk
34
34
 
@@ -51,7 +51,7 @@ class CreateRestoreInstanceResponse(SdkResponse):
51
51
 
52
52
  @property
53
53
  def instance(self):
54
- """Gets the instance of this CreateRestoreInstanceResponse.
54
+ r"""Gets the instance of this CreateRestoreInstanceResponse.
55
55
 
56
56
  :return: The instance of this CreateRestoreInstanceResponse.
57
57
  :rtype: :class:`huaweicloudsdkgaussdbforopengauss.v3.CreateInstanceRespItem`
@@ -60,7 +60,7 @@ class CreateRestoreInstanceResponse(SdkResponse):
60
60
 
61
61
  @instance.setter
62
62
  def instance(self, instance):
63
- """Sets the instance of this CreateRestoreInstanceResponse.
63
+ r"""Sets the instance of this CreateRestoreInstanceResponse.
64
64
 
65
65
  :param instance: The instance of this CreateRestoreInstanceResponse.
66
66
  :type instance: :class:`huaweicloudsdkgaussdbforopengauss.v3.CreateInstanceRespItem`
@@ -69,7 +69,7 @@ class CreateRestoreInstanceResponse(SdkResponse):
69
69
 
70
70
  @property
71
71
  def job_id(self):
72
- """Gets the job_id of this CreateRestoreInstanceResponse.
72
+ r"""Gets the job_id of this CreateRestoreInstanceResponse.
73
73
 
74
74
  恢复新实例的任务id。 仅恢复按需实例时会返回该参数。
75
75
 
@@ -80,7 +80,7 @@ class CreateRestoreInstanceResponse(SdkResponse):
80
80
 
81
81
  @job_id.setter
82
82
  def job_id(self, job_id):
83
- """Sets the job_id of this CreateRestoreInstanceResponse.
83
+ r"""Sets the job_id of this CreateRestoreInstanceResponse.
84
84
 
85
85
  恢复新实例的任务id。 仅恢复按需实例时会返回该参数。
86
86
 
@@ -27,7 +27,7 @@ class CreateScheduleTaskRequest:
27
27
  }
28
28
 
29
29
  def __init__(self, x_language=None, body=None):
30
- """CreateScheduleTaskRequest
30
+ r"""CreateScheduleTaskRequest
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -50,7 +50,7 @@ class CreateScheduleTaskRequest:
50
50
 
51
51
  @property
52
52
  def x_language(self):
53
- """Gets the x_language of this CreateScheduleTaskRequest.
53
+ r"""Gets the x_language of this CreateScheduleTaskRequest.
54
54
 
55
55
  语言。
56
56
 
@@ -61,7 +61,7 @@ class CreateScheduleTaskRequest:
61
61
 
62
62
  @x_language.setter
63
63
  def x_language(self, x_language):
64
- """Sets the x_language of this CreateScheduleTaskRequest.
64
+ r"""Sets the x_language of this CreateScheduleTaskRequest.
65
65
 
66
66
  语言。
67
67
 
@@ -72,7 +72,7 @@ class CreateScheduleTaskRequest:
72
72
 
73
73
  @property
74
74
  def body(self):
75
- """Gets the body of this CreateScheduleTaskRequest.
75
+ r"""Gets the body of this CreateScheduleTaskRequest.
76
76
 
77
77
  :return: The body of this CreateScheduleTaskRequest.
78
78
  :rtype: :class:`huaweicloudsdkgaussdbforopengauss.v3.CreateScheduleTaskRequestBody`
@@ -81,7 +81,7 @@ class CreateScheduleTaskRequest:
81
81
 
82
82
  @body.setter
83
83
  def body(self, body):
84
- """Sets the body of this CreateScheduleTaskRequest.
84
+ r"""Sets the body of this CreateScheduleTaskRequest.
85
85
 
86
86
  :param body: The body of this CreateScheduleTaskRequest.
87
87
  :type body: :class:`huaweicloudsdkgaussdbforopengauss.v3.CreateScheduleTaskRequestBody`