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
@@ -28,7 +28,7 @@ class ListInstanceErrorLogsResponse(SdkResponse):
28
28
  }
29
29
 
30
30
  def __init__(self, total=None, log_files=None):
31
- """ListInstanceErrorLogsResponse
31
+ r"""ListInstanceErrorLogsResponse
32
32
 
33
33
  The model defined in huaweicloud sdk
34
34
 
@@ -51,7 +51,7 @@ class ListInstanceErrorLogsResponse(SdkResponse):
51
51
 
52
52
  @property
53
53
  def total(self):
54
- """Gets the total of this ListInstanceErrorLogsResponse.
54
+ r"""Gets the total of this ListInstanceErrorLogsResponse.
55
55
 
56
56
  总条数
57
57
 
@@ -62,7 +62,7 @@ class ListInstanceErrorLogsResponse(SdkResponse):
62
62
 
63
63
  @total.setter
64
64
  def total(self, total):
65
- """Sets the total of this ListInstanceErrorLogsResponse.
65
+ r"""Sets the total of this ListInstanceErrorLogsResponse.
66
66
 
67
67
  总条数
68
68
 
@@ -73,7 +73,7 @@ class ListInstanceErrorLogsResponse(SdkResponse):
73
73
 
74
74
  @property
75
75
  def log_files(self):
76
- """Gets the log_files of this ListInstanceErrorLogsResponse.
76
+ r"""Gets the log_files of this ListInstanceErrorLogsResponse.
77
77
 
78
78
  日志文件列表
79
79
 
@@ -84,7 +84,7 @@ class ListInstanceErrorLogsResponse(SdkResponse):
84
84
 
85
85
  @log_files.setter
86
86
  def log_files(self, log_files):
87
- """Sets the log_files of this ListInstanceErrorLogsResponse.
87
+ r"""Sets the log_files of this ListInstanceErrorLogsResponse.
88
88
 
89
89
  日志文件列表
90
90
 
@@ -85,7 +85,7 @@ class ListInstanceResponse:
85
85
  }
86
86
 
87
87
  def __init__(self, id=None, name=None, status=None, private_ips=None, public_ips=None, port=None, type=None, ha=None, replica_num=None, region=None, datastore=None, created=None, updated=None, db_user_name=None, vpc_id=None, subnet_id=None, security_group_id=None, flavor_ref=None, flavor_info=None, volume=None, switch_strategy=None, backup_strategy=None, maintenance_window=None, nodes=None, enterprise_project_id=None, instance_mode=None, disk_encryption_id=None, charge_info=None, time_zone=None, tags=None, backup_used_space=None):
88
- """ListInstanceResponse
88
+ r"""ListInstanceResponse
89
89
 
90
90
  The model defined in huaweicloud sdk
91
91
 
@@ -224,7 +224,7 @@ class ListInstanceResponse:
224
224
 
225
225
  @property
226
226
  def id(self):
227
- """Gets the id of this ListInstanceResponse.
227
+ r"""Gets the id of this ListInstanceResponse.
228
228
 
229
229
  实例ID。
230
230
 
@@ -235,7 +235,7 @@ class ListInstanceResponse:
235
235
 
236
236
  @id.setter
237
237
  def id(self, id):
238
- """Sets the id of this ListInstanceResponse.
238
+ r"""Sets the id of this ListInstanceResponse.
239
239
 
240
240
  实例ID。
241
241
 
@@ -246,7 +246,7 @@ class ListInstanceResponse:
246
246
 
247
247
  @property
248
248
  def name(self):
249
- """Gets the name of this ListInstanceResponse.
249
+ r"""Gets the name of this ListInstanceResponse.
250
250
 
251
251
  创建的实例名称。
252
252
 
@@ -257,7 +257,7 @@ class ListInstanceResponse:
257
257
 
258
258
  @name.setter
259
259
  def name(self, name):
260
- """Sets the name of this ListInstanceResponse.
260
+ r"""Sets the name of this ListInstanceResponse.
261
261
 
262
262
  创建的实例名称。
263
263
 
@@ -268,7 +268,7 @@ class ListInstanceResponse:
268
268
 
269
269
  @property
270
270
  def status(self):
271
- """Gets the status of this ListInstanceResponse.
271
+ r"""Gets the status of this ListInstanceResponse.
272
272
 
