huaweicloudsdkgaussdbforopengauss 3.1.160__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.
- huaweicloudsdkgaussdbforopengauss/__init__.py +0 -0
- huaweicloudsdkgaussdbforopengauss/v3/__init__.py +487 -0
- huaweicloudsdkgaussdbforopengauss/v3/gaussdbforopengauss_async_client.py +10197 -0
- huaweicloudsdkgaussdbforopengauss/v3/gaussdbforopengauss_client.py +10194 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/__init__.py +484 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/add_instance_tags_request.py +168 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/add_instance_tags_response.py +145 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/add_tags_request_body.py +110 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/allow_db_privileges_request.py +168 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/allow_db_privileges_response.py +85 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/allow_db_role_privileges_request.py +168 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/allow_db_role_privileges_request_body.py +138 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/allow_db_role_privileges_response.py +85 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/applied_histories_result.py +226 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/apply_configuration_request_body.py +114 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/attach_eip_request.py +196 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/attach_eip_response.py +116 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/available_flavor_info_result.py +202 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/backup_info.py +282 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/backup_policy.py +343 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/backup_policy_error_response.py +142 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/backup_policy_info.py +314 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/backups.py +372 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/backups_result.py +372 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/batch_show_upgrade_candidate_versions_request.py +140 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/batch_show_upgrade_candidate_versions_response.py +232 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/bind_eip_request_body.py +170 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/binded_eip_result.py +366 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/can_be_rollbacked_hotfix_detail.py +202 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/can_be_upgraded_hotfix_detail.py +202 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/cancel_schedule_task_request.py +143 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/cancel_schedule_task_response.py +85 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/cn_info_before_reduce.py +231 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/components.py +260 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/configuration_parameter.py +254 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/configuration_result.py +339 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/configuration_summary.py +339 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/configurations_result.py +339 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/confirm_restored_data_request.py +143 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/confirm_restored_data_response.py +116 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/construct_req.py +227 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/copy_configuration_request.py +168 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/copy_configuration_response.py +116 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/create_configuration_template_request.py +140 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/create_configuration_template_request_body.py +196 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/create_configuration_template_response.py +174 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/create_cross_cloud_construct_disaster_request.py +168 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/create_cross_cloud_construct_disaster_response.py +116 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/create_database_instance_request.py +140 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/create_database_instance_request_body.py +722 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/create_database_instance_response.py +170 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/create_database_instance_result.py +544 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/create_database_request.py +168 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/create_database_response.py +85 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/create_database_schemas_request.py +168 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/create_database_schemas_response.py +85 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/create_db_instance_request.py +140 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/create_db_instance_response.py +170 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/create_db_role_request.py +168 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/create_db_role_request_body.py +142 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/create_db_role_response.py +85 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/create_db_user_request.py +168 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/create_db_user_response.py +85 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/create_gauss_db_instance_request.py +169 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/create_gauss_db_instance_response.py +170 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/create_instance_datastore_option.py +143 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/create_instance_request.py +140 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/create_instance_resp_item.py +514 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/create_instance_response.py +170 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/create_limit_task_node_option.py +142 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/create_limit_task_node_result.py +144 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/create_limit_task_request.py +139 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/create_limit_task_request_body.py +458 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/create_limit_task_response.py +725 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/create_manual_backup_request.py +140 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/create_manual_backup_request_body.py +171 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/create_manual_backup_response.py +141 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/create_restore_instance_request.py +140 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/create_restore_instance_response.py +141 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/create_schedule_task_request.py +140 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/create_schedule_task_request_body.py +226 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/create_schedule_task_response.py +116 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/create_slow_log_download_request.py +143 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/create_slow_log_download_response.py +116 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/data_stroe_error_response.py +142 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/datastore_option.py +142 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/datastore_result.py +142 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/datastores_result.py +142 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/db_user_pwd_request.py +142 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/delete_backup_error_response.py +142 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/delete_configuration_request.py +143 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/delete_configuration_response.py +85 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/delete_database_request.py +171 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/delete_database_response.py +85 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/delete_database_schema_request.py +168 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/delete_database_schema_request_body.py +142 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/delete_database_schema_response.py +85 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/delete_instance_request.py +143 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/delete_instance_response.py +145 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/delete_instance_tag_request.py +171 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/delete_instance_tag_response.py +174 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/delete_job_request.py +143 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/delete_job_response.py +85 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/delete_limit_task_request.py +142 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/delete_limit_task_response.py +85 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/delete_manual_backup_request.py +143 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/delete_manual_backup_response.py +145 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/delete_schedule_task_request.py +143 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/delete_schedule_task_response.py +85 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/disaster_failover_req_body.py +143 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/disaster_recover_start_simulation_request_body.py +143 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/disaster_recover_start_xlog_keep_request_body.py +143 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/disaster_recover_stop_simulation_request_body.py +114 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/disaster_recover_stop_xlog_keep_request_body.py +114 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/disaster_relations.py +513 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/download_backup_error_response.py +142 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/download_backup_request.py +143 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/download_backup_response.py +145 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/download_object.py +202 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/eps_quotas_option.py +230 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/error_response.py +142 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/execute_cross_cloud_disaster_data_cache_end_request.py +168 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/execute_cross_cloud_disaster_data_cache_end_response.py +116 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/execute_cross_cloud_disaster_data_cache_start_request.py +168 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/execute_cross_cloud_disaster_data_cache_start_response.py +116 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/execute_cross_cloud_disaster_end_simulation_request.py +168 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/execute_cross_cloud_disaster_end_simulation_response.py +116 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/execute_cross_cloud_disaster_recovery_failover_request.py +168 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/execute_cross_cloud_disaster_recovery_failover_response.py +116 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/execute_cross_cloud_disaster_restore_request.py +168 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/execute_cross_cloud_disaster_restore_response.py +116 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/execute_cross_cloud_disaster_start_simulation_request.py +168 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/execute_cross_cloud_disaster_start_simulation_response.py +116 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/execute_cross_cloud_disaster_switchover_request.py +168 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/execute_cross_cloud_disaster_switchover_response.py +116 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/execute_cross_cloud_release_disaster_request.py +168 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/execute_cross_cloud_release_disaster_response.py +116 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/feature_result.py +289 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/flavor.py +310 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/flavor_error_response.py +142 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/flavor_result.py +310 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/gauss_d_bfor_open_database_for_creation.py +259 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/gauss_d_bfor_open_gauss_create_schema_req.py +142 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/gauss_d_bfor_open_gauss_database_for_list_schema.py +142 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/gauss_d_bfor_open_gauss_database_schema_req.py +142 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/gauss_d_bfor_open_gauss_grant_request.py +142 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/gauss_d_bfor_open_gauss_list_database.py +289 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/gauss_d_bfor_open_gauss_role_attributes.py +199 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/gauss_d_bfor_open_gauss_user_for_creation.py +171 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/gauss_d_bfor_open_gauss_user_for_list.py +197 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/gauss_d_bfor_open_gauss_user_for_list_attribute.py +347 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/gauss_d_bfor_open_gauss_user_with_privilege.py +170 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/gauss_db_error_response_body.py +142 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/gauss_db_list_database_roles.py +197 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/gauss_db_list_database_roles_priv.py +347 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/gauss_db_upgrade_instances_version_request.py +200 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/get_restore_time_response_restore_time.py +142 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/hotfix_info.py +202 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/hotfix_info_result.py +202 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/hotfix_rollback_infos.py +202 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/hotfix_upgrade_infos.py +202 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/hotfix_version_info.py +143 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/install_kernel_plugin_request.py +168 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/install_kernel_plugin_request_body.py +170 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/install_kernel_plugin_response.py +116 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/instance_detail.py +260 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/instance_engine_detail.py +144 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/instance_info_result.py +173 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/instance_log_file.py +260 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/instance_task_detail.py +173 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/instances_list_result.py +144 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/instances_result.py +289 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/job_detail.py +306 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/job_instance_info.py +142 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/limit_task_rule_info_option.py +170 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_applicable_instances_request.py +201 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_applicable_instances_response.py +145 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_applied_histories_request.py +201 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_applied_histories_response.py +145 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_available_flavors_request.py +201 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_available_flavors_response.py +145 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_backups_details_request.py +318 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_backups_details_response.py +145 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_backups_request.py +318 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_backups_response.py +145 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_backups_result.py +372 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_binded_eips_request.py +201 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_binded_eips_response.py +145 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_cn_infos_before_reduce_request.py +143 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_cn_infos_before_reduce_response.py +174 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_component_infos_request.py +259 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_component_infos_response.py +145 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_configurations_diff_request.py +140 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_configurations_diff_response.py +116 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_configurations_request.py +173 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_configurations_response.py +137 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_database_instances_request.py +405 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_database_instances_response.py +145 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_database_roles_request.py +201 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_database_roles_response.py +145 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_database_schemas_request.py +229 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_database_schemas_response.py +145 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_databases_request.py +201 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_databases_response.py +145 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_datastore.py +258 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_datastores_details_request.py +115 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_datastores_details_response.py +112 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_datastores_request.py +115 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_datastores_response.py +116 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_db_backups_request.py +318 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_db_backups_response.py +145 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_db_flavors_request.py +260 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_db_flavors_response.py +145 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_db_users_request.py +201 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_db_users_response.py +145 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_diff_details_result.py +173 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_disaster_recovery_record_request.py +257 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_disaster_recovery_record_response.py +116 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_eps_quotas_request.py +202 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_eps_quotas_response.py +145 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_features_request.py +143 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_features_response.py +116 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_flavor_info.py +142 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_flavors_details_request.py +260 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_flavors_details_response.py +145 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_flavors_request.py +260 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_flavors_response.py +145 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_gauss_db_datastores_request.py +115 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_gauss_db_datastores_response.py +112 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_ha.py +142 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_ha_result.py +142 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_history_operations_request.py +201 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_history_operations_response.py +145 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_history_operations_result.py +226 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_instance_datastore.py +258 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_instance_details_request.py +405 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_instance_details_response.py +145 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_instance_engine_detail_request.py +173 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_instance_engine_detail_response.py +145 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_instance_error_logs_request.py +257 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_instance_error_logs_response.py +145 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_instance_response.py +932 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_instance_result.py +961 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_instance_tags_request.py +143 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_instance_tags_response.py +145 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_instances_details_request.py +405 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_instances_details_response.py +145 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_instances_request.py +405 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_instances_response.py +145 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_instances_result.py +957 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_kernel_plugins_request.py +143 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_kernel_plugins_response.py +116 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_limit_task_request.py +404 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_limit_task_response.py +203 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_limit_task_response_result.py +695 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_node_limit_sql_model_request.py +229 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_node_limit_sql_model_response.py +203 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_node_limit_sql_model_response_result.py +144 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_param_group_templates_request.py +173 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_param_group_templates_response.py +145 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_parameter_group_templates_request.py +173 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_parameter_group_templates_response.py +145 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_plugin_extensions_request.py +168 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_plugin_extensions_request_body.py +142 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_plugin_extensions_response.py +116 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_predefined_tags_request.py +115 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_predefined_tags_response.py +112 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_project_tags_request.py +115 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_project_tags_response.py +116 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_quota_result.py +376 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_recycle_instances_details_request.py +202 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_recycle_instances_details_response.py +145 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_recycle_instances_request.py +202 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_recycle_instances_response.py +145 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_restorable_instances_details_request.py +259 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_restorable_instances_details_response.py +145 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_restorable_instances_request.py +259 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_restorable_instances_response.py +145 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_restore_times_request.py +171 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_restore_times_response.py +116 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_schedule_task_request.py +318 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_schedule_task_response.py +145 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_storage_types_request.py +172 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_storage_types_response.py +116 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_support_kernel_plugins_request.py +115 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_support_kernel_plugins_response.py +116 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_tasks_request.py +289 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_tasks_response.py +145 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_volume.py +142 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/modify_eps_quota_request.py +140 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/modify_eps_quota_request_body.py +114 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/modify_eps_quota_response.py +85 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/my_sql_compatibility_result.py +115 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/node_result.py +311 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/nodes.py +258 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/open_gauss_backup_strategy.py +143 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/open_gauss_backup_strategy_for_list_response.py +142 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/open_gauss_backup_strategy_for_response.py +142 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/open_gauss_charge_info.py +230 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/open_gauss_charge_info_list_response.py +114 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/open_gauss_charge_info_response.py +230 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/open_gauss_coordinators.py +114 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/open_gauss_datastore.py +143 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/open_gauss_datastore_option.py +143 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/open_gauss_datastore_response.py +142 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/open_gauss_datastore_result.py +142 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/open_gauss_enlarge_volume.py +114 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/open_gauss_error_response.py +142 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/open_gauss_expand_cluster.py +140 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/open_gauss_ha.py +199 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/open_gauss_ha_option.py +199 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/open_gauss_ha_response.py +170 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/open_gauss_ha_result.py +199 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/open_gauss_instance_action_request.py +165 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/open_gauss_instance_request.py +693 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/open_gauss_instance_request_body.py +722 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/open_gauss_instance_response.py +544 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/open_gauss_instance_result.py +544 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/open_gauss_modify_instance_configuration_request.py +114 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/open_gauss_resize_request.py +143 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/open_gauss_shard.py +114 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/open_gauss_upgrade_request.py +230 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/open_gauss_volume.py +142 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/open_gauss_volume_response.py +142 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/open_gauss_volume_result.py +142 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/opengauss_restore_instance_request.py +583 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/para_error_response.py +142 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/para_error_response_body.py +142 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/para_group_parameter_result.py +282 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/param_group_copy_request_body.py +143 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/param_group_diff_request_body.py +142 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/plugin_extensions.py +144 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/project_quotas_result.py +114 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/pwd_reset_request.py +114 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/record_info_response.py +405 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/recovery_backup_source.py +200 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/recovery_backup_target.py +114 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/recycle_instances_detail_result.py +566 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/recycle_instances_detail_result_v1.py +566 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/recycle_policy.py +114 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/recycle_policy_request_body.py +110 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/region_instance_info.py +231 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/release_disaster_req.py +114 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/reset_configuration_request.py +143 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/reset_configuration_response.py +112 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/reset_dr_config_request.py +168 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/reset_dr_config_request_body.py +115 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/reset_dr_config_response.py +85 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/reset_pwd_request.py +168 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/reset_pwd_response.py +85 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/resize_instance_flavor_request.py +168 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/resize_instance_flavor_response.py +145 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/resource_error_response.py +142 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/resource_result.py +170 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/restart_instance_request.py +143 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/restart_instance_response.py +116 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/restore_disaster_req.py +114 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/restore_instance_request.py +140 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/restore_instance_request_body.py +134 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/restore_instance_response.py +116 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/restore_point.py +142 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/resume_plugin_extensions_request.py +168 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/resume_plugin_extensions_request_body.py +198 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/resume_plugin_extensions_response.py +112 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/roll_upgrade_progress.py +231 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/run_instance_action_request.py +168 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/run_instance_action_response.py +145 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/schedule_task_detail.py +318 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/search_auto_enlarge_policy_request.py +143 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/search_auto_enlarge_policy_response.py +319 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/set_backup_policy_request.py +168 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/set_backup_policy_request_body.py +110 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/set_backup_policy_response.py +85 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/set_db_user_pwd_request.py +168 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/set_db_user_pwd_response.py +85 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/set_kernel_plugin_license_request.py +168 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/set_kernel_plugin_license_request_body.py +114 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/set_kernel_plugin_license_response.py +112 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/set_new_backup_policy_request.py +168 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/set_new_backup_policy_request_body.py +110 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/set_new_backup_policy_response.py +85 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/set_recycle_policy_request.py +111 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/set_recycle_policy_response.py +116 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/shards.py +142 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/show_backup_policy.py +372 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/show_backup_policy_request.py +143 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/show_backup_policy_response.py +112 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/show_balance_status_request.py +143 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/show_balance_status_response.py +116 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/show_batch_upgrade_candidate_versions_request.py +140 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/show_batch_upgrade_candidate_versions_response.py +232 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/show_configuration_detail_request.py +143 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/show_configuration_detail_response.py +319 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/show_cross_cloud_disaster_instance_monitor_request.py +172 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/show_cross_cloud_disaster_instance_monitor_response.py +319 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/show_cross_cloud_disaster_relations_request.py +318 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/show_cross_cloud_disaster_relations_response.py +145 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/show_deployment_form_request.py +173 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/show_deployment_form_response.py +203 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/show_error_log_switch_status_request.py +143 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/show_error_log_switch_status_response.py +116 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/show_instance_configuration_request.py +143 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/show_instance_configuration_response.py +232 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/show_instance_disk_request.py +143 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/show_instance_disk_response.py +145 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/show_instance_param_group_detail_request.py +143 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/show_instance_param_group_detail_response.py +232 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/show_instance_param_group_request.py +143 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/show_instance_param_group_response.py +232 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/show_instance_snapshot_request.py +202 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/show_instance_snapshot_response.py +348 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/show_job_detail_request.py +114 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/show_job_detail_response.py +112 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/show_limit_task_node_option.py +142 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/show_limit_task_request.py +142 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/show_limit_task_response.py +406 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/show_parameter_group_detail_request.py +143 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/show_parameter_group_detail_response.py +319 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/show_project_quotas_request.py +144 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/show_project_quotas_response.py +112 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/show_recycle_policy_request.py +115 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/show_recycle_policy_response.py +116 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/show_slow_log_download_request.py +143 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/show_slow_log_download_response.py +116 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/show_source_instance_detail_request.py +202 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/show_source_instance_detail_response.py +348 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/show_ssl_cert_download_link_request.py +143 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/show_ssl_cert_download_link_response.py +116 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/show_upgrade_candidate_versions_details_request.py +143 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/show_upgrade_candidate_versions_details_response.py +373 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/show_upgrade_candidate_versions_request.py +143 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/show_upgrade_candidate_versions_response.py +373 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/slow_log_download_info.py +463 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/start_instance_request.py +168 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/start_instance_request_body.py +114 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/start_instance_response.py +116 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/start_my_sql_compatibility_request_body.py +114 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/start_mysql_compatibility_request.py +168 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/start_mysql_compatibility_response.py +116 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/stop_backup_request.py +143 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/stop_backup_response.py +116 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/stop_instance_request.py +168 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/stop_instance_request_body.py +114 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/stop_instance_response.py +116 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/storage.py +171 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/switch_configuration_request.py +168 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/switch_configuration_response.py +116 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/switch_shard_request.py +168 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/switch_shard_request_body.py +114 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/switch_shard_response.py +116 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/switchover_req.py +143 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/sync_limit_data_request.py +114 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/sync_limit_data_response.py +203 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/tag_result.py +142 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/tags_option.py +142 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/tags_result.py +144 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/task_detail_result.py +314 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/update_features_request.py +168 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/update_features_request_body.py +114 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/update_features_response.py +116 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/update_instance_configuration_request.py +168 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/update_instance_configuration_response.py +145 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/update_instance_name_request.py +168 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/update_instance_name_response.py +116 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/update_limit_task_request.py +167 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/update_limit_task_request_body.py +318 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/update_limit_task_response.py +406 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/update_my_sql_compatibility_request_body.py +114 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/update_mysql_compatibility_request.py +168 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/update_mysql_compatibility_response.py +116 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/update_name_request_body.py +114 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/upgrade_action_info.py +144 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/upgrade_error_response_body.py +142 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/upgrade_instance_version_request.py +168 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/upgrade_instance_version_response.py +145 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/upgrade_instances_request_body.py +115 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/upgrade_instances_version_request.py +140 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/upgrade_instances_version_response.py +232 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/upgrade_type_info.py +202 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/validate_para_group_name_request.py +143 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/validate_para_group_name_response.py +116 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/validate_weak_password_request.py +140 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/validate_weak_password_response.py +116 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/weak_password_request_body.py +114 -0
- huaweicloudsdkgaussdbforopengauss/v3/region/__init__.py +0 -0
- huaweicloudsdkgaussdbforopengauss/v3/region/gaussdbforopengauss_region.py +97 -0
- huaweicloudsdkgaussdbforopengauss-3.1.160.dist-info/LICENSE +13 -0
- huaweicloudsdkgaussdbforopengauss-3.1.160.dist-info/METADATA +26 -0
- huaweicloudsdkgaussdbforopengauss-3.1.160.dist-info/RECORD +491 -0
- huaweicloudsdkgaussdbforopengauss-3.1.160.dist-info/WHEEL +5 -0
- huaweicloudsdkgaussdbforopengauss-3.1.160.dist-info/top_level.txt +1 -0
@@ -0,0 +1,406 @@
|
|
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 UpdateLimitTaskResponse(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
|
+
'task_id': 'str',
|
22
|
+
'databases': 'str',
|
23
|
+
'task_name': 'str',
|
24
|
+
'key_words': 'str',
|
25
|
+
'parallel_size': 'int',
|
26
|
+
'start_time': 'str',
|
27
|
+
'end_time': 'str',
|
28
|
+
'cpu_utilization': 'int',
|
29
|
+
'memory_utilization': 'int',
|
30
|
+
'rule_name': 'str',
|
31
|
+
'job_id': 'str'
|
32
|
+
}
|
33
|
+
|
34
|
+
attribute_map = {
|
35
|
+
'task_id': 'task_id',
|
36
|
+
'databases': 'databases',
|
37
|
+
'task_name': 'task_name',
|
38
|
+
'key_words': 'key_words',
|
39
|
+
'parallel_size': 'parallel_size',
|
40
|
+
'start_time': 'start_time',
|
41
|
+
'end_time': 'end_time',
|
42
|
+
'cpu_utilization': 'cpu_utilization',
|
43
|
+
'memory_utilization': 'memory_utilization',
|
44
|
+
'rule_name': 'rule_name',
|
45
|
+
'job_id': 'job_id'
|
46
|
+
}
|
47
|
+
|
48
|
+
def __init__(self, task_id=None, databases=None, task_name=None, key_words=None, parallel_size=None, start_time=None, end_time=None, cpu_utilization=None, memory_utilization=None, rule_name=None, job_id=None):
|
49
|
+
r"""UpdateLimitTaskResponse
|
50
|
+
|
51
|
+
The model defined in huaweicloud sdk
|
52
|
+
|
53
|
+
:param task_id: 限流任务ID。
|
54
|
+
:type task_id: str
|
55
|
+
:param databases: CN节点数据库组,每个数据库字符串以逗号形式隔开,仅当任务类型为SQL_TYPE时,返回该值且与请求参数相同。
|
56
|
+
:type databases: str
|
57
|
+
:param task_name: 限流任务名,与请求参数相同。
|
58
|
+
:type task_name: str
|
59
|
+
:param key_words: 关键词,仅当任务类型为SQL_TYPE时,返回该值且与请求参数相同。
|
60
|
+
:type key_words: str
|
61
|
+
:param parallel_size: 并发数,与请求参数相同。
|
62
|
+
:type parallel_size: int
|
63
|
+
:param start_time: 限流任务开始时间,格式为yyyy-mm-ddThh:mm:ssZ,当前时间指UTC时间,SQL范围返回该值。
|
64
|
+
:type start_time: str
|
65
|
+
:param end_time: 限流任务结束时间,格式为yyyy-mm-ddThh:mm:ssZ,当前时间指UTC时间,SQL范围返回该值。
|
66
|
+
:type end_time: str
|
67
|
+
:param cpu_utilization: cpu利用率,仅当任务类型为SESSION_ACTIVE_MAX_COUNT时,返回该值且只保留正整数。
|
68
|
+
:type cpu_utilization: int
|
69
|
+
:param memory_utilization: 内存利用率,仅当任务类型为SESSION_ACTIVE_MAX_COUNT时,返回该值且只保留正整数。
|
70
|
+
:type memory_utilization: int
|
71
|
+
:param rule_name: 规则名。
|
72
|
+
:type rule_name: str
|
73
|
+
:param job_id: 工作流ID。
|
74
|
+
:type job_id: str
|
75
|
+
"""
|
76
|
+
|
77
|
+
super(UpdateLimitTaskResponse, self).__init__()
|
78
|
+
|
79
|
+
self._task_id = None
|
80
|
+
self._databases = None
|
81
|
+
self._task_name = None
|
82
|
+
self._key_words = None
|
83
|
+
self._parallel_size = None
|
84
|
+
self._start_time = None
|
85
|
+
self._end_time = None
|
86
|
+
self._cpu_utilization = None
|
87
|
+
self._memory_utilization = None
|
88
|
+
self._rule_name = None
|
89
|
+
self._job_id = None
|
90
|
+
self.discriminator = None
|
91
|
+
|
92
|
+
if task_id is not None:
|
93
|
+
self.task_id = task_id
|
94
|
+
if databases is not None:
|
95
|
+
self.databases = databases
|
96
|
+
if task_name is not None:
|
97
|
+
self.task_name = task_name
|
98
|
+
if key_words is not None:
|
99
|
+
self.key_words = key_words
|
100
|
+
if parallel_size is not None:
|
101
|
+
self.parallel_size = parallel_size
|
102
|
+
if start_time is not None:
|
103
|
+
self.start_time = start_time
|
104
|
+
if end_time is not None:
|
105
|
+
self.end_time = end_time
|
106
|
+
if cpu_utilization is not None:
|
107
|
+
self.cpu_utilization = cpu_utilization
|
108
|
+
if memory_utilization is not None:
|
109
|
+
self.memory_utilization = memory_utilization
|
110
|
+
if rule_name is not None:
|
111
|
+
self.rule_name = rule_name
|
112
|
+
if job_id is not None:
|
113
|
+
self.job_id = job_id
|
114
|
+
|
115
|
+
@property
|
116
|
+
def task_id(self):
|
117
|
+
r"""Gets the task_id of this UpdateLimitTaskResponse.
|
118
|
+
|
119
|
+
限流任务ID。
|
120
|
+
|
121
|
+
:return: The task_id of this UpdateLimitTaskResponse.
|
122
|
+
:rtype: str
|
123
|
+
"""
|
124
|
+
return self._task_id
|
125
|
+
|
126
|
+
@task_id.setter
|
127
|
+
def task_id(self, task_id):
|
128
|
+
r"""Sets the task_id of this UpdateLimitTaskResponse.
|
129
|
+
|
130
|
+
限流任务ID。
|
131
|
+
|
132
|
+
:param task_id: The task_id of this UpdateLimitTaskResponse.
|
133
|
+
:type task_id: str
|
134
|
+
"""
|
135
|
+
self._task_id = task_id
|
136
|
+
|
137
|
+
@property
|
138
|
+
def databases(self):
|
139
|
+
r"""Gets the databases of this UpdateLimitTaskResponse.
|
140
|
+
|
141
|
+
CN节点数据库组,每个数据库字符串以逗号形式隔开,仅当任务类型为SQL_TYPE时,返回该值且与请求参数相同。
|
142
|
+
|
143
|
+
:return: The databases of this UpdateLimitTaskResponse.
|
144
|
+
:rtype: str
|
145
|
+
"""
|
146
|
+
return self._databases
|
147
|
+
|
148
|
+
@databases.setter
|
149
|
+
def databases(self, databases):
|
150
|
+
r"""Sets the databases of this UpdateLimitTaskResponse.
|
151
|
+
|
152
|
+
CN节点数据库组,每个数据库字符串以逗号形式隔开,仅当任务类型为SQL_TYPE时,返回该值且与请求参数相同。
|
153
|
+
|
154
|
+
:param databases: The databases of this UpdateLimitTaskResponse.
|
155
|
+
:type databases: str
|
156
|
+
"""
|
157
|
+
self._databases = databases
|
158
|
+
|
159
|
+
@property
|
160
|
+
def task_name(self):
|
161
|
+
r"""Gets the task_name of this UpdateLimitTaskResponse.
|
162
|
+
|
163
|
+
限流任务名,与请求参数相同。
|
164
|
+
|
165
|
+
:return: The task_name of this UpdateLimitTaskResponse.
|
166
|
+
:rtype: str
|
167
|
+
"""
|
168
|
+
return self._task_name
|
169
|
+
|
170
|
+
@task_name.setter
|
171
|
+
def task_name(self, task_name):
|
172
|
+
r"""Sets the task_name of this UpdateLimitTaskResponse.
|
173
|
+
|
174
|
+
限流任务名,与请求参数相同。
|
175
|
+
|
176
|
+
:param task_name: The task_name of this UpdateLimitTaskResponse.
|
177
|
+
:type task_name: str
|
178
|
+
"""
|
179
|
+
self._task_name = task_name
|
180
|
+
|
181
|
+
@property
|
182
|
+
def key_words(self):
|
183
|
+
r"""Gets the key_words of this UpdateLimitTaskResponse.
|
184
|
+
|
185
|
+
关键词,仅当任务类型为SQL_TYPE时,返回该值且与请求参数相同。
|
186
|
+
|
187
|
+
:return: The key_words of this UpdateLimitTaskResponse.
|
188
|
+
:rtype: str
|
189
|
+
"""
|
190
|
+
return self._key_words
|
191
|
+
|
192
|
+
@key_words.setter
|
193
|
+
def key_words(self, key_words):
|
194
|
+
r"""Sets the key_words of this UpdateLimitTaskResponse.
|
195
|
+
|
196
|
+
关键词,仅当任务类型为SQL_TYPE时,返回该值且与请求参数相同。
|
197
|
+
|
198
|
+
:param key_words: The key_words of this UpdateLimitTaskResponse.
|
199
|
+
:type key_words: str
|
200
|
+
"""
|
201
|
+
self._key_words = key_words
|
202
|
+
|
203
|
+
@property
|
204
|
+
def parallel_size(self):
|
205
|
+
r"""Gets the parallel_size of this UpdateLimitTaskResponse.
|
206
|
+
|
207
|
+
并发数,与请求参数相同。
|
208
|
+
|
209
|
+
:return: The parallel_size of this UpdateLimitTaskResponse.
|
210
|
+
:rtype: int
|
211
|
+
"""
|
212
|
+
return self._parallel_size
|
213
|
+
|
214
|
+
@parallel_size.setter
|
215
|
+
def parallel_size(self, parallel_size):
|
216
|
+
r"""Sets the parallel_size of this UpdateLimitTaskResponse.
|
217
|
+
|
218
|
+
并发数,与请求参数相同。
|
219
|
+
|
220
|
+
:param parallel_size: The parallel_size of this UpdateLimitTaskResponse.
|
221
|
+
:type parallel_size: int
|
222
|
+
"""
|
223
|
+
self._parallel_size = parallel_size
|
224
|
+
|
225
|
+
@property
|
226
|
+
def start_time(self):
|
227
|
+
r"""Gets the start_time of this UpdateLimitTaskResponse.
|
228
|
+
|
229
|
+
限流任务开始时间,格式为yyyy-mm-ddThh:mm:ssZ,当前时间指UTC时间,SQL范围返回该值。
|
230
|
+
|
231
|
+
:return: The start_time of this UpdateLimitTaskResponse.
|
232
|
+
:rtype: str
|
233
|
+
"""
|
234
|
+
return self._start_time
|
235
|
+
|
236
|
+
@start_time.setter
|
237
|
+
def start_time(self, start_time):
|
238
|
+
r"""Sets the start_time of this UpdateLimitTaskResponse.
|
239
|
+
|
240
|
+
限流任务开始时间,格式为yyyy-mm-ddThh:mm:ssZ,当前时间指UTC时间,SQL范围返回该值。
|
241
|
+
|
242
|
+
:param start_time: The start_time of this UpdateLimitTaskResponse.
|
243
|
+
:type start_time: str
|
244
|
+
"""
|
245
|
+
self._start_time = start_time
|
246
|
+
|
247
|
+
@property
|
248
|
+
def end_time(self):
|
249
|
+
r"""Gets the end_time of this UpdateLimitTaskResponse.
|
250
|
+
|
251
|
+
限流任务结束时间,格式为yyyy-mm-ddThh:mm:ssZ,当前时间指UTC时间,SQL范围返回该值。
|
252
|
+
|
253
|
+
:return: The end_time of this UpdateLimitTaskResponse.
|
254
|
+
:rtype: str
|
255
|
+
"""
|
256
|
+
return self._end_time
|
257
|
+
|
258
|
+
@end_time.setter
|
259
|
+
def end_time(self, end_time):
|
260
|
+
r"""Sets the end_time of this UpdateLimitTaskResponse.
|
261
|
+
|
262
|
+
限流任务结束时间,格式为yyyy-mm-ddThh:mm:ssZ,当前时间指UTC时间,SQL范围返回该值。
|
263
|
+
|
264
|
+
:param end_time: The end_time of this UpdateLimitTaskResponse.
|
265
|
+
:type end_time: str
|
266
|
+
"""
|
267
|
+
self._end_time = end_time
|
268
|
+
|
269
|
+
@property
|
270
|
+
def cpu_utilization(self):
|
271
|
+
r"""Gets the cpu_utilization of this UpdateLimitTaskResponse.
|
272
|
+
|
273
|
+
cpu利用率,仅当任务类型为SESSION_ACTIVE_MAX_COUNT时,返回该值且只保留正整数。
|
274
|
+
|
275
|
+
:return: The cpu_utilization of this UpdateLimitTaskResponse.
|
276
|
+
:rtype: int
|
277
|
+
"""
|
278
|
+
return self._cpu_utilization
|
279
|
+
|
280
|
+
@cpu_utilization.setter
|
281
|
+
def cpu_utilization(self, cpu_utilization):
|
282
|
+
r"""Sets the cpu_utilization of this UpdateLimitTaskResponse.
|
283
|
+
|
284
|
+
cpu利用率,仅当任务类型为SESSION_ACTIVE_MAX_COUNT时,返回该值且只保留正整数。
|
285
|
+
|
286
|
+
:param cpu_utilization: The cpu_utilization of this UpdateLimitTaskResponse.
|
287
|
+
:type cpu_utilization: int
|
288
|
+
"""
|
289
|
+
self._cpu_utilization = cpu_utilization
|
290
|
+
|
291
|
+
@property
|
292
|
+
def memory_utilization(self):
|
293
|
+
r"""Gets the memory_utilization of this UpdateLimitTaskResponse.
|
294
|
+
|
295
|
+
内存利用率,仅当任务类型为SESSION_ACTIVE_MAX_COUNT时,返回该值且只保留正整数。
|
296
|
+
|
297
|
+
:return: The memory_utilization of this UpdateLimitTaskResponse.
|
298
|
+
:rtype: int
|
299
|
+
"""
|
300
|
+
return self._memory_utilization
|
301
|
+
|
302
|
+
@memory_utilization.setter
|
303
|
+
def memory_utilization(self, memory_utilization):
|
304
|
+
r"""Sets the memory_utilization of this UpdateLimitTaskResponse.
|
305
|
+
|
306
|
+
内存利用率,仅当任务类型为SESSION_ACTIVE_MAX_COUNT时,返回该值且只保留正整数。
|
307
|
+
|
308
|
+
:param memory_utilization: The memory_utilization of this UpdateLimitTaskResponse.
|
309
|
+
:type memory_utilization: int
|
310
|
+
"""
|
311
|
+
self._memory_utilization = memory_utilization
|
312
|
+
|
313
|
+
@property
|
314
|
+
def rule_name(self):
|
315
|
+
r"""Gets the rule_name of this UpdateLimitTaskResponse.
|
316
|
+
|
317
|
+
规则名。
|
318
|
+
|
319
|
+
:return: The rule_name of this UpdateLimitTaskResponse.
|
320
|
+
:rtype: str
|
321
|
+
"""
|
322
|
+
return self._rule_name
|
323
|
+
|
324
|
+
@rule_name.setter
|
325
|
+
def rule_name(self, rule_name):
|
326
|
+
r"""Sets the rule_name of this UpdateLimitTaskResponse.
|
327
|
+
|
328
|
+
规则名。
|
329
|
+
|
330
|
+
:param rule_name: The rule_name of this UpdateLimitTaskResponse.
|
331
|
+
:type rule_name: str
|
332
|
+
"""
|
333
|
+
self._rule_name = rule_name
|
334
|
+
|
335
|
+
@property
|
336
|
+
def job_id(self):
|
337
|
+
r"""Gets the job_id of this UpdateLimitTaskResponse.
|
338
|
+
|
339
|
+
工作流ID。
|
340
|
+
|
341
|
+
:return: The job_id of this UpdateLimitTaskResponse.
|
342
|
+
:rtype: str
|
343
|
+
"""
|
344
|
+
return self._job_id
|
345
|
+
|
346
|
+
@job_id.setter
|
347
|
+
def job_id(self, job_id):
|
348
|
+
r"""Sets the job_id of this UpdateLimitTaskResponse.
|
349
|
+
|
350
|
+
工作流ID。
|
351
|
+
|
352
|
+
:param job_id: The job_id of this UpdateLimitTaskResponse.
|
353
|
+
:type job_id: str
|
354
|
+
"""
|
355
|
+
self._job_id = job_id
|
356
|
+
|
357
|
+
def to_dict(self):
|
358
|
+
"""Returns the model properties as a dict"""
|
359
|
+
result = {}
|
360
|
+
|
361
|
+
for attr, _ in six.iteritems(self.openapi_types):
|
362
|
+
value = getattr(self, attr)
|
363
|
+
if isinstance(value, list):
|
364
|
+
result[attr] = list(map(
|
365
|
+
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
366
|
+
value
|
367
|
+
))
|
368
|
+
elif hasattr(value, "to_dict"):
|
369
|
+
result[attr] = value.to_dict()
|
370
|
+
elif isinstance(value, dict):
|
371
|
+
result[attr] = dict(map(
|
372
|
+
lambda item: (item[0], item[1].to_dict())
|
373
|
+
if hasattr(item[1], "to_dict") else item,
|
374
|
+
value.items()
|
375
|
+
))
|
376
|
+
else:
|
377
|
+
if attr in self.sensitive_list:
|
378
|
+
result[attr] = "****"
|
379
|
+
else:
|
380
|
+
result[attr] = value
|
381
|
+
|
382
|
+
return result
|
383
|
+
|
384
|
+
def to_str(self):
|
385
|
+
"""Returns the string representation of the model"""
|
386
|
+
import simplejson as json
|
387
|
+
if six.PY2:
|
388
|
+
import sys
|
389
|
+
reload(sys)
|
390
|
+
sys.setdefaultencoding("utf-8")
|
391
|
+
return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
|
392
|
+
|
393
|
+
def __repr__(self):
|
394
|
+
"""For `print`"""
|
395
|
+
return self.to_str()
|
396
|
+
|
397
|
+
def __eq__(self, other):
|
398
|
+
"""Returns true if both objects are equal"""
|
399
|
+
if not isinstance(other, UpdateLimitTaskResponse):
|
400
|
+
return False
|
401
|
+
|
402
|
+
return self.__dict__ == other.__dict__
|
403
|
+
|
404
|
+
def __ne__(self, other):
|
405
|
+
"""Returns true if both objects are not equal"""
|
406
|
+
return not self == other
|
@@ -0,0 +1,114 @@
|
|
1
|
+
# coding: utf-8
|
2
|
+
|
3
|
+
import six
|
4
|
+
|
5
|
+
from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
|
6
|
+
|
7
|
+
|
8
|
+
class UpdateMySQLCompatibilityRequestBody:
|
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
|
+
'port': 'str'
|
21
|
+
}
|
22
|
+
|
23
|
+
attribute_map = {
|
24
|
+
'port': 'port'
|
25
|
+
}
|
26
|
+
|
27
|
+
def __init__(self, port=None):
|
28
|
+
r"""UpdateMySQLCompatibilityRequestBody
|
29
|
+
|
30
|
+
The model defined in huaweicloud sdk
|
31
|
+
|
32
|
+
:param port: M兼容端口,可选范围为:0, 1024-39989。 - 如下端口不可设置: 2378,2379,2380,2400,4999,5000,5001,5100,5500,5999,6000,6001,6009,6010,6500,8015,8097,8098,8181,9090,9100,9180,9187,9200,12016,12017,20049,20050,21731,21732,32122,32123,32124,32125,32126,39001,[数据库端口, 数据库端口+10]。 - 取值为0,表示关闭M兼容端口。
|
33
|
+
:type port: str
|
34
|
+
"""
|
35
|
+
|
36
|
+
|
37
|
+
|
38
|
+
self._port = None
|
39
|
+
self.discriminator = None
|
40
|
+
|
41
|
+
self.port = port
|
42
|
+
|
43
|
+
@property
|
44
|
+
def port(self):
|
45
|
+
r"""Gets the port of this UpdateMySQLCompatibilityRequestBody.
|
46
|
+
|
47
|
+
M兼容端口,可选范围为:0, 1024-39989。 - 如下端口不可设置: 2378,2379,2380,2400,4999,5000,5001,5100,5500,5999,6000,6001,6009,6010,6500,8015,8097,8098,8181,9090,9100,9180,9187,9200,12016,12017,20049,20050,21731,21732,32122,32123,32124,32125,32126,39001,[数据库端口, 数据库端口+10]。 - 取值为0,表示关闭M兼容端口。
|
48
|
+
|
49
|
+
:return: The port of this UpdateMySQLCompatibilityRequestBody.
|
50
|
+
:rtype: str
|
51
|
+
"""
|
52
|
+
return self._port
|
53
|
+
|
54
|
+
@port.setter
|
55
|
+
def port(self, port):
|
56
|
+
r"""Sets the port of this UpdateMySQLCompatibilityRequestBody.
|
57
|
+
|
58
|
+
M兼容端口,可选范围为:0, 1024-39989。 - 如下端口不可设置: 2378,2379,2380,2400,4999,5000,5001,5100,5500,5999,6000,6001,6009,6010,6500,8015,8097,8098,8181,9090,9100,9180,9187,9200,12016,12017,20049,20050,21731,21732,32122,32123,32124,32125,32126,39001,[数据库端口, 数据库端口+10]。 - 取值为0,表示关闭M兼容端口。
|
59
|
+
|
60
|
+
:param port: The port of this UpdateMySQLCompatibilityRequestBody.
|
61
|
+
:type port: str
|
62
|
+
"""
|
63
|
+
self._port = port
|
64
|
+
|
65
|
+
def to_dict(self):
|
66
|
+
"""Returns the model properties as a dict"""
|
67
|
+
result = {}
|
68
|
+
|
69
|
+
for attr, _ in six.iteritems(self.openapi_types):
|
70
|
+
value = getattr(self, attr)
|
71
|
+
if isinstance(value, list):
|
72
|
+
result[attr] = list(map(
|
73
|
+
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
74
|
+
value
|
75
|
+
))
|
76
|
+
elif hasattr(value, "to_dict"):
|
77
|
+
result[attr] = value.to_dict()
|
78
|
+
elif isinstance(value, dict):
|
79
|
+
result[attr] = dict(map(
|
80
|
+
lambda item: (item[0], item[1].to_dict())
|
81
|
+
if hasattr(item[1], "to_dict") else item,
|
82
|
+
value.items()
|
83
|
+
))
|
84
|
+
else:
|
85
|
+
if attr in self.sensitive_list:
|
86
|
+
result[attr] = "****"
|
87
|
+
else:
|
88
|
+
result[attr] = value
|
89
|
+
|
90
|
+
return result
|
91
|
+
|
92
|
+
def to_str(self):
|
93
|
+
"""Returns the string representation of the model"""
|
94
|
+
import simplejson as json
|
95
|
+
if six.PY2:
|
96
|
+
import sys
|
97
|
+
reload(sys)
|
98
|
+
sys.setdefaultencoding("utf-8")
|
99
|
+
return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
|
100
|
+
|
101
|
+
def __repr__(self):
|
102
|
+
"""For `print`"""
|
103
|
+
return self.to_str()
|
104
|
+
|
105
|
+
def __eq__(self, other):
|
106
|
+
"""Returns true if both objects are equal"""
|
107
|
+
if not isinstance(other, UpdateMySQLCompatibilityRequestBody):
|
108
|
+
return False
|
109
|
+
|
110
|
+
return self.__dict__ == other.__dict__
|
111
|
+
|
112
|
+
def __ne__(self, other):
|
113
|
+
"""Returns true if both objects are not equal"""
|
114
|
+
return not self == other
|
@@ -0,0 +1,168 @@
|
|
1
|
+
# coding: utf-8
|
2
|
+
|
3
|
+
import six
|
4
|
+
|
5
|
+
from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
|
6
|
+
|
7
|
+
|
8
|
+
class UpdateMysqlCompatibilityRequest:
|
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
|
+
'instance_id': 'str',
|
21
|
+
'x_language': 'str',
|
22
|
+
'body': 'UpdateMySQLCompatibilityRequestBody'
|
23
|
+
}
|
24
|
+
|
25
|
+
attribute_map = {
|
26
|
+
'instance_id': 'instance_id',
|
27
|
+
'x_language': 'X-Language',
|
28
|
+
'body': 'body'
|
29
|
+
}
|
30
|
+
|
31
|
+
def __init__(self, instance_id=None, x_language=None, body=None):
|
32
|
+
r"""UpdateMysqlCompatibilityRequest
|
33
|
+
|
34
|
+
The model defined in huaweicloud sdk
|
35
|
+
|
36
|
+
:param instance_id: 实例ID。
|
37
|
+
:type instance_id: str
|
38
|
+
:param x_language: 语言。默认值:en-us。
|
39
|
+
:type x_language: str
|
40
|
+
:param body: Body of the UpdateMysqlCompatibilityRequest
|
41
|
+
:type body: :class:`huaweicloudsdkgaussdbforopengauss.v3.UpdateMySQLCompatibilityRequestBody`
|
42
|
+
"""
|
43
|
+
|
44
|
+
|
45
|
+
|
46
|
+
self._instance_id = None
|
47
|
+
self._x_language = None
|
48
|
+
self._body = None
|
49
|
+
self.discriminator = None
|
50
|
+
|
51
|
+
self.instance_id = instance_id
|
52
|
+
if x_language is not None:
|
53
|
+
self.x_language = x_language
|
54
|
+
if body is not None:
|
55
|
+
self.body = body
|
56
|
+
|
57
|
+
@property
|
58
|
+
def instance_id(self):
|
59
|
+
r"""Gets the instance_id of this UpdateMysqlCompatibilityRequest.
|
60
|
+
|
61
|
+
实例ID。
|
62
|
+
|
63
|
+
:return: The instance_id of this UpdateMysqlCompatibilityRequest.
|
64
|
+
:rtype: str
|
65
|
+
"""
|
66
|
+
return self._instance_id
|
67
|
+
|
68
|
+
@instance_id.setter
|
69
|
+
def instance_id(self, instance_id):
|
70
|
+
r"""Sets the instance_id of this UpdateMysqlCompatibilityRequest.
|
71
|
+
|
72
|
+
实例ID。
|
73
|
+
|
74
|
+
:param instance_id: The instance_id of this UpdateMysqlCompatibilityRequest.
|
75
|
+
:type instance_id: str
|
76
|
+
"""
|
77
|
+
self._instance_id = instance_id
|
78
|
+
|
79
|
+
@property
|
80
|
+
def x_language(self):
|
81
|
+
r"""Gets the x_language of this UpdateMysqlCompatibilityRequest.
|
82
|
+
|
83
|
+
语言。默认值:en-us。
|
84
|
+
|
85
|
+
:return: The x_language of this UpdateMysqlCompatibilityRequest.
|
86
|
+
:rtype: str
|
87
|
+
"""
|
88
|
+
return self._x_language
|
89
|
+
|
90
|
+
@x_language.setter
|
91
|
+
def x_language(self, x_language):
|
92
|
+
r"""Sets the x_language of this UpdateMysqlCompatibilityRequest.
|
93
|
+
|
94
|
+
语言。默认值:en-us。
|
95
|
+
|
96
|
+
:param x_language: The x_language of this UpdateMysqlCompatibilityRequest.
|
97
|
+
:type x_language: str
|
98
|
+
"""
|
99
|
+
self._x_language = x_language
|
100
|
+
|
101
|
+
@property
|
102
|
+
def body(self):
|
103
|
+
r"""Gets the body of this UpdateMysqlCompatibilityRequest.
|
104
|
+
|
105
|
+
:return: The body of this UpdateMysqlCompatibilityRequest.
|
106
|
+
:rtype: :class:`huaweicloudsdkgaussdbforopengauss.v3.UpdateMySQLCompatibilityRequestBody`
|
107
|
+
"""
|
108
|
+
return self._body
|
109
|
+
|
110
|
+
@body.setter
|
111
|
+
def body(self, body):
|
112
|
+
r"""Sets the body of this UpdateMysqlCompatibilityRequest.
|
113
|
+
|
114
|
+
:param body: The body of this UpdateMysqlCompatibilityRequest.
|
115
|
+
:type body: :class:`huaweicloudsdkgaussdbforopengauss.v3.UpdateMySQLCompatibilityRequestBody`
|
116
|
+
"""
|
117
|
+
self._body = body
|
118
|
+
|
119
|
+
def to_dict(self):
|
120
|
+
"""Returns the model properties as a dict"""
|
121
|
+
result = {}
|
122
|
+
|
123
|
+
for attr, _ in six.iteritems(self.openapi_types):
|
124
|
+
value = getattr(self, attr)
|
125
|
+
if isinstance(value, list):
|
126
|
+
result[attr] = list(map(
|
127
|
+
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
128
|
+
value
|
129
|
+
))
|
130
|
+
elif hasattr(value, "to_dict"):
|
131
|
+
result[attr] = value.to_dict()
|
132
|
+
elif isinstance(value, dict):
|
133
|
+
result[attr] = dict(map(
|
134
|
+
lambda item: (item[0], item[1].to_dict())
|
135
|
+
if hasattr(item[1], "to_dict") else item,
|
136
|
+
value.items()
|
137
|
+
))
|
138
|
+
else:
|
139
|
+
if attr in self.sensitive_list:
|
140
|
+
result[attr] = "****"
|
141
|
+
else:
|
142
|
+
result[attr] = value
|
143
|
+
|
144
|
+
return result
|
145
|
+
|
146
|
+
def to_str(self):
|
147
|
+
"""Returns the string representation of the model"""
|
148
|
+
import simplejson as json
|
149
|
+
if six.PY2:
|
150
|
+
import sys
|
151
|
+
reload(sys)
|
152
|
+
sys.setdefaultencoding("utf-8")
|
153
|
+
return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
|
154
|
+
|
155
|
+
def __repr__(self):
|
156
|
+
"""For `print`"""
|
157
|
+
return self.to_str()
|
158
|
+
|
159
|
+
def __eq__(self, other):
|
160
|
+
"""Returns true if both objects are equal"""
|
161
|
+
if not isinstance(other, UpdateMysqlCompatibilityRequest):
|
162
|
+
return False
|
163
|
+
|
164
|
+
return self.__dict__ == other.__dict__
|
165
|
+
|
166
|
+
def __ne__(self, other):
|
167
|
+
"""Returns true if both objects are not equal"""
|
168
|
+
return not self == other
|