huaweicloudsdkgaussdbforopengauss 3.1.142__py2.py3-none-any.whl → 3.1.144__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 +8 -8
  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 +8 -8
  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.144.dist-info}/METADATA +2 -2
  488. huaweicloudsdkgaussdbforopengauss-3.1.144.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.144.dist-info}/LICENSE +0 -0
  491. {huaweicloudsdkgaussdbforopengauss-3.1.142.dist-info → huaweicloudsdkgaussdbforopengauss-3.1.144.dist-info}/WHEEL +0 -0
  492. {huaweicloudsdkgaussdbforopengauss-3.1.142.dist-info → huaweicloudsdkgaussdbforopengauss-3.1.144.dist-info}/top_level.txt +0 -0
@@ -35,7 +35,7 @@ class Nodes:
35
35
  }
36
36
 
37
37
  def __init__(self, id=None, name=None, availability_zone_id=None, description=None, status=None, components=None):
38
- """Nodes
38
+ r"""Nodes
39
39
 
40
40
  The model defined in huaweicloud sdk
41
41
 
@@ -76,7 +76,7 @@ class Nodes:
76
76
 
77
77
  @property
78
78
  def id(self):
79
- """Gets the id of this Nodes.
79
+ r"""Gets the id of this Nodes.
80
80
 
81
81
  节点ID。
82
82
 
@@ -87,7 +87,7 @@ class Nodes:
87
87
 
88
88
  @id.setter
89
89
  def id(self, id):
90
- """Sets the id of this Nodes.
90
+ r"""Sets the id of this Nodes.
91
91
 
92
92
  节点ID。
93
93
 
@@ -98,7 +98,7 @@ class Nodes:
98
98
 
99
99
  @property
100
100
  def name(self):
101
- """Gets the name of this Nodes.
101
+ r"""Gets the name of this Nodes.
102
102
 
103
103
  节点名字。
104
104
 
@@ -109,7 +109,7 @@ class Nodes:
109
109
 
110
110
  @name.setter
111
111
  def name(self, name):
112
- """Sets the name of this Nodes.
112
+ r"""Sets the name of this Nodes.
113
113
 
114
114
  节点名字。
115
115
 
@@ -120,7 +120,7 @@ class Nodes:
120
120
 
121
121
  @property
122
122
  def availability_zone_id(self):
123
- """Gets the availability_zone_id of this Nodes.
123
+ r"""Gets the availability_zone_id of this Nodes.
124
124
 
125
125
  节点所在可用区编码。
126
126
 
@@ -131,7 +131,7 @@ class Nodes:
131
131
 
132
132
  @availability_zone_id.setter
133
133
  def availability_zone_id(self, availability_zone_id):
134
- """Sets the availability_zone_id of this Nodes.
134
+ r"""Sets the availability_zone_id of this Nodes.
135
135
 
136
136
  节点所在可用区编码。
137
137
 
@@ -142,7 +142,7 @@ class Nodes:
142
142
 
143
143
  @property
144
144
  def description(self):
145
- """Gets the description of this Nodes.
145
+ r"""Gets the description of this Nodes.
146
146
 
147
147
  可用区描述信息。
148
148
 
@@ -153,7 +153,7 @@ class Nodes:
153
153
 
154
154
  @description.setter
155
155
  def description(self, description):
156
- """Sets the description of this Nodes.
156
+ r"""Sets the description of this Nodes.
157
157
 
158
158
  可用区描述信息。
159
159
 
@@ -164,7 +164,7 @@ class Nodes:
164
164
 
165
165
  @property
166
166
  def status(self):
167
- """Gets the status of this Nodes.
167
+ r"""Gets the status of this Nodes.
168
168
 
169
169
  节点状态。
170
170
 
@@ -175,7 +175,7 @@ class Nodes:
175
175
 
176
176
  @status.setter
177
177
  def status(self, status):
178
- """Sets the status of this Nodes.
178
+ r"""Sets the status of this Nodes.
179
179
 
180
180
  节点状态。
181
181
 
@@ -186,7 +186,7 @@ class Nodes:
186
186
 
187
187
  @property
188
188
  def components(self):
189
- """Gets the components of this Nodes.
189
+ r"""Gets the components of this Nodes.
190
190
 
191
191
  组件列表。
192
192
 