273
273
  实例状态。 取值: 值为“BUILD”,表示实例正在创建。 值为“ACTIVE”,表示实例正常。 值为“FAILED”,表示实例异常。 值为“FROZEN”,表示实例冻结。 值为“EXPANDING”,表示实例正在扩容CN或DN。 值为“REBOOTING”,表示实例正在重启。 值为“UPGRADING”,表示实例正在升级。 值为“RESTORING”,表示实例正在恢复。 值为“BACKING UP”,表示实例正在进行备份。 值为“REDUCING REPLICATION”,表示实例正在降副本。 值为“STORAGE FULL”,表示实例磁盘空间满。
274
274
 
@@ -279,7 +279,7 @@ class ListInstanceResponse:
279
279
 
280
280
  @status.setter
281
281
  def status(self, status):
282
- """Sets the status of this ListInstanceResponse.
282
+ r"""Sets the status of this ListInstanceResponse.
283
283
 
284
284
  实例状态。 取值: 值为“BUILD”,表示实例正在创建。 值为“ACTIVE”,表示实例正常。 值为“FAILED”,表示实例异常。 值为“FROZEN”,表示实例冻结。 值为“EXPANDING”,表示实例正在扩容CN或DN。 值为“REBOOTING”,表示实例正在重启。 值为“UPGRADING”,表示实例正在升级。 值为“RESTORING”,表示实例正在恢复。 值为“BACKING UP”,表示实例正在进行备份。 值为“REDUCING REPLICATION”,表示实例正在降副本。 值为“STORAGE FULL”,表示实例磁盘空间满。
285
285
 
@@ -290,7 +290,7 @@ class ListInstanceResponse:
290
290
 
291
291
  @property
292
292
  def private_ips(self):
293
- """Gets the private_ips of this ListInstanceResponse.
293
+ r"""Gets the private_ips of this ListInstanceResponse.
294
294
 
295
295
  实例内网IP地址列表。分布式CN所在的弹性云服务器创建成功后该值存在,主备版DN所在的弹性云服务器创建成功后该值存在,其他情况下为空字符串。
296
296
 
@@ -301,7 +301,7 @@ class ListInstanceResponse:
301
301
 
302
302
  @private_ips.setter
303
303
  def private_ips(self, private_ips):
304
- """Sets the private_ips of this ListInstanceResponse.
304
+ r"""Sets the private_ips of this ListInstanceResponse.
305
305
 
306
306
  实例内网IP地址列表。分布式CN所在的弹性云服务器创建成功后该值存在,主备版DN所在的弹性云服务器创建成功后该值存在,其他情况下为空字符串。
307
307
 
@@ -312,7 +312,7 @@ class ListInstanceResponse:
312
312
 
313
313
  @property
314
314
  def public_ips(self):
315
- """Gets the public_ips of this ListInstanceResponse.
315
+ r"""Gets the public_ips of this ListInstanceResponse.
316
316
 
317
317
  实例外网IP地址列表。绑定弹性公网IP后,该值不为空。
318
318
 
@@ -323,7 +323,7 @@ class ListInstanceResponse:
323
323
 
324
324
  @public_ips.setter
325
325
  def public_ips(self, public_ips):
326
- """Sets the public_ips of this ListInstanceResponse.
326
+ r"""Sets the public_ips of this ListInstanceResponse.
327
327
 
328
328
  实例外网IP地址列表。绑定弹性公网IP后,该值不为空。
329
329
 
@@ -334,7 +334,7 @@ class ListInstanceResponse:
334
334
 
335
335
  @property
336
336
  def port(self):
337
- """Gets the port of this ListInstanceResponse.
337
+ r"""Gets the port of this ListInstanceResponse.
338
338
 
339
339
  数据库端口号。GaussDB 数据库端口设置范围为1024~39998(其中2378,2379,2380,4999,5000,5999,6000,6001,8097,8098,20049,20050,21731,21732被系统占用不可设置)。 当不传该参数时,默认端口如下:8000。
340
340
 
@@ -345,7 +345,7 @@ class ListInstanceResponse:
345
345
 
346
346
  @port.setter
347
347
  def port(self, port):
348
- """Sets the port of this ListInstanceResponse.
348
+ r"""Sets the port of this ListInstanceResponse.
349
349
 
