huaweicloudsdkgaussdbforopengauss 3.1.141__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.141.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.141.dist-info/RECORD +0 -455
  490. {huaweicloudsdkgaussdbforopengauss-3.1.141.dist-info → huaweicloudsdkgaussdbforopengauss-3.1.143.dist-info}/LICENSE +0 -0
  491. {huaweicloudsdkgaussdbforopengauss-3.1.141.dist-info → huaweicloudsdkgaussdbforopengauss-3.1.143.dist-info}/WHEEL +0 -0
  492. {huaweicloudsdkgaussdbforopengauss-3.1.141.dist-info → huaweicloudsdkgaussdbforopengauss-3.1.143.dist-info}/top_level.txt +0 -0
@@ -28,7 +28,7 @@ class ListDbUsersResponse(SdkResponse):
28
28
  }
29
29
 
30
30
  def __init__(self, users=None, total_count=None):
31
- """ListDbUsersResponse
31
+ r"""ListDbUsersResponse
32
32
 
33
33
  The model defined in huaweicloud sdk
34
34
 
@@ -51,7 +51,7 @@ class ListDbUsersResponse(SdkResponse):
51
51
 
52
52
  @property
53
53
  def users(self):
54
- """Gets the users of this ListDbUsersResponse.
54
+ r"""Gets the users of this ListDbUsersResponse.
55
55
 
56
56
  列表中每个元素表示一个数据库用户。
57
57
 
@@ -62,7 +62,7 @@ class ListDbUsersResponse(SdkResponse):
62
62
 
63
63
  @users.setter
64
64
  def users(self, users):
65
- """Sets the users of this ListDbUsersResponse.
65
+ r"""Sets the users of this ListDbUsersResponse.
66
66
 
67
67
  列表中每个元素表示一个数据库用户。
68
68
 
@@ -73,7 +73,7 @@ class ListDbUsersResponse(SdkResponse):
73
73
 
74
74
  @property
75
75
  def total_count(self):
76
- """Gets the total_count of this ListDbUsersResponse.
76
+ r"""Gets the total_count of this ListDbUsersResponse.
77
77
 
78
78
  数据库用户总数。
79
79
 
@@ -84,7 +84,7 @@ class ListDbUsersResponse(SdkResponse):
84
84
 
85
85
  @total_count.setter
86
86
  def total_count(self, total_count):
87
- """Sets the total_count of this ListDbUsersResponse.
87
+ r"""Sets the total_count of this ListDbUsersResponse.
88
88
 
89
89
  数据库用户总数。
90
90
 
@@ -29,7 +29,7 @@ class ListDiffDetailsResult:
29
29
  }
30
30
 
31
31
  def __init__(self, name=None, source_value=None, target_value=None):
32
- """ListDiffDetailsResult
32
+ r"""ListDiffDetailsResult
33
33
 
34
34
  The model defined in huaweicloud sdk
35
35
 
@@ -57,7 +57,7 @@ class ListDiffDetailsResult:
57
57
 
58
58
  @property
59
59
  def name(self):
60
- """Gets the name of this ListDiffDetailsResult.
60
+ r"""Gets the name of this ListDiffDetailsResult.
61
61
 
62
62
  参数名称。
63
63
 
@@ -68,7 +68,7 @@ class ListDiffDetailsResult:
68
68
 
69
69
  @name.setter
70
70
  def name(self, name):
71
- """Sets the name of this ListDiffDetailsResult.
71
+ r"""Sets the name of this ListDiffDetailsResult.
72
72
 
73
73
  参数名称。
74
74
 
@@ -79,7 +79,7 @@ class ListDiffDetailsResult:
79
79
 
80
80
  @property
81
81
  def source_value(self):
82
- """Gets the source_value of this ListDiffDetailsResult.
82
+ r"""Gets the source_value of this ListDiffDetailsResult.
83
83
 
84
84
  比较参数组的参数值。
85
85
 
@@ -90,7 +90,7 @@ class ListDiffDetailsResult:
90
90
 
91
91
  @source_value.setter
92
92
  def source_value(self, source_value):
93
- """Sets the source_value of this ListDiffDetailsResult.
93
+ r"""Sets the source_value of this ListDiffDetailsResult.
94
94
 
95
95
  比较参数组的参数值。
96
96
 
@@ -101,7 +101,7 @@ class ListDiffDetailsResult:
101
101
 
102
102
  @property
103
103
  def target_value(self):