@@ -197,7 +197,7 @@ class Nodes:
197
197
 
198
198
  @components.setter
199
199
  def components(self, components):
200
- """Sets the components of this Nodes.
200
+ r"""Sets the components of this Nodes.
201
201
 
202
202
  组件列表。
203
203
 
@@ -27,7 +27,7 @@ class OpenGaussBackupStrategy:
27
27
  }
28
28
 
29
29
  def __init__(self, start_time=None, keep_days=None):
30
- """OpenGaussBackupStrategy
30
+ r"""OpenGaussBackupStrategy
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -49,7 +49,7 @@ class OpenGaussBackupStrategy:
49
49
 
50
50
  @property
51
51
  def start_time(self):
52
- """Gets the start_time of this OpenGaussBackupStrategy.
52
+ r"""Gets the start_time of this OpenGaussBackupStrategy.
53
53
 
54
54
  备份时间段。自动备份将在该时间段内触发。 取值范围:非空,格式必须为hh:mm-HH:MM且有效,当前时间指UTC时间。 - HH取值必须比hh大1。 - mm和MM取值必须相同,且取值必须为00。 取值示例: - 08:00-09:00 - 23:00-00:00
55
55
 
@@ -60,7 +60,7 @@ class OpenGaussBackupStrategy:
60
60
 
61
61
  @start_time.setter
62
62
  def start_time(self, start_time):
63
- """Sets the start_time of this OpenGaussBackupStrategy.
63
+ r"""Sets the start_time of this OpenGaussBackupStrategy.
64
64
 
65
65
  备份时间段。自动备份将在该时间段内触发。 取值范围:非空,格式必须为hh:mm-HH:MM且有效,当前时间指UTC时间。 - HH取值必须比hh大1。 - mm和MM取值必须相同,且取值必须为00。 取值示例: - 08:00-09:00 - 23:00-00:00
66
66
 
@@ -71,7 +71,7 @@ class OpenGaussBackupStrategy:
71
71
 
72
72
  @property
73
73
  def keep_days(self):
74
- """Gets the keep_days of this OpenGaussBackupStrategy.
74
+ r"""Gets the keep_days of this OpenGaussBackupStrategy.
75
75
 
76
76
  指定备份文件的可保存天数。 取值范围:0~732。该参数缺省或为0时,默认填写为7天。
77
77
 
@@ -82,7 +82,7 @@ class OpenGaussBackupStrategy:
82
82
 
83
83
  @keep_days.setter
84
84
  def keep_days(self, keep_days):
85
- """Sets the keep_days of this OpenGaussBackupStrategy.
85
+ r"""Sets the keep_days of this OpenGaussBackupStrategy.
86
86
 
87
87
  指定备份文件的可保存天数。 取值范围:0~732。该参数缺省或为0时,默认填写为7天。
88
88
 
@@ -27,7 +27,7 @@ class OpenGaussBackupStrategyForListResponse:
27
27
  }
28
28
 
29
29
  def __init__(self, start_time=None, keep_days=None):
30
- """OpenGaussBackupStrategyForListResponse
30
+ r"""OpenGaussBackupStrategyForListResponse
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -48,7 +48,7 @@ class OpenGaussBackupStrategyForListResponse:
48
48
 
49
49
  @property
50
50
  def start_time(self):
51
- """Gets the start_time of this OpenGaussBackupStrategyForListResponse.
51
+ r"""Gets the start_time of this OpenGaussBackupStrategyForListResponse.
52
52
 
53
53
  备份时间段。自动备份将在该时间段内触发。 当前时间指UTC时间。
54
54
 
@@ -59,7 +59,7 @@ class OpenGaussBackupStrategyForListResponse:
59
59
 
60
60
  @start_time.setter
61
61
  def start_time(self, start_time):
62
- """Sets the start_time of this OpenGaussBackupStrategyForListResponse.
62
+ r"""Sets the start_time of this OpenGaussBackupStrategyForListResponse.
63
63
 
64
64
  备份时间段。自动备份将在该时间段内触发。 当前时间指UTC时间。
65
65
 
@@ -70,7 +70,7 @@ class OpenGaussBackupStrategyForListResponse:
70
70
 
71
71
  @property
72
72
  def keep_days(self):
73
- """Gets the keep_days of this OpenGaussBackupStrategyForListResponse.
73
+ r"""Gets the keep_days of this OpenGaussBackupStrategyForListResponse.
74
74
 