350
350
  数据库端口号。GaussDB 数据库端口设置范围为1024~39998(其中2378,2379,2380,4999,5000,5999,6000,6001,8097,8098,20049,20050,21731,21732被系统占用不可设置)。 当不传该参数时,默认端口如下:8000。
351
351
 
@@ -356,7 +356,7 @@ class ListInstanceResponse:
356
356
 
357
357
  @property
358
358
  def type(self):
359
- """Gets the type of this ListInstanceResponse.
359
+ r"""Gets the type of this ListInstanceResponse.
360
360
 
361
361
  实例类型,取值为 \"enterprise\",对应于分布式实例(企业版)。取值为\"Ha\",对应于主备版实例。
362
362
 
@@ -367,7 +367,7 @@ class ListInstanceResponse:
367
367
 
368
368
  @type.setter
369
369
  def type(self, type):
370
- """Sets the type of this ListInstanceResponse.
370
+ r"""Sets the type of this ListInstanceResponse.
371
371
 
372
372
  实例类型,取值为 \"enterprise\",对应于分布式实例(企业版)。取值为\"Ha\",对应于主备版实例。
373
373
 
@@ -378,7 +378,7 @@ class ListInstanceResponse:
378
378
 
379
379
  @property
380
380
  def ha(self):
381
- """Gets the ha of this ListInstanceResponse.
381
+ r"""Gets the ha of this ListInstanceResponse.
382
382
 
383
383
  :return: The ha of this ListInstanceResponse.
384
384
  :rtype: :class:`huaweicloudsdkgaussdbforopengauss.v3.ListHa`
@@ -387,7 +387,7 @@ class ListInstanceResponse:
387
387
 
388
388
  @ha.setter
389
389
  def ha(self, ha):
390
- """Sets the ha of this ListInstanceResponse.
390
+ r"""Sets the ha of this ListInstanceResponse.
391
391
 
392
392
  :param ha: The ha of this ListInstanceResponse.
393
393
  :type ha: :class:`huaweicloudsdkgaussdbforopengauss.v3.ListHa`
@@ -396,7 +396,7 @@ class ListInstanceResponse:
396
396
 
397
397
  @property
398
398
  def replica_num(self):
399
- """Gets the replica_num of this ListInstanceResponse.
399
+ r"""Gets the replica_num of this ListInstanceResponse.
400
400
 
401
401
  实例副本数。
402
402
 
@@ -407,7 +407,7 @@ class ListInstanceResponse:
407
407
 
408
408
  @replica_num.setter
409
409
  def replica_num(self, replica_num):
410
- """Sets the replica_num of this ListInstanceResponse.
410
+ r"""Sets the replica_num of this ListInstanceResponse.
411
411
 
412
412
  实例副本数。
413
413
 
@@ -418,7 +418,7 @@ class ListInstanceResponse:
418
418
 
419
419
  @property
420
420
  def region(self):
421
- """Gets the region of this ListInstanceResponse.
421
+ r"""Gets the region of this ListInstanceResponse.
422
422
 
423
423
  实例所在区域。
424
424
 
@@ -429,7 +429,7 @@ class ListInstanceResponse:
429
429
 
430
430
  @region.setter
431
431
  def region(self, region):
432
- """Sets the region of this ListInstanceResponse.
432
+ r"""Sets the region of this ListInstanceResponse.
433
433
 
434
434
  实例所在区域。
435
435
 
@@ -440,7 +440,7 @@ class ListInstanceResponse:
440
440
 
441
441
  @property
442
442
  def datastore(self):
443
- """Gets the datastore of this ListInstanceResponse.
443
+ r"""Gets the datastore of this ListInstanceResponse.
444
444
 
445
445
  :return: The datastore of this ListInstanceResponse.
446
446
  :rtype: :class:`huaweicloudsdkgaussdbforopengauss.v3.ListDatastore`
@@ -449,7 +449,7 @@ class ListInstanceResponse:
449
449
 
450
450
  @datastore.setter
451
451
  def datastore(self, datastore):
452
- """Sets the datastore of this ListInstanceResponse.
452
+ r"""Sets the datastore of this ListInstanceResponse.
453
453
 
454
454
  :param datastore: The datastore of this ListInstanceResponse.
455
455
  :type datastore: :class:`huaweicloudsdkgaussdbforopengauss.v3.ListDatastore`