104
- """Gets the target_value of this ListDiffDetailsResult.
104
+ r"""Gets the target_value of this ListDiffDetailsResult.
105
105
 
106
106
  目标参数组的参数值。
107
107
 
@@ -112,7 +112,7 @@ class ListDiffDetailsResult:
112
112
 
113
113
  @target_value.setter
114
114
  def target_value(self, target_value):
115
- """Sets the target_value of this ListDiffDetailsResult.
115
+ r"""Sets the target_value of this ListDiffDetailsResult.
116
116
 
117
117
  目标参数组的参数值。
118
118
 
@@ -0,0 +1,257 @@
1
+ # coding: utf-8
2
+
3
+ import six
4
+
5
+ from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
6
+
7
+
8
+ class ListDisasterRecoveryRecordRequest:
9
+
10
+ """
11
+ Attributes:
12
+ openapi_types (dict): The key is attribute name
13
+ and the value is attribute type.
14
+ attribute_map (dict): The key is attribute name
15
+ and the value is json key in definition.
16
+ """
17
+ sensitive_list = []
18
+
19
+ openapi_types = {
20
+ 'x_language': 'str',
21
+ 'instance_id': 'str',
22
+ 'entity_id': 'str',
23
+ 'entity_type': 'str',
24
+ 'limit': 'int',
25
+ 'offset': 'int'
26
+ }
27
+
28
+ attribute_map = {
29
+ 'x_language': 'X-Language',
30
+ 'instance_id': 'instance_id',
31
+ 'entity_id': 'entity_id',
32
+ 'entity_type': 'entity_type',
33
+ 'limit': 'limit',
34
+ 'offset': 'offset'
35
+ }
36
+
37
+ def __init__(self, x_language=None, instance_id=None, entity_id=None, entity_type=None, limit=None, offset=None):
38
+ r"""ListDisasterRecoveryRecordRequest
39
+
40
+ The model defined in huaweicloud sdk
41
+
42
+ :param x_language: 语言。
43
+ :type x_language: str
44
+ :param instance_id: 实例id。
45
+ :type instance_id: str
46
+ :param entity_id: 实体id(容灾id)
47
+ :type entity_id: str
48
+ :param entity_type: 实体类型(容灾类型)
49
+ :type entity_type: str
50
+ :param limit: 查询记录数。默认为100,不能为负数,最小值为1,最大值为100。
51
+ :type limit: int
52
+ :param offset: 索引位置,偏移量。从第一条数据偏移offset条数据后开始查询,默认为0(偏移0条数据,表示从第一条数据开始查询),必须为数字,不能为负数。
53
+ :type offset: int
54
+ """
55
+
56
+
57
+
58
+ self._x_language = None
59
+ self._instance_id = None
60
+ self._entity_id = None
61
+ self._entity_type = None
62
+ self._limit = None
63
+ self._offset = None
64
+ self.discriminator = None
65
+
66
+ if x_language is not None:
67
+ self.x_language = x_language
68
+ self.instance_id = instance_id
69
+ self.entity_id = entity_id
70
+ self.entity_type = entity_type
71
+ if limit is not None:
72
+ self.limit = limit
73
+ if offset is not None:
74
+ self.offset = offset
75
+
76
+ @property
77
+ def x_language(self):
78
+ r"""Gets the x_language of this ListDisasterRecoveryRecordRequest.
79
+
80
+ 语言。
81
+
82
+ :return: The x_language of this ListDisasterRecoveryRecordRequest.
83
+ :rtype: str
84
+ """
85
+ return self._x_language
86
+
87
+ @x_language.setter
88
+ def x_language(self, x_language):
89
+ r"""Sets the x_language of this ListDisasterRecoveryRecordRequest.
90
+
91
+ 语言。
92
+
93
+ :param x_language: The x_language of this ListDisasterRecoveryRecordRequest.
94
+ :type x_language: str
95
+ """
96
+ self._x_language = x_language
97
+
98
+ @property
99
+ def instance_id(self):
100
+ r"""Gets the instance_id of this ListDisasterRecoveryRecordRequest.
101
+
102
+ 实例id。
103
+
104
+ :return: The instance_id of this ListDisasterRecoveryRecordRequest.
105
+ :rtype: str
106
+ """
107
+ return self._instance_id
108
+
109
+ @instance_id.setter
110
+ def instance_id(self, instance_id):
111
+ r"""Sets the instance_id of this ListDisasterRecoveryRecordRequest.
112
+
113
+ 实例id。
114
+
115
+ :param instance_id: The instance_id of this ListDisasterRecoveryRecordRequest.
116
+ :type instance_id: str
117
+ """
118
+ self._instance_id = instance_id
119
+
120
+ @property
121
+ def entity_id(self):
122
+ r"""Gets the entity_id of this ListDisasterRecoveryRecordRequest.
123
+
124
+ 实体id(容灾id)
125
+
126
+ :return: The entity_id of this ListDisasterRecoveryRecordRequest.
127
+ :rtype: str
128
+ """
129
+ return self._entity_id
130
+
131
+ @entity_id.setter
132
+ def entity_id(self, entity_id):
133
+ r"""Sets the entity_id of this ListDisasterRecoveryRecordRequest.
134
+
135
+ 实体id(容灾id)
136
+
137
+ :param entity_id: The entity_id of this ListDisasterRecoveryRecordRequest.
138
+ :type entity_id: str
139
+ """
140
+ self._entity_id = entity_id
141
+
142
+ @property
143
+ def entity_type(self):
144
+ r"""Gets the entity_type of this ListDisasterRecoveryRecordRequest.
145
+
146
+ 实体类型(容灾类型)
147
+
148
+ :return: The entity_type of this ListDisasterRecoveryRecordRequest.
149
+ :rtype: str
150
+ """
151
+ return self._entity_type
152
+
153
+ @entity_type.setter
154
+ def entity_type(self, entity_type):
155
+ r"""Sets the entity_type of this ListDisasterRecoveryRecordRequest.
156
+
157
+ 实体类型(容灾类型)
158
+
159
+ :param entity_type: The entity_type of this ListDisasterRecoveryRecordRequest.
160
+ :type entity_type: str
161
+ """
162
+ self._entity_type = entity_type
163
+
164
+ @property
165
+ def limit(self):
166
+ r"""Gets the limit of this ListDisasterRecoveryRecordRequest.
167
+
168
+ 查询记录数。默认为100,不能为负数,最小值为1,最大值为100。
169
+
170
+ :return: The limit of this ListDisasterRecoveryRecordRequest.
171
+ :rtype: int
172
+ """
173
+ return self._limit
174
+
175
+ @limit.setter
176
+ def limit(self, limit):
177
+ r"""Sets the limit of this ListDisasterRecoveryRecordRequest.
178
+
179
+ 查询记录数。默认为100,不能为负数,最小值为1,最大值为100。
180
+
181
+ :param limit: The limit of this ListDisasterRecoveryRecordRequest.
182
+ :type limit: int
183
+ """
184
+ self._limit = limit
185
+
186
+ @property
187
+ def offset(self):
188
+ r"""Gets the offset of this ListDisasterRecoveryRecordRequest.
189
+
190
+ 索引位置,偏移量。从第一条数据偏移offset条数据后开始查询,默认为0(偏移0条数据,表示从第一条数据开始查询),必须为数字,不能为负数。
191
+
192
+ :return: The offset of this ListDisasterRecoveryRecordRequest.
193
+ :rtype: int
194
+ """
195
+ return self._offset
196
+
197
+ @offset.setter
198
+ def offset(self, offset):
199
+ r"""Sets the offset of this ListDisasterRecoveryRecordRequest.
200
+
201
+ 索引位置,偏移量。从第一条数据偏移offset条数据后开始查询,默认为0(偏移0条数据,表示从第一条数据开始查询),必须为数字,不能为负数。
202
+
203
+ :param offset: The offset of this ListDisasterRecoveryRecordRequest.
204
+ :type offset: int
205
+ """
206
+ self._offset = offset
207
+
208
+ def to_dict(self):
209
+ """Returns the model properties as a dict"""
210
+ result = {}
211
+
212
+ for attr, _ in six.iteritems(self.openapi_types):
213
+ value = getattr(self, attr)
214
+ if isinstance(value, list):
215
+ result[attr] = list(map(
216
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
217
+ value
218
+ ))
219
+ elif hasattr(value, "to_dict"):
220
+ result[attr] = value.to_dict()
221
+ elif isinstance(value, dict):
222
+ result[attr] = dict(map(
223
+ lambda item: (item[0], item[1].to_dict())
224
+ if hasattr(item[1], "to_dict") else item,
225
+ value.items()
226
+ ))
227
+ else:
228
+ if attr in self.sensitive_list:
229
+ result[attr] = "****"
230
+ else:
231
+ result[attr] = value
232
+
233
+ return result
234
+
235
+ def to_str(self):
236
+ """Returns the string representation of the model"""
237
+ import simplejson as json
238
+ if six.PY2:
239
+ import sys
240
+ reload(sys)
241
+ sys.setdefaultencoding("utf-8")
242
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
243
+
244
+ def __repr__(self):
245
+ """For `print`"""
246
+ return self.to_str()
247
+
248
+ def __eq__(self, other):
249
+ """Returns true if both objects are equal"""
250
+ if not isinstance(other, ListDisasterRecoveryRecordRequest):
251
+ return False
252
+
253
+ return self.__dict__ == other.__dict__
254
+
255
+ def __ne__(self, other):
256
+ """Returns true if both objects are not equal"""
257
+ return not self == other
@@ -0,0 +1,116 @@
1
+ # coding: utf-8
2
+
3
+ import six
4
+
5
+ from huaweicloudsdkcore.sdk_response import SdkResponse
6
+ from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
7
+
8
+
9
+ class ListDisasterRecoveryRecordResponse(SdkResponse):
10
+
11
+ """
12
+ Attributes:
13
+ openapi_types (dict): The key is attribute name
14
+ and the value is attribute type.
15
+ attribute_map (dict): The key is attribute name
16
+ and the value is json key in definition.
17
+ """
18
+ sensitive_list = []
19
+
20
+ openapi_types = {
21
+ 'records': 'list[RecordInfoResponse]'
22
+ }
23
+
24
+ attribute_map = {
25
+ 'records': 'records'
26
+ }
27
+
28
+ def __init__(self, records=None):
29
+ r"""ListDisasterRecoveryRecordResponse
30
+
31
+ The model defined in huaweicloud sdk
32
+
33
+ :param records: 操作记录
34
+ :type records: list[:class:`huaweicloudsdkgaussdbforopengauss.v3.RecordInfoResponse`]
35
+ """
36
+
37
+ super(ListDisasterRecoveryRecordResponse, self).__init__()
38
+
39
+ self._records = None
40
+ self.discriminator = None
41
+
42
+ if records is not None:
43
+ self.records = records
44
+
45
+ @property
46
+ def records(self):
47
+ r"""Gets the records of this ListDisasterRecoveryRecordResponse.
48
+
49
+ 操作记录
50
+
51
+ :return: The records of this ListDisasterRecoveryRecordResponse.
52
+ :rtype: list[:class:`huaweicloudsdkgaussdbforopengauss.v3.RecordInfoResponse`]
53
+ """
54
+ return self._records
55
+
56
+ @records.setter
57
+ def records(self, records):
58
+ r"""Sets the records of this ListDisasterRecoveryRecordResponse.
59
+
60
+ 操作记录
61
+
62
+ :param records: The records of this ListDisasterRecoveryRecordResponse.
63
+ :type records: list[:class:`huaweicloudsdkgaussdbforopengauss.v3.RecordInfoResponse`]
64
+ """
65
+ self._records = records
66
+
67
+ def to_dict(self):
68
+ """Returns the model properties as a dict"""
69
+ result = {}
70
+
71
+ for attr, _ in six.iteritems(self.openapi_types):
72
+ value = getattr(self, attr)
73
+ if isinstance(value, list):
74
+ result[attr] = list(map(
75
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
76
+ value
77
+ ))
78
+ elif hasattr(value, "to_dict"):
79
+ result[attr] = value.to_dict()
80
+ elif isinstance(value, dict):
81
+ result[attr] = dict(map(
82
+ lambda item: (item[0], item[1].to_dict())
83
+ if hasattr(item[1], "to_dict") else item,
84
+ value.items()
85
+ ))
86
+ else:
87
+ if attr in self.sensitive_list:
88
+ result[attr] = "****"
89
+ else:
90
+ result[attr] = value
91
+
92
+ return result
93
+
94
+ def to_str(self):
95
+ """Returns the string representation of the model"""
96
+ import simplejson as json
97
+ if six.PY2:
98
+ import sys
99
+ reload(sys)
100
+ sys.setdefaultencoding("utf-8")
101
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
102
+
103
+ def __repr__(self):
104
+ """For `print`"""
105
+ return self.to_str()
106
+
107
+ def __eq__(self, other):
108
+ """Returns true if both objects are equal"""
109
+ if not isinstance(other, ListDisasterRecoveryRecordResponse):
110
+ return False
111
+
112
+ return self.__dict__ == other.__dict__
113
+
114
+ def __ne__(self, other):
115
+ """Returns true if both objects are not equal"""
116
+ return not self == other
@@ -31,7 +31,7 @@ class ListEpsQuotasRequest:
31
31
  }