75
75
  已生成的备份文件可以保存的天数。 取值范围:1~732。
76
76
 
@@ -81,7 +81,7 @@ class OpenGaussBackupStrategyForListResponse:
81
81
 
82
82
  @keep_days.setter
83
83
  def keep_days(self, keep_days):
84
- """Sets the keep_days of this OpenGaussBackupStrategyForListResponse.
84
+ r"""Sets the keep_days of this OpenGaussBackupStrategyForListResponse.
85
85
 
86
86
  已生成的备份文件可以保存的天数。 取值范围:1~732。
87
87
 
@@ -27,7 +27,7 @@ class OpenGaussBackupStrategyForResponse:
27
27
  }
28
28
 
29
29
  def __init__(self, start_time=None, keep_days=None):
30
- """OpenGaussBackupStrategyForResponse
30
+ r"""OpenGaussBackupStrategyForResponse
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -48,7 +48,7 @@ class OpenGaussBackupStrategyForResponse:
48
48
 
49
49
  @property
50
50
  def start_time(self):
51
- """Gets the start_time of this OpenGaussBackupStrategyForResponse.
51
+ r"""Gets the start_time of this OpenGaussBackupStrategyForResponse.
52
52
 
53
53
  备份时间段。自动备份将在该时间段内触发。 取值范围:非空,格式必须为hh:mm-HH:MM且有效,当前时间指UTC时间。 - HH取值必须比hh大1。 - mm和MM取值必须相同,且取值必须为00。 取值示例: - 08:00-09:00 - 23:00-00:00
54
54
 
@@ -59,7 +59,7 @@ class OpenGaussBackupStrategyForResponse:
59
59
 
60
60
  @start_time.setter
61
61
  def start_time(self, start_time):
62
- """Sets the start_time of this OpenGaussBackupStrategyForResponse.
62
+ r"""Sets the start_time of this OpenGaussBackupStrategyForResponse.
63
63
 
64
64
  备份时间段。自动备份将在该时间段内触发。 取值范围:非空,格式必须为hh:mm-HH:MM且有效,当前时间指UTC时间。 - HH取值必须比hh大1。 - mm和MM取值必须相同,且取值必须为00。 取值示例: - 08:00-09:00 - 23:00-00:00
65
65
 
@@ -70,7 +70,7 @@ class OpenGaussBackupStrategyForResponse:
70
70
 
71
71
  @property
72
72
  def keep_days(self):
73
- """Gets the keep_days of this OpenGaussBackupStrategyForResponse.
73
+ r"""Gets the keep_days of this OpenGaussBackupStrategyForResponse.
74
74
 
75
75
  指定已生成备份文件的可保存天数。 取值范围:1~732。 如果请求体中不填写“backup_strategy”字段,则响应体中 “keep_days”默认返回“7”。
76
76
 
@@ -81,7 +81,7 @@ class OpenGaussBackupStrategyForResponse:
81
81
 
82
82
  @keep_days.setter
83
83
  def keep_days(self, keep_days):
84
- """Sets the keep_days of this OpenGaussBackupStrategyForResponse.
84
+ r"""Sets the keep_days of this OpenGaussBackupStrategyForResponse.
85
85
 
86
86
  指定已生成备份文件的可保存天数。 取值范围:1~732。 如果请求体中不填写“backup_strategy”字段,则响应体中 “keep_days”默认返回“7”。
87
87
 
@@ -33,7 +33,7 @@ class OpenGaussChargeInfo:
33
33
  }
34
34
 
35
35
  def __init__(self, charge_mode=None, period_type=None, period_num=None, is_auto_renew=None, is_auto_pay=None):
36
- """OpenGaussChargeInfo
36
+ r"""OpenGaussChargeInfo
37
37
 
38
38
  The model defined in huaweicloud sdk
39
39
 
@@ -70,7 +70,7 @@ class OpenGaussChargeInfo:
70
70
 
71
71
  @property
72
72
  def charge_mode(self):
73
- """Gets the charge_mode of this OpenGaussChargeInfo.
73
+ r"""Gets the charge_mode of this OpenGaussChargeInfo.
74
74
 
75
75
  计费模式。postPaid:后付费,即按需付费。prePaid:预付费,即包年/包月。