@@ -458,7 +458,7 @@ class ListInstanceResponse:
458
458
 
459
459
  @property
460
460
  def created(self):
461
- """Gets the created of this ListInstanceResponse.
461
+ r"""Gets the created of this ListInstanceResponse.
462
462
 
463
463
  创建时间,格式为“yyyy-mm-dd hh:mm:ss timezone”。 其中timezone是指时区。 说明:创建时该值为实例下发创建的时间,创建完成后,该值为创建完成时间。
464
464
 
@@ -469,7 +469,7 @@ class ListInstanceResponse:
469
469
 
470
470
  @created.setter
471
471
  def created(self, created):
472
- """Sets the created of this ListInstanceResponse.
472
+ r"""Sets the created of this ListInstanceResponse.
473
473
 
474
474
  创建时间,格式为“yyyy-mm-dd hh:mm:ss timezone”。 其中timezone是指时区。 说明:创建时该值为实例下发创建的时间,创建完成后,该值为创建完成时间。
475
475
 
@@ -480,7 +480,7 @@ class ListInstanceResponse:
480
480
 
481
481
  @property
482
482
  def updated(self):
483
- """Gets the updated of this ListInstanceResponse.
483
+ r"""Gets the updated of this ListInstanceResponse.
484
484
 
485
485
  更新时间,格式与“created”字段对应格式完全相同。 说明:创建时返回值为空,数据库实例创建成功后该值不为空。
486
486
 
@@ -491,7 +491,7 @@ class ListInstanceResponse:
491
491
 
492
492
  @updated.setter
493
493
  def updated(self, updated):
494
- """Sets the updated of this ListInstanceResponse.
494
+ r"""Sets the updated of this ListInstanceResponse.
495
495
 
496
496
  更新时间,格式与“created”字段对应格式完全相同。 说明:创建时返回值为空,数据库实例创建成功后该值不为空。
497
497
 
@@ -502,7 +502,7 @@ class ListInstanceResponse:
502
502
 
503
503
  @property
504
504
  def db_user_name(self):
505
- """Gets the db_user_name of this ListInstanceResponse.
505
+ r"""Gets the db_user_name of this ListInstanceResponse.
506
506
 
507
507
  默认用户名。
508
508
 
@@ -513,7 +513,7 @@ class ListInstanceResponse:
513
513
 
514
514
  @db_user_name.setter
515
515
  def db_user_name(self, db_user_name):
516
- """Sets the db_user_name of this ListInstanceResponse.
516
+ r"""Sets the db_user_name of this ListInstanceResponse.
517
517
 
518
518
  默认用户名。
519
519
 
@@ -524,7 +524,7 @@ class ListInstanceResponse:
524
524
 
525
525
  @property
526
526
  def vpc_id(self):
527
- """Gets the vpc_id of this ListInstanceResponse.
527
+ r"""Gets the vpc_id of this ListInstanceResponse.
528
528
 
529
529
  虚拟私有云ID。
530
530
 
@@ -535,7 +535,7 @@ class ListInstanceResponse:
535
535
 
536
536
  @vpc_id.setter
537
537
  def vpc_id(self, vpc_id):
538
- """Sets the vpc_id of this ListInstanceResponse.
538
+ r"""Sets the vpc_id of this ListInstanceResponse.
539
539
 
540
540
  虚拟私有云ID。
541
541
 
@@ -546,7 +546,7 @@ class ListInstanceResponse:
546
546
 
547
547
  @property
548
548
  def subnet_id(self):
549
- """Gets the subnet_id of this ListInstanceResponse.
549
+ r"""Gets the subnet_id of this ListInstanceResponse.
550
550
 
551
551
  子网的网络ID信息。
552
552
 
@@ -557,7 +557,7 @@ class ListInstanceResponse:
557
557
 
558
558
  @subnet_id.setter
559
559
  def subnet_id(self, subnet_id):
560
- """Sets the subnet_id of this ListInstanceResponse.
560
+ r"""Sets the subnet_id of this ListInstanceResponse.
561
561
 
562
562
  子网的网络ID信息。
563
563
 
@@ -568,7 +568,7 @@ class ListInstanceResponse:
568
568
 
569
569
  @property
570
570
  def security_group_id(self):
571
- """Gets the security_group_id of this ListInstanceResponse.
571
+ r"""Gets the security_group_id of this ListInstanceResponse.
572
572
 