32
32
 
33
33
  def __init__(self, x_language=None, offset=None, limit=None, enterprise_project_id=None):
34
- """ListEpsQuotasRequest
34
+ r"""ListEpsQuotasRequest
35
35
 
36
36
  The model defined in huaweicloud sdk
37
37
 
@@ -64,7 +64,7 @@ class ListEpsQuotasRequest:
64
64
 
65
65
  @property
66
66
  def x_language(self):
67
- """Gets the x_language of this ListEpsQuotasRequest.
67
+ r"""Gets the x_language of this ListEpsQuotasRequest.
68
68
 
69
69
  语言, 默认值为en-us。
70
70
 
@@ -75,7 +75,7 @@ class ListEpsQuotasRequest:
75
75
 
76
76
  @x_language.setter
77
77
  def x_language(self, x_language):
78
- """Sets the x_language of this ListEpsQuotasRequest.
78
+ r"""Sets the x_language of this ListEpsQuotasRequest.
79
79
 
80
80
  语言, 默认值为en-us。
81
81
 
@@ -86,7 +86,7 @@ class ListEpsQuotasRequest:
86
86
 
87
87
  @property
88
88
  def offset(self):
89
- """Gets the offset of this ListEpsQuotasRequest.
89
+ r"""Gets the offset of this ListEpsQuotasRequest.
90
90
 