76
76
 
@@ -81,7 +81,7 @@ class OpenGaussChargeInfo:
81
81
 
82
82
  @charge_mode.setter
83
83
  def charge_mode(self, charge_mode):
84
- """Sets the charge_mode of this OpenGaussChargeInfo.
84
+ r"""Sets the charge_mode of this OpenGaussChargeInfo.
85
85
 
86
86
  计费模式。postPaid:后付费,即按需付费。prePaid:预付费,即包年/包月。
87
87
 
@@ -92,7 +92,7 @@ class OpenGaussChargeInfo:
92
92
 
93
93
  @property
94
94
  def period_type(self):
95
- """Gets the period_type of this OpenGaussChargeInfo.
95
+ r"""Gets the period_type of this OpenGaussChargeInfo.
96
96
 
97
97
  订购周期类型。month:包月。year:包年。 说明: “charge_mode”为“prePaid”时生效,且为必选值。
98
98
 
@@ -103,7 +103,7 @@ class OpenGaussChargeInfo:
103
103
 
104
104
  @period_type.setter
105
105
  def period_type(self, period_type):
106
- """Sets the period_type of this OpenGaussChargeInfo.
106
+ r"""Sets the period_type of this OpenGaussChargeInfo.
107
107
 
108
108
  订购周期类型。month:包月。year:包年。 说明: “charge_mode”为“prePaid”时生效,且为必选值。
109
109
 
@@ -114,7 +114,7 @@ class OpenGaussChargeInfo:
114
114
 
115
115
  @property
116
116
  def period_num(self):
117
- """Gets the period_num of this OpenGaussChargeInfo.
117
+ r"""Gets the period_num of this OpenGaussChargeInfo.
118
118
 
119
119
  “charge_mode”为“prePaid”时生效,且为必选值,指定订购的时间。 取值范围: 当“period_type”为“month”时,取值为1~9。 当“period_type”为“year”时,取值为1~3。 当传入浮点型时,会自动截取为整型。
120
120
 
@@ -125,7 +125,7 @@ class OpenGaussChargeInfo:
125
125
 
126
126
  @period_num.setter
127
127
  def period_num(self, period_num):
128
- """Sets the period_num of this OpenGaussChargeInfo.
128
+ r"""Sets the period_num of this OpenGaussChargeInfo.
129
129
 
130
130
  “charge_mode”为“prePaid”时生效,且为必选值,指定订购的时间。 取值范围: 当“period_type”为“month”时,取值为1~9。 当“period_type”为“year”时,取值为1~3。 当传入浮点型时,会自动截取为整型。
131
131
 
@@ -136,7 +136,7 @@ class OpenGaussChargeInfo:
136
136
 
137
137
  @property
138
138
  def is_auto_renew(self):
139
- """Gets the is_auto_renew of this OpenGaussChargeInfo.
139
+ r"""Gets the is_auto_renew of this OpenGaussChargeInfo.
140
140
 
141
141
  创建包周期实例时可指定,表示是否自动续订,续订时会自动支付。 按月订购时续订周期默认为1个月,按年订购时续订周期默认为1年,续订周期可自定义修改。 true,表示自动续订。 false,表示不自动续订,默认为该方式。
142
142
 
@@ -147,7 +147,7 @@ class OpenGaussChargeInfo:
147
147
 
148
148
  @is_auto_renew.setter
149
149
  def is_auto_renew(self, is_auto_renew):
150
- """Sets the is_auto_renew of this OpenGaussChargeInfo.
150
+ r"""Sets the is_auto_renew of this OpenGaussChargeInfo.
151
151
 
152
152
  创建包周期实例时可指定,表示是否自动续订,续订时会自动支付。 按月订购时续订周期默认为1个月,按年订购时续订周期默认为1年,续订周期可自定义修改。 true,表示自动续订。 false,表示不自动续订,默认为该方式。
153
153
 
@@ -158,7 +158,7 @@ class OpenGaussChargeInfo:
158
158
 
159
159
  @property
160
160
  def is_auto_pay(self):
161
- """Gets the is_auto_pay of this OpenGaussChargeInfo.
161
+ r"""Gets the is_auto_pay of this OpenGaussChargeInfo.
162
162
 