573
573
  安全组ID。
574
574
 
@@ -579,7 +579,7 @@ class ListInstanceResponse:
579
579
 
580
580
  @security_group_id.setter
581
581
  def security_group_id(self, security_group_id):
582
- """Sets the security_group_id of this ListInstanceResponse.
582
+ r"""Sets the security_group_id of this ListInstanceResponse.
583
583
 
584
584
  安全组ID。
585
585
 
@@ -590,7 +590,7 @@ class ListInstanceResponse:
590
590
 
591
591
  @property
592
592
  def flavor_ref(self):
593
- """Gets the flavor_ref of this ListInstanceResponse.
593
+ r"""Gets the flavor_ref of this ListInstanceResponse.
594
594
 
595
595
  规格码。参考[表1](https://support.huaweicloud.com/api-opengauss/opengauss_api_0037.html#opengauss_api_0037__ted9b9d433c8a4c52884e199e17f94479)中GaussDB 的“规格编码”列内容获取。
596
596
 
@@ -601,7 +601,7 @@ class ListInstanceResponse:
601
601
 
602
602
  @flavor_ref.setter
603
603
  def flavor_ref(self, flavor_ref):
604
- """Sets the flavor_ref of this ListInstanceResponse.
604
+ r"""Sets the flavor_ref of this ListInstanceResponse.
605
605
 
606
606
  规格码。参考[表1](https://support.huaweicloud.com/api-opengauss/opengauss_api_0037.html#opengauss_api_0037__ted9b9d433c8a4c52884e199e17f94479)中GaussDB 的“规格编码”列内容获取。
607
607
 
@@ -612,7 +612,7 @@ class ListInstanceResponse:
612
612
 
613
613
  @property
614
614
  def flavor_info(self):
615
- """Gets the flavor_info of this ListInstanceResponse.
615
+ r"""Gets the flavor_info of this ListInstanceResponse.
616
616
 
617
617
  :return: The flavor_info of this ListInstanceResponse.
618
618
  :rtype: :class:`huaweicloudsdkgaussdbforopengauss.v3.ListFlavorInfo`
@@ -621,7 +621,7 @@ class ListInstanceResponse:
621
621
 
622
622
  @flavor_info.setter
623
623
  def flavor_info(self, flavor_info):
624
- """Sets the flavor_info of this ListInstanceResponse.
624
+ r"""Sets the flavor_info of this ListInstanceResponse.
625
625
 
626
626
  :param flavor_info: The flavor_info of this ListInstanceResponse.
627
627
  :type flavor_info: :class:`huaweicloudsdkgaussdbforopengauss.v3.ListFlavorInfo`
@@ -630,7 +630,7 @@ class ListInstanceResponse:
630
630
 
631
631
  @property
632
632
  def volume(self):
633
- """Gets the volume of this ListInstanceResponse.
633
+ r"""Gets the volume of this ListInstanceResponse.
634
634
 
635
635
  :return: The volume of this ListInstanceResponse.
636
636
  :rtype: :class:`huaweicloudsdkgaussdbforopengauss.v3.ListVolume`
@@ -639,7 +639,7 @@ class ListInstanceResponse:
639
639
 
640
640
  @volume.setter
641
641
  def volume(self, volume):
642
- """Sets the volume of this ListInstanceResponse.
642
+ r"""Sets the volume of this ListInstanceResponse.
643
643
 
644
644
  :param volume: The volume of this ListInstanceResponse.
645
645
  :type volume: :class:`huaweicloudsdkgaussdbforopengauss.v3.ListVolume`
@@ -648,7 +648,7 @@ class ListInstanceResponse:
648
648
 
649
649
  @property
650
650
  def switch_strategy(self):
651
- """Gets the switch_strategy of this ListInstanceResponse.
651
+ r"""Gets the switch_strategy of this ListInstanceResponse.
652
652
 
653
653
  数据库切换策略。取值为“reliability”或“availability”,分别对应于可靠性优先和可用性优先。 若创建时没有选择切换策略,则不予显示。
654
654
 
@@ -659,7 +659,7 @@ class ListInstanceResponse:
659
659
 
660
660
  @switch_strategy.setter
661
661
  def switch_strategy(self, switch_strategy):
662
- """Sets the switch_strategy of this ListInstanceResponse.
662
+ r"""Sets the switch_strategy of this ListInstanceResponse.
663
663
 
664
664
  数据库切换策略。取值为“reliability”或“availability”,分别对应于可靠性优先和可用性优先。 若创建时没有选择切换策略,则不予显示。
665
665
 
@@ -670,7 +670,7 @@ class ListInstanceResponse:
670
670
 
671
671
  @property
672
672
  def backup_strategy(self):
673
- """Gets the backup_strategy of this ListInstanceResponse.
673
+ r"""Gets the backup_strategy of this ListInstanceResponse.
674
674
 
675
675
  :return: The backup_strategy of this ListInstanceResponse.
676
676
  :rtype: :class:`huaweicloudsdkgaussdbforopengauss.v3.OpenGaussBackupStrategyForListResponse`
@@ -679,7 +679,7 @@ class ListInstanceResponse:
679
679
 
680
680
  @backup_strategy.setter
681
681
  def backup_strategy(self, backup_strategy):
682
- """Sets the backup_strategy of this ListInstanceResponse.
682
+ r"""Sets the backup_strategy of this ListInstanceResponse.
683
683
 
684
684
  :param backup_strategy: The backup_strategy of this ListInstanceResponse.
685
685
  :type backup_strategy: :class:`huaweicloudsdkgaussdbforopengauss.v3.OpenGaussBackupStrategyForListResponse`
@@ -688,7 +688,7 @@ class ListInstanceResponse:
688
688
 
689
689
  @property
690
690
  def maintenance_window(self):
691
- """Gets the maintenance_window of this ListInstanceResponse.
691
+ r"""Gets the maintenance_window of this ListInstanceResponse.
692
692
 
693
693
  可维护时间窗,为UTC时间。
694
694
 
@@ -699,7 +699,7 @@ class ListInstanceResponse:
699
699
 
700
700
  @maintenance_window.setter
701
701
  def maintenance_window(self, maintenance_window):
702
- """Sets the maintenance_window of this ListInstanceResponse.
702
+ r"""Sets the maintenance_window of this ListInstanceResponse.
703
703
 
704
704
  可维护时间窗,为UTC时间。
705
705
 
@@ -710,7 +710,7 @@ class ListInstanceResponse:
710
710
 
711
711
  @property
712
712
  def nodes(self):
713
- """Gets the nodes of this ListInstanceResponse.
713
+ r"""Gets the nodes of this ListInstanceResponse.
714
714
 
715
715
  实例节点信息。
716
716
 
@@ -721,7 +721,7 @@ class ListInstanceResponse:
721
721
 
722
722
  @nodes.setter
723
723
  def nodes(self, nodes):
724
- """Sets the nodes of this ListInstanceResponse.
724
+ r"""Sets the nodes of this ListInstanceResponse.
725
725
 
726
726
  实例节点信息。
727
727
 
@@ -732,7 +732,7 @@ class ListInstanceResponse:
732
732
 
733
733
  @property
734
734
  def enterprise_project_id(self):
735
- """Gets the enterprise_project_id of this ListInstanceResponse.
735
+ r"""Gets the enterprise_project_id of this ListInstanceResponse.
736
736
 
737
737
  企业项目标签ID。非企业项目账号的实例,企业项目默认0。
738
738
 
@@ -743,7 +743,7 @@ class ListInstanceResponse:
743
743
 
744
744
  @enterprise_project_id.setter
745
745
  def enterprise_project_id(self, enterprise_project_id):
746
- """Sets the enterprise_project_id of this ListInstanceResponse.
746
+ r"""Sets the enterprise_project_id of this ListInstanceResponse.
747
747
 
748
748
  企业项目标签ID。非企业项目账号的实例,企业项目默认0。
749
749
 
@@ -754,7 +754,7 @@ class ListInstanceResponse:
754
754
 
755
755
  @property
756
756
  def instance_mode(self):
757
- """Gets the instance_mode of this ListInstanceResponse.
757
+ r"""Gets the instance_mode of this ListInstanceResponse.
758
758
 
759
759
  basic为基础版 ,enterprise为企业版。
760
760
 
@@ -765,7 +765,7 @@ class ListInstanceResponse:
765
765
 
766
766
  @instance_mode.setter
767
767
  def instance_mode(self, instance_mode):
768
- """Sets the instance_mode of this ListInstanceResponse.
768
+ r"""Sets the instance_mode of this ListInstanceResponse.
769
769
 
770
770
  basic为基础版 ,enterprise为企业版。
771
771
 
@@ -776,7 +776,7 @@ class ListInstanceResponse:
776
776
 
777
777
  @property
778
778
  def disk_encryption_id(self):
779
- """Gets the disk_encryption_id of this ListInstanceResponse.
779
+ r"""Gets the disk_encryption_id of this ListInstanceResponse.
780
780
 
781
781
  磁盘加密密钥ID。只有创建磁盘加密实例才会显示该参数。
782
782
 
@@ -787,7 +787,7 @@ class ListInstanceResponse:
787
787
 
788
788
  @disk_encryption_id.setter
789
789
  def disk_encryption_id(self, disk_encryption_id):
790
- """Sets the disk_encryption_id of this ListInstanceResponse.
790
+ r"""Sets the disk_encryption_id of this ListInstanceResponse.
791
791
 
792
792
  磁盘加密密钥ID。只有创建磁盘加密实例才会显示该参数。
793
793
 
@@ -798,7 +798,7 @@ class ListInstanceResponse:
798
798
 
799
799
  @property
800
800
  def charge_info(self):
801
- """Gets the charge_info of this ListInstanceResponse.
801
+ r"""Gets the charge_info of this ListInstanceResponse.
802
802
 
803
803
  :return: The charge_info of this ListInstanceResponse.
804
804
  :rtype: :class:`huaweicloudsdkgaussdbforopengauss.v3.OpenGaussChargeInfoListResponse`
@@ -807,7 +807,7 @@ class ListInstanceResponse:
807
807
 
808
808
  @charge_info.setter
809
809
  def charge_info(self, charge_info):
810
- """Sets the charge_info of this ListInstanceResponse.
810
+ r"""Sets the charge_info of this ListInstanceResponse.
811
811
 
812
812
  :param charge_info: The charge_info of this ListInstanceResponse.
813
813
  :type charge_info: :class:`huaweicloudsdkgaussdbforopengauss.v3.OpenGaussChargeInfoListResponse`
@@ -816,7 +816,7 @@ class ListInstanceResponse:
816
816
 
817
817
  @property
818
818
  def time_zone(self):
819
- """Gets the time_zone of this ListInstanceResponse.
819
+ r"""Gets the time_zone of this ListInstanceResponse.
820
820
 
821
821
  时区。
822
822
 
@@ -827,7 +827,7 @@ class ListInstanceResponse:
827
827
 
828
828
  @time_zone.setter
829
829
  def time_zone(self, time_zone):
830
- """Sets the time_zone of this ListInstanceResponse.
830
+ r"""Sets the time_zone of this ListInstanceResponse.
831
831
 
832
832
  时区。
833
833
 
@@ -838,7 +838,7 @@ class ListInstanceResponse:
838
838
 
839
839
  @property
840
840
  def tags(self):
841
- """Gets the tags of this ListInstanceResponse.
841
+ r"""Gets the tags of this ListInstanceResponse.
842
842
 
843
843
  标签列表,没有标签不返回该参数。
844
844
 
@@ -849,7 +849,7 @@ class ListInstanceResponse:
849
849
 
850
850
  @tags.setter
851
851
  def tags(self, tags):
852
- """Sets the tags of this ListInstanceResponse.
852
+ r"""Sets the tags of this ListInstanceResponse.
853
853
 
854
854
  标签列表,没有标签不返回该参数。
855
855
 
@@ -860,7 +860,7 @@ class ListInstanceResponse:
860
860
 
861
861
  @property
862
862
  def backup_used_space(self):
863
- """Gets the backup_used_space of this ListInstanceResponse.
863
+ r"""Gets the backup_used_space of this ListInstanceResponse.
864
864
 
865
865
  备份空间使用量,单位KB。
866
866
 
@@ -871,7 +871,7 @@ class ListInstanceResponse:
871
871
 
872
872
  @backup_used_space.setter
873
873
  def backup_used_space(self, backup_used_space):
874
- """Sets the backup_used_space of this ListInstanceResponse.
874
+ r"""Sets the backup_used_space of this ListInstanceResponse.
875
875
 
876
876
  备份空间使用量,单位KB。
877
877