91
91
  索引位置,偏移量。从第一条数据偏移offset条数据后开始查询,默认为0(偏移0条数据,表示从第一条数据开始查询),必须为数字,不能为负数。
92
92
 
@@ -97,7 +97,7 @@ class ListEpsQuotasRequest:
97
97
 
98
98
  @offset.setter
99
99
  def offset(self, offset):
100
- """Sets the offset of this ListEpsQuotasRequest.
100
+ r"""Sets the offset of this ListEpsQuotasRequest.
101
101
 
102
102
  索引位置,偏移量。从第一条数据偏移offset条数据后开始查询,默认为0(偏移0条数据,表示从第一条数据开始查询),必须为数字,不能为负数。
103
103
 
@@ -108,7 +108,7 @@ class ListEpsQuotasRequest:
108
108
 
109
109
  @property
110
110
  def limit(self):
111
- """Gets the limit of this ListEpsQuotasRequest.
111
+ r"""Gets the limit of this ListEpsQuotasRequest.
112
112
 
113
113
  查询记录数。默认为100,不能为负数,最小值为1,最大值为100。
114
114
 
@@ -119,7 +119,7 @@ class ListEpsQuotasRequest:
119
119
 
120
120
  @limit.setter
121
121
  def limit(self, limit):
122
- """Sets the limit of this ListEpsQuotasRequest.
122
+ r"""Sets the limit of this ListEpsQuotasRequest.
123
123
 