163
163
  创建包周期实例时可指定,表示是否自动从账户中支付,该字段不影响自动续订的支付方式。 true,表示自动从账户中支付。 false,表示手动从账户中支付,默认为该支付方式。
164
164
 
@@ -169,7 +169,7 @@ class OpenGaussChargeInfo:
169
169
 
170
170
  @is_auto_pay.setter
171
171
  def is_auto_pay(self, is_auto_pay):
172
- """Sets the is_auto_pay of this OpenGaussChargeInfo.
172
+ r"""Sets the is_auto_pay of this OpenGaussChargeInfo.
173
173
 
174
174
  创建包周期实例时可指定,表示是否自动从账户中支付,该字段不影响自动续订的支付方式。 true,表示自动从账户中支付。 false,表示手动从账户中支付,默认为该支付方式。
175
175
 
@@ -25,7 +25,7 @@ class OpenGaussChargeInfoListResponse:
25
25
  }
26
26
 
27
27
  def __init__(self, charge_mode=None):
28
- """OpenGaussChargeInfoListResponse
28
+ r"""OpenGaussChargeInfoListResponse
29
29
 
30
30
  The model defined in huaweicloud sdk
31
31
 
@@ -42,7 +42,7 @@ class OpenGaussChargeInfoListResponse:
42
42
 
43
43
  @property
44
44
  def charge_mode(self):
45
- """Gets the charge_mode of this OpenGaussChargeInfoListResponse.
45
+ r"""Gets the charge_mode of this OpenGaussChargeInfoListResponse.
46
46
 
47
47
  计费模式。 取值范围: postPaid:后付费,即按需付费。 prePaid:预付费,即包年/包月。
48
48
 
@@ -53,7 +53,7 @@ class OpenGaussChargeInfoListResponse:
53
53
 
54
54
  @charge_mode.setter
55
55
  def charge_mode(self, charge_mode):
56
- """Sets the charge_mode of this OpenGaussChargeInfoListResponse.
56
+ r"""Sets the charge_mode of this OpenGaussChargeInfoListResponse.
57
57
 
58
58
  计费模式。 取值范围: postPaid:后付费,即按需付费。 prePaid:预付费,即包年/包月。
59
59
 
@@ -33,7 +33,7 @@ class OpenGaussChargeInfoResponse:
33
33
  }
34
34
 
35
35
  def __init__(self, charge_mode=None, period_type=None, period_num=None, is_auto_renew=None, is_auto_pay=None):
36
- """OpenGaussChargeInfoResponse
36
+ r"""OpenGaussChargeInfoResponse
37
37
 
38
38
  The model defined in huaweicloud sdk
39
39
 
@@ -70,7 +70,7 @@ class OpenGaussChargeInfoResponse:
70
70
 
71
71
  @property
72
72
  def charge_mode(self):
73
- """Gets the charge_mode of this OpenGaussChargeInfoResponse.
73
+ r"""Gets the charge_mode of this OpenGaussChargeInfoResponse.
74
74
 
75
75
  计费模式。postPaid:后付费,即按需付费。prePaid:预付费,即包年/包月。
76
76
 
@@ -81,7 +81,7 @@ class OpenGaussChargeInfoResponse:
81
81
 
82
82
  @charge_mode.setter
83
83
  def charge_mode(self, charge_mode):
84
- """Sets the charge_mode of this OpenGaussChargeInfoResponse.
84
+ r"""Sets the charge_mode of this OpenGaussChargeInfoResponse.
85
85
 
86
86
  计费模式。postPaid:后付费,即按需付费。prePaid:预付费,即包年/包月。
87
87
 
@@ -92,7 +92,7 @@ class OpenGaussChargeInfoResponse:
92
92
 
93
93
  @property
94
94
  def period_type(self):
95
- """Gets the period_type of this OpenGaussChargeInfoResponse.
95
+ r"""Gets the period_type of this OpenGaussChargeInfoResponse.
96
96
 
97
97
  订购周期类型。month:包月。year:包年。 说明: “charge_mode”为“prePaid”时生效,且为必选值。
98
98
 
@@ -103,7 +103,7 @@ class OpenGaussChargeInfoResponse:
103
103
 
104
104
  @period_type.setter
105
105
  def period_type(self, period_type):
106
- """Sets the period_type of this OpenGaussChargeInfoResponse.
106
+ r"""Sets the period_type of this OpenGaussChargeInfoResponse.
107
107
 