124
124
  查询记录数。默认为100,不能为负数,最小值为1,最大值为100。
125
125
 
@@ -130,7 +130,7 @@ class ListEpsQuotasRequest:
130
130
 
131
131
  @property
132
132
  def enterprise_project_id(self):
133
- """Gets the enterprise_project_id of this ListEpsQuotasRequest.
133
+ r"""Gets the enterprise_project_id of this ListEpsQuotasRequest.
134
134
 
135
135
  企业项目ID。 - 对于未开通企业多项目服务的用户,不传该参数。 - 对于已开通企业多项目服务的用户,不传该参数时,表示为default企业项目。
136
136
 
@@ -141,7 +141,7 @@ class ListEpsQuotasRequest:
141
141
 
142
142
  @enterprise_project_id.setter
143
143
  def enterprise_project_id(self, enterprise_project_id):
144
- """Sets the enterprise_project_id of this ListEpsQuotasRequest.
144
+ r"""Sets the enterprise_project_id of this ListEpsQuotasRequest.
145
145
 
146
146
  企业项目ID。 - 对于未开通企业多项目服务的用户,不传该参数。 - 对于已开通企业多项目服务的用户,不传该参数时,表示为default企业项目。
147
147
 
@@ -28,7 +28,7 @@ class ListEpsQuotasResponse(SdkResponse):
28
28
  }
29
29
 