108
108
  订购周期类型。month:包月。year:包年。 说明: “charge_mode”为“prePaid”时生效,且为必选值。
109
109
 
@@ -114,7 +114,7 @@ class OpenGaussChargeInfoResponse:
114
114
 
115
115
  @property
116
116
  def period_num(self):
117
- """Gets the period_num of this OpenGaussChargeInfoResponse.
117
+ r"""Gets the period_num of this OpenGaussChargeInfoResponse.
118
118
 
119
119
  “charge_mode”为“prePaid”时生效,且为必选值,指定订购的时间。 取值范围: 当“period_type”为“month”时,取值为1~9。 当“period_type”为“year”时,取值为1~3。
120
120
 
@@ -125,7 +125,7 @@ class OpenGaussChargeInfoResponse:
125
125
 
126
126
  @period_num.setter
127
127
  def period_num(self, period_num):
128
- """Sets the period_num of this OpenGaussChargeInfoResponse.
128
+ r"""Sets the period_num of this OpenGaussChargeInfoResponse.
129
129
 
130
130
  “charge_mode”为“prePaid”时生效,且为必选值,指定订购的时间。 取值范围: 当“period_type”为“month”时,取值为1~9。 当“period_type”为“year”时,取值为1~3。
131
131
 
@@ -136,7 +136,7 @@ class OpenGaussChargeInfoResponse:
136
136
 
137
137
  @property
138
138
  def is_auto_renew(self):
139
- """Gets the is_auto_renew of this OpenGaussChargeInfoResponse.
139
+ r"""Gets the is_auto_renew of this OpenGaussChargeInfoResponse.
140
140
 
141
141
  创建包周期实例时可指定,表示是否自动续订,续订的周期和原周期相同,且续订时会自动支付。 true,表示自动续订。 false,表示不自动续订,默认为该方式。
142
142
 
@@ -147,7 +147,7 @@ class OpenGaussChargeInfoResponse:
147
147
 
148
148
  @is_auto_renew.setter
149
149
  def is_auto_renew(self, is_auto_renew):
150
- """Sets the is_auto_renew of this OpenGaussChargeInfoResponse.
150
+ r"""Sets the is_auto_renew of this OpenGaussChargeInfoResponse.
151
151
 
152
152
  创建包周期实例时可指定,表示是否自动续订,续订的周期和原周期相同,且续订时会自动支付。 true,表示自动续订。 false,表示不自动续订,默认为该方式。
153
153
 
@@ -158,7 +158,7 @@ class OpenGaussChargeInfoResponse:
158
158
 
159
159
  @property
160
160
  def is_auto_pay(self):
161
- """Gets the is_auto_pay of this OpenGaussChargeInfoResponse.
161
+ r"""Gets the is_auto_pay of this OpenGaussChargeInfoResponse.
162
162
 
163
163
  创建包周期实例时可指定,表示是否自动从账户中支付,该字段不影响自动续订的支付方式。 true,表示自动从账户中支付。 false,表示手动从账户中支付,默认为该支付方式。
164
164
 
@@ -169,7 +169,7 @@ class OpenGaussChargeInfoResponse:
169
169
 
170
170
  @is_auto_pay.setter
171
171
  def is_auto_pay(self, is_auto_pay):
172
- """Sets the is_auto_pay of this OpenGaussChargeInfoResponse.
172
+ r"""Sets the is_auto_pay of this OpenGaussChargeInfoResponse.
173
173
 
174
174
  创建包周期实例时可指定,表示是否自动从账户中支付,该字段不影响自动续订的支付方式。 true,表示自动从账户中支付。 false,表示手动从账户中支付,默认为该支付方式。
175
175
 
@@ -25,7 +25,7 @@ class OpenGaussCoordinators:
25
25
  }
26
26
 
27
27
  def __init__(self, az_code=None):
28
- """OpenGaussCoordinators
28
+ r"""OpenGaussCoordinators
29
29
 
30
30
  The model defined in huaweicloud sdk
31
31
 
@@ -42,7 +42,7 @@ class OpenGaussCoordinators:
42
42
 
43
43
  @property
44
44
  def az_code(self):
45
- """Gets the az_code of this OpenGaussCoordinators.
45
+ r"""Gets the az_code of this OpenGaussCoordinators.
46
46
 
47
47
  新增CN横向扩容每个节点的可用区。如果需要扩容多个CN,请分别填写待扩容CN所在的可用区。 不同区域的可用区请参考[地区和终端节点](https://developer.huaweicloud.com/endpoint)。 说明: 扩容后,实例中CN节点的数量必须小于或等于两倍的分片数量。
48
48
 
@@ -53,7 +53,7 @@ class OpenGaussCoordinators:
53
53
 
54
54
  @az_code.setter
55
55
  def az_code(self, az_code):
56
- """Sets the az_code of this OpenGaussCoordinators.
56
+ r"""Sets the az_code of this OpenGaussCoordinators.
57
57
 
58
58
  新增CN横向扩容每个节点的可用区。如果需要扩容多个CN,请分别填写待扩容CN所在的可用区。 不同区域的可用区请参考[地区和终端节点](https://developer.huaweicloud.com/endpoint)。 说明: 扩容后,实例中CN节点的数量必须小于或等于两倍的分片数量。
59
59
 
@@ -27,7 +27,7 @@ class OpenGaussDatastore:
27
27
  }
28
28
 
29
29
  def __init__(self, type=None, version=None):
30
- """OpenGaussDatastore
30
+ r"""OpenGaussDatastore
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -49,7 +49,7 @@ class OpenGaussDatastore:
49
49
 
50
50
  @property
51
51
  def type(self):
52
- """Gets the type of this OpenGaussDatastore.
52
+ r"""Gets the type of this OpenGaussDatastore.
53
53
 
54
54
  数据库引擎,不区分大小写,取值如下: GaussDB(for openGauss)。
55
55
 
@@ -60,7 +60,7 @@ class OpenGaussDatastore:
60
60
 
61
61
  @type.setter
62
62
  def type(self, type):
63
- """Sets the type of this OpenGaussDatastore.
63
+ r"""Sets the type of this OpenGaussDatastore.
64
64
 
65
65
  数据库引擎,不区分大小写,取值如下: GaussDB(for openGauss)。
66
66
 
@@ -71,7 +71,7 @@ class OpenGaussDatastore:
71
71
 
72
72
  @property
73
73
  def version(self):
74
- """Gets the version of this OpenGaussDatastore.
74
+ r"""Gets the version of this OpenGaussDatastore.
75
75
 
76
76
  数据库版本。不填时,默认为当前最新版本。 GaussDB支持的版本参考[查询数据库引擎的版本](https://apiexplorer.developer.huaweicloud.com/apiexplorer/doc?product=GaussDBforopenGauss&api=ListDatastores)。
77
77
 
@@ -82,7 +82,7 @@ class OpenGaussDatastore:
82
82
 
83
83
  @version.setter
84
84
  def version(self, version):
85
- """Sets the version of this OpenGaussDatastore.
85
+ r"""Sets the version of this OpenGaussDatastore.
86
86
 
87
87
  数据库版本。不填时,默认为当前最新版本。 GaussDB支持的版本参考[查询数据库引擎的版本](https://apiexplorer.developer.huaweicloud.com/apiexplorer/doc?product=GaussDBforopenGauss&api=ListDatastores)。
88
88
 
@@ -27,13 +27,13 @@ class OpenGaussDatastoreOption:
27
27
  }
28
28
 
29
29
  def __init__(self, type=None, version=None):
30
- """OpenGaussDatastoreOption
30
+ r"""OpenGaussDatastoreOption
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
34
34
  :param type: 数据库引擎,不区分大小写,取值如下: GaussDB。
35
35
  :type type: str
36
- :param version: 数据库版本。不填时,默认为当前最新版本。 GaussDB支持的版本参考[查询数据库引擎的版本](https://apiexplorer.developer.huaweicloud.com/apiexplorer/doc?product=GaussDB&api=ListDatastores)。
36
+ :param version: 数据库版本。不填时,默认为当前最新版本。 GaussDB支持的版本参考[查询数据库引擎的版本](https://apiexplorer.developer.huaweicloud.com/apiexplorer/doc?product=GaussDBforopenGauss&api=ListDatastores)。
37
37
  :type version: str
38
38
  """
39
39
 
@@ -49,7 +49,7 @@ class OpenGaussDatastoreOption:
49
49
 
50
50
  @property
51
51
  def type(self):
52
- """Gets the type of this OpenGaussDatastoreOption.
52
+ r"""Gets the type of this OpenGaussDatastoreOption.
53
53
 
54
54
  数据库引擎,不区分大小写,取值如下: GaussDB。
55
55
 
@@ -60,7 +60,7 @@ class OpenGaussDatastoreOption:
60
60
 
61
61
  @type.setter
62
62
  def type(self, type):
63
- """Sets the type of this OpenGaussDatastoreOption.
63
+ r"""Sets the type of this OpenGaussDatastoreOption.
64
64
 
65
65
  数据库引擎,不区分大小写,取值如下: GaussDB。
66
66
 
@@ -71,9 +71,9 @@ class OpenGaussDatastoreOption:
71
71
 
72
72
  @property
73
73
  def version(self):
74
- """Gets the version of this OpenGaussDatastoreOption.
74
+ r"""Gets the version of this OpenGaussDatastoreOption.
75
75
 
76
- 数据库版本。不填时,默认为当前最新版本。 GaussDB支持的版本参考[查询数据库引擎的版本](https://apiexplorer.developer.huaweicloud.com/apiexplorer/doc?product=GaussDB&api=ListDatastores)。
76
+ 数据库版本。不填时,默认为当前最新版本。 GaussDB支持的版本参考[查询数据库引擎的版本](https://apiexplorer.developer.huaweicloud.com/apiexplorer/doc?product=GaussDBforopenGauss&api=ListDatastores)。
77
77
 
78
78
  :return: The version of this OpenGaussDatastoreOption.
79
79
  :rtype: str
@@ -82,9 +82,9 @@ class OpenGaussDatastoreOption:
82
82
 
83
83
  @version.setter
84
84
  def version(self, version):
85
- """Sets the version of this OpenGaussDatastoreOption.
85
+ r"""Sets the version of this OpenGaussDatastoreOption.
86
86
 
87
- 数据库版本。不填时,默认为当前最新版本。 GaussDB支持的版本参考[查询数据库引擎的版本](https://apiexplorer.developer.huaweicloud.com/apiexplorer/doc?product=GaussDB&api=ListDatastores)。
87
+ 数据库版本。不填时,默认为当前最新版本。 GaussDB支持的版本参考[查询数据库引擎的版本](https://apiexplorer.developer.huaweicloud.com/apiexplorer/doc?product=GaussDBforopenGauss&api=ListDatastores)。
88
88
 
89
89
  :param version: The version of this OpenGaussDatastoreOption.
90
90
  :type version: str
@@ -27,7 +27,7 @@ class OpenGaussDatastoreResponse:
27
27
  }
28
28
 
29
29
  def __init__(self, type=None, version=None):
30
- """OpenGaussDatastoreResponse
30
+ r"""OpenGaussDatastoreResponse
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -48,7 +48,7 @@ class OpenGaussDatastoreResponse:
48
48
 
49
49
  @property
50
50
  def type(self):
51
- """Gets the type of this OpenGaussDatastoreResponse.
51
+ r"""Gets the type of this OpenGaussDatastoreResponse.
52
52
 
53
53
  数据库引擎,不区分大小写,取值如下: GaussDB(for openGauss)
54
54
 
@@ -59,7 +59,7 @@ class OpenGaussDatastoreResponse:
59
59
 
60
60
  @type.setter
61
61
  def type(self, type):
62
- """Sets the type of this OpenGaussDatastoreResponse.
62
+ r"""Sets the type of this OpenGaussDatastoreResponse.
63
63
 
64
64
  数据库引擎,不区分大小写,取值如下: GaussDB(for openGauss)
65
65
 
@@ -70,7 +70,7 @@ class OpenGaussDatastoreResponse:
70
70
 
71
71
  @property
72
72
  def version(self):
73
- """Gets the version of this OpenGaussDatastoreResponse.
73
+ r"""Gets the version of this OpenGaussDatastoreResponse.
74
74
 
75
75
  数据库版本。
76
76
 
@@ -81,7 +81,7 @@ class OpenGaussDatastoreResponse:
81
81
 
82
82
  @version.setter
83
83
  def version(self, version):
84
- """Sets the version of this OpenGaussDatastoreResponse.
84
+ r"""Sets the version of this OpenGaussDatastoreResponse.
85
85
 
86
86
  数据库版本。
87
87