30
30
  def __init__(self, eps_quotas=None, total_count=None):
31
- """ListEpsQuotasResponse
31
+ r"""ListEpsQuotasResponse
32
32
 
33
33
  The model defined in huaweicloud sdk
34
34
 
@@ -51,7 +51,7 @@ class ListEpsQuotasResponse(SdkResponse):
51
51
 
52
52
  @property
53
53
  def eps_quotas(self):
54
- """Gets the eps_quotas of this ListEpsQuotasResponse.
54
+ r"""Gets the eps_quotas of this ListEpsQuotasResponse.
55
55
 
56
56
  企业配额列表。
57
57
 
@@ -62,7 +62,7 @@ class ListEpsQuotasResponse(SdkResponse):
62
62
 
63
63
  @eps_quotas.setter
64
64
  def eps_quotas(self, eps_quotas):
65
- """Sets the eps_quotas of this ListEpsQuotasResponse.
65
+ r"""Sets the eps_quotas of this ListEpsQuotasResponse.
66
66
 
67
67
  企业配额列表。
68
68
 
@@ -73,7 +73,7 @@ class ListEpsQuotasResponse(SdkResponse):
73
73
 
74
74
  @property
75
75
  def total_count(self):
76
- """Gets the total_count of this ListEpsQuotasResponse.
76
+ r"""Gets the total_count of this ListEpsQuotasResponse.
77
77
 
78
78
  配额组数量。
79
79
 
@@ -84,7 +84,7 @@ class ListEpsQuotasResponse(SdkResponse):
84
84
 
85
85
  @total_count.setter
86
86
  def total_count(self, total_count):
87
- """Sets the total_count of this ListEpsQuotasResponse.
87
+ r"""Sets the total_count of this ListEpsQuotasResponse.
88
88
 
89
89
  配额组数量。
90
90
 
@@ -27,7 +27,7 @@ class ListFeaturesRequest:
27
27
  }
28
28
 
29
29
  def __init__(self, x_language=None, instance_id=None):
30
- """ListFeaturesRequest
30
+ r"""ListFeaturesRequest
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -49,7 +49,7 @@ class ListFeaturesRequest:
49
49
 
50
50
  @property
51
51
  def x_language(self):
52
- """Gets the x_language of this ListFeaturesRequest.
52
+ r"""Gets the x_language of this ListFeaturesRequest.
53
53
 
54
54
  语言。
55
55
 
@@ -60,7 +60,7 @@ class ListFeaturesRequest:
60
60
 
61
61
  @x_language.setter
62
62
  def x_language(self, x_language):
63
- """Sets the x_language of this ListFeaturesRequest.
63
+ r"""Sets the x_language of this ListFeaturesRequest.
64
64
 
65
65
  语言。
66
66
 
@@ -71,7 +71,7 @@ class ListFeaturesRequest:
71
71
 
72
72
  @property
73
73
  def instance_id(self):
74
- """Gets the instance_id of this ListFeaturesRequest.
74
+ r"""Gets the instance_id of this ListFeaturesRequest.
75
75
 
76
76
  实例ID。
77
77
 
@@ -82,7 +82,7 @@ class ListFeaturesRequest:
82
82
 
83
83
  @instance_id.setter
84
84
  def instance_id(self, instance_id):
85
- """Sets the instance_id of this ListFeaturesRequest.
85
+ r"""Sets the instance_id of this ListFeaturesRequest.
86
86
 
87
87
  实例ID。
88
88
 
@@ -26,7 +26,7 @@ class ListFeaturesResponse(SdkResponse):
26
26
  }
27
27
 
28
28
  def __init__(self, features=None):
29
- """ListFeaturesResponse
29
+ r"""ListFeaturesResponse
30
30
 
31
31
  The model defined in huaweicloud sdk
32
32
 
@@ -44,7 +44,7 @@ class ListFeaturesResponse(SdkResponse):
44
44
 
45
45
  @property
46
46
  def features(self):
47
- """Gets the features of this ListFeaturesResponse.
47
+ r"""Gets the features of this ListFeaturesResponse.
48
48
 
49
49
  高级特性列表。
50
50
 
@@ -55,7 +55,7 @@ class ListFeaturesResponse(SdkResponse):
55
55
 
56
56
  @features.setter
57
57
  def features(self, features):
58
- """Sets the features of this ListFeaturesResponse.
58
+ r"""Sets the features of this ListFeaturesResponse.
59
59
 
60
60
  高级特性列表。
61
61