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,232 @@
|
|
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 ShowBatchUpgradeCandidateVersionsResponse(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
|
+
'upgrade_type_list': 'list[UpgradeTypeInfo]',
|
22
|
+
'target_version': 'str',
|
23
|
+
'upgrade_candidate_versions': 'list[str]',
|
24
|
+
'hotfix_upgrade_infos': 'list[HotfixInfo]',
|
25
|
+
'hotfix_rollback_infos': 'list[HotfixInfo]'
|
26
|
+
}
|
27
|
+
|
28
|
+
attribute_map = {
|
29
|
+
'upgrade_type_list': 'upgrade_type_list',
|
30
|
+
'target_version': 'target_version',
|
31
|
+
'upgrade_candidate_versions': 'upgrade_candidate_versions',
|
32
|
+
'hotfix_upgrade_infos': 'hotfix_upgrade_infos',
|
33
|
+
'hotfix_rollback_infos': 'hotfix_rollback_infos'
|
34
|
+
}
|
35
|
+
|
36
|
+
def __init__(self, upgrade_type_list=None, target_version=None, upgrade_candidate_versions=None, hotfix_upgrade_infos=None, hotfix_rollback_infos=None):
|
37
|
+
r"""ShowBatchUpgradeCandidateVersionsResponse
|
38
|
+
|
39
|
+
The model defined in huaweicloud sdk
|
40
|
+
|
41
|
+
:param upgrade_type_list: 升级类型信息列表。
|
42
|
+
:type upgrade_type_list: list[:class:`huaweicloudsdkgaussdbforopengauss.v3.UpgradeTypeInfo`]
|
43
|
+
:param target_version: 升级目标版本,没有在滚动升级中返回null。
|
44
|
+
:type target_version: str
|
45
|
+
:param upgrade_candidate_versions: 可以升级的版本,包括大小版本。
|
46
|
+
:type upgrade_candidate_versions: list[str]
|
47
|
+
:param hotfix_upgrade_infos: 可以升级的热补丁信息。
|
48
|
+
:type hotfix_upgrade_infos: list[:class:`huaweicloudsdkgaussdbforopengauss.v3.HotfixInfo`]
|
49
|
+
:param hotfix_rollback_infos: 可以回滚的热补丁信息。
|
50
|
+
:type hotfix_rollback_infos: list[:class:`huaweicloudsdkgaussdbforopengauss.v3.HotfixInfo`]
|
51
|
+
"""
|
52
|
+
|
53
|
+
super(ShowBatchUpgradeCandidateVersionsResponse, self).__init__()
|
54
|
+
|
55
|
+
self._upgrade_type_list = None
|
56
|
+
self._target_version = None
|
57
|
+
self._upgrade_candidate_versions = None
|
58
|
+
self._hotfix_upgrade_infos = None
|
59
|
+
self._hotfix_rollback_infos = None
|
60
|
+
self.discriminator = None
|
61
|
+
|
62
|
+
if upgrade_type_list is not None:
|
63
|
+
self.upgrade_type_list = upgrade_type_list
|
64
|
+
if target_version is not None:
|
65
|
+
self.target_version = target_version
|
66
|
+
if upgrade_candidate_versions is not None:
|
67
|
+
self.upgrade_candidate_versions = upgrade_candidate_versions
|
68
|
+
if hotfix_upgrade_infos is not None:
|
69
|
+
self.hotfix_upgrade_infos = hotfix_upgrade_infos
|
70
|
+
if hotfix_rollback_infos is not None:
|
71
|
+
self.hotfix_rollback_infos = hotfix_rollback_infos
|
72
|
+
|
73
|
+
@property
|
74
|
+
def upgrade_type_list(self):
|
75
|
+
r"""Gets the upgrade_type_list of this ShowBatchUpgradeCandidateVersionsResponse.
|
76
|
+
|
77
|
+
升级类型信息列表。
|
78
|
+
|
79
|
+
:return: The upgrade_type_list of this ShowBatchUpgradeCandidateVersionsResponse.
|
80
|
+
:rtype: list[:class:`huaweicloudsdkgaussdbforopengauss.v3.UpgradeTypeInfo`]
|
81
|
+
"""
|
82
|
+
return self._upgrade_type_list
|
83
|
+
|
84
|
+
@upgrade_type_list.setter
|
85
|
+
def upgrade_type_list(self, upgrade_type_list):
|
86
|
+
r"""Sets the upgrade_type_list of this ShowBatchUpgradeCandidateVersionsResponse.
|
87
|
+
|
88
|
+
升级类型信息列表。
|
89
|
+
|
90
|
+
:param upgrade_type_list: The upgrade_type_list of this ShowBatchUpgradeCandidateVersionsResponse.
|
91
|
+
:type upgrade_type_list: list[:class:`huaweicloudsdkgaussdbforopengauss.v3.UpgradeTypeInfo`]
|
92
|
+
"""
|
93
|
+
self._upgrade_type_list = upgrade_type_list
|
94
|
+
|
95
|
+
@property
|
96
|
+
def target_version(self):
|
97
|
+
r"""Gets the target_version of this ShowBatchUpgradeCandidateVersionsResponse.
|
98
|
+
|
99
|
+
升级目标版本,没有在滚动升级中返回null。
|
100
|
+
|
101
|
+
:return: The target_version of this ShowBatchUpgradeCandidateVersionsResponse.
|
102
|
+
:rtype: str
|
103
|
+
"""
|
104
|
+
return self._target_version
|
105
|
+
|
106
|
+
@target_version.setter
|
107
|
+
def target_version(self, target_version):
|
108
|
+
r"""Sets the target_version of this ShowBatchUpgradeCandidateVersionsResponse.
|
109
|
+
|
110
|
+
升级目标版本,没有在滚动升级中返回null。
|
111
|
+
|
112
|
+
:param target_version: The target_version of this ShowBatchUpgradeCandidateVersionsResponse.
|
113
|
+
:type target_version: str
|
114
|
+
"""
|
115
|
+
self._target_version = target_version
|
116
|
+
|
117
|
+
@property
|
118
|
+
def upgrade_candidate_versions(self):
|
119
|
+
r"""Gets the upgrade_candidate_versions of this ShowBatchUpgradeCandidateVersionsResponse.
|
120
|
+
|
121
|
+
可以升级的版本,包括大小版本。
|
122
|
+
|
123
|
+
:return: The upgrade_candidate_versions of this ShowBatchUpgradeCandidateVersionsResponse.
|
124
|
+
:rtype: list[str]
|
125
|
+
"""
|
126
|
+
return self._upgrade_candidate_versions
|
127
|
+
|
128
|
+
@upgrade_candidate_versions.setter
|
129
|
+
def upgrade_candidate_versions(self, upgrade_candidate_versions):
|
130
|
+
r"""Sets the upgrade_candidate_versions of this ShowBatchUpgradeCandidateVersionsResponse.
|
131
|
+
|
132
|
+
可以升级的版本,包括大小版本。
|
133
|
+
|
134
|
+
:param upgrade_candidate_versions: The upgrade_candidate_versions of this ShowBatchUpgradeCandidateVersionsResponse.
|
135
|
+
:type upgrade_candidate_versions: list[str]
|
136
|
+
"""
|
137
|
+
self._upgrade_candidate_versions = upgrade_candidate_versions
|
138
|
+
|
139
|
+
@property
|
140
|
+
def hotfix_upgrade_infos(self):
|
141
|
+
r"""Gets the hotfix_upgrade_infos of this ShowBatchUpgradeCandidateVersionsResponse.
|
142
|
+
|
143
|
+
可以升级的热补丁信息。
|
144
|
+
|
145
|
+
:return: The hotfix_upgrade_infos of this ShowBatchUpgradeCandidateVersionsResponse.
|
146
|
+
:rtype: list[:class:`huaweicloudsdkgaussdbforopengauss.v3.HotfixInfo`]
|
147
|
+
"""
|
148
|
+
return self._hotfix_upgrade_infos
|
149
|
+
|
150
|
+
@hotfix_upgrade_infos.setter
|
151
|
+
def hotfix_upgrade_infos(self, hotfix_upgrade_infos):
|
152
|
+
r"""Sets the hotfix_upgrade_infos of this ShowBatchUpgradeCandidateVersionsResponse.
|
153
|
+
|
154
|
+
可以升级的热补丁信息。
|
155
|
+
|
156
|
+
:param hotfix_upgrade_infos: The hotfix_upgrade_infos of this ShowBatchUpgradeCandidateVersionsResponse.
|
157
|
+
:type hotfix_upgrade_infos: list[:class:`huaweicloudsdkgaussdbforopengauss.v3.HotfixInfo`]
|
158
|
+
"""
|
159
|
+
self._hotfix_upgrade_infos = hotfix_upgrade_infos
|
160
|
+
|
161
|
+
@property
|
162
|
+
def hotfix_rollback_infos(self):
|
163
|
+
r"""Gets the hotfix_rollback_infos of this ShowBatchUpgradeCandidateVersionsResponse.
|
164
|
+
|
165
|
+
可以回滚的热补丁信息。
|
166
|
+
|
167
|
+
:return: The hotfix_rollback_infos of this ShowBatchUpgradeCandidateVersionsResponse.
|
168
|
+
:rtype: list[:class:`huaweicloudsdkgaussdbforopengauss.v3.HotfixInfo`]
|
169
|
+
"""
|
170
|
+
return self._hotfix_rollback_infos
|
171
|
+
|
172
|
+
@hotfix_rollback_infos.setter
|
173
|
+
def hotfix_rollback_infos(self, hotfix_rollback_infos):
|
174
|
+
r"""Sets the hotfix_rollback_infos of this ShowBatchUpgradeCandidateVersionsResponse.
|
175
|
+
|
176
|
+
可以回滚的热补丁信息。
|
177
|
+
|
178
|
+
:param hotfix_rollback_infos: The hotfix_rollback_infos of this ShowBatchUpgradeCandidateVersionsResponse.
|
179
|
+
:type hotfix_rollback_infos: list[:class:`huaweicloudsdkgaussdbforopengauss.v3.HotfixInfo`]
|
180
|
+
"""
|
181
|
+
self._hotfix_rollback_infos = hotfix_rollback_infos
|
182
|
+
|
183
|
+
def to_dict(self):
|
184
|
+
"""Returns the model properties as a dict"""
|
185
|
+
result = {}
|
186
|
+
|
187
|
+
for attr, _ in six.iteritems(self.openapi_types):
|
188
|
+
value = getattr(self, attr)
|
189
|
+
if isinstance(value, list):
|
190
|
+
result[attr] = list(map(
|
191
|
+
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
192
|
+
value
|
193
|
+
))
|
194
|
+
elif hasattr(value, "to_dict"):
|
195
|
+
result[attr] = value.to_dict()
|
196
|
+
elif isinstance(value, dict):
|
197
|
+
result[attr] = dict(map(
|
198
|
+
lambda item: (item[0], item[1].to_dict())
|
199
|
+
if hasattr(item[1], "to_dict") else item,
|
200
|
+
value.items()
|
201
|
+
))
|
202
|
+
else:
|
203
|
+
if attr in self.sensitive_list:
|
204
|
+
result[attr] = "****"
|
205
|
+
else:
|
206
|
+
result[attr] = value
|
207
|
+
|
208
|
+
return result
|
209
|
+
|
210
|
+
def to_str(self):
|
211
|
+
"""Returns the string representation of the model"""
|
212
|
+
import simplejson as json
|
213
|
+
if six.PY2:
|
214
|
+
import sys
|
215
|
+
reload(sys)
|
216
|
+
sys.setdefaultencoding("utf-8")
|
217
|
+
return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
|
218
|
+
|
219
|
+
def __repr__(self):
|
220
|
+
"""For `print`"""
|
221
|
+
return self.to_str()
|
222
|
+
|
223
|
+
def __eq__(self, other):
|
224
|
+
"""Returns true if both objects are equal"""
|
225
|
+
if not isinstance(other, ShowBatchUpgradeCandidateVersionsResponse):
|
226
|
+
return False
|
227
|
+
|
228
|
+
return self.__dict__ == other.__dict__
|
229
|
+
|
230
|
+
def __ne__(self, other):
|
231
|
+
"""Returns true if both objects are not equal"""
|
232
|
+
return not self == other
|
@@ -0,0 +1,143 @@
|
|
1
|
+
# coding: utf-8
|
2
|
+
|
3
|
+
import six
|
4
|
+
|
5
|
+
from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
|
6
|
+
|
7
|
+
|
8
|
+
class ShowConfigurationDetailRequest:
|
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
|
+
'config_id': 'str'
|
22
|
+
}
|
23
|
+
|
24
|
+
attribute_map = {
|
25
|
+
'x_language': 'X-Language',
|
26
|
+
'config_id': 'config_id'
|
27
|
+
}
|
28
|
+
|
29
|
+
def __init__(self, x_language=None, config_id=None):
|
30
|
+
r"""ShowConfigurationDetailRequest
|
31
|
+
|
32
|
+
The model defined in huaweicloud sdk
|
33
|
+
|
34
|
+
:param x_language: 语言,默认:en-us。
|
35
|
+
:type x_language: str
|
36
|
+
:param config_id: 参数模板ID
|
37
|
+
:type config_id: str
|
38
|
+
"""
|
39
|
+
|
40
|
+
|
41
|
+
|
42
|
+
self._x_language = None
|
43
|
+
self._config_id = None
|
44
|
+
self.discriminator = None
|
45
|
+
|
46
|
+
if x_language is not None:
|
47
|
+
self.x_language = x_language
|
48
|
+
self.config_id = config_id
|
49
|
+
|
50
|
+
@property
|
51
|
+
def x_language(self):
|
52
|
+
r"""Gets the x_language of this ShowConfigurationDetailRequest.
|
53
|
+
|
54
|
+
语言,默认:en-us。
|
55
|
+
|
56
|
+
:return: The x_language of this ShowConfigurationDetailRequest.
|
57
|
+
:rtype: str
|
58
|
+
"""
|
59
|
+
return self._x_language
|
60
|
+
|
61
|
+
@x_language.setter
|
62
|
+
def x_language(self, x_language):
|
63
|
+
r"""Sets the x_language of this ShowConfigurationDetailRequest.
|
64
|
+
|
65
|
+
语言,默认:en-us。
|
66
|
+
|
67
|
+
:param x_language: The x_language of this ShowConfigurationDetailRequest.
|
68
|
+
:type x_language: str
|
69
|
+
"""
|
70
|
+
self._x_language = x_language
|
71
|
+
|
72
|
+
@property
|
73
|
+
def config_id(self):
|
74
|
+
r"""Gets the config_id of this ShowConfigurationDetailRequest.
|
75
|
+
|
76
|
+
参数模板ID
|
77
|
+
|
78
|
+
:return: The config_id of this ShowConfigurationDetailRequest.
|
79
|
+
:rtype: str
|
80
|
+
"""
|
81
|
+
return self._config_id
|
82
|
+
|
83
|
+
@config_id.setter
|
84
|
+
def config_id(self, config_id):
|
85
|
+
r"""Sets the config_id of this ShowConfigurationDetailRequest.
|
86
|
+
|
87
|
+
参数模板ID
|
88
|
+
|
89
|
+
:param config_id: The config_id of this ShowConfigurationDetailRequest.
|
90
|
+
:type config_id: str
|
91
|
+
"""
|
92
|
+
self._config_id = config_id
|
93
|
+
|
94
|
+
def to_dict(self):
|
95
|
+
"""Returns the model properties as a dict"""
|
96
|
+
result = {}
|
97
|
+
|
98
|
+
for attr, _ in six.iteritems(self.openapi_types):
|
99
|
+
value = getattr(self, attr)
|
100
|
+
if isinstance(value, list):
|
101
|
+
result[attr] = list(map(
|
102
|
+
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
103
|
+
value
|
104
|
+
))
|
105
|
+
elif hasattr(value, "to_dict"):
|
106
|
+
result[attr] = value.to_dict()
|
107
|
+
elif isinstance(value, dict):
|
108
|
+
result[attr] = dict(map(
|
109
|
+
lambda item: (item[0], item[1].to_dict())
|
110
|
+
if hasattr(item[1], "to_dict") else item,
|
111
|
+
value.items()
|
112
|
+
))
|
113
|
+
else:
|
114
|
+
if attr in self.sensitive_list:
|
115
|
+
result[attr] = "****"
|
116
|
+
else:
|
117
|
+
result[attr] = value
|
118
|
+
|
119
|
+
return result
|
120
|
+
|
121
|
+
def to_str(self):
|
122
|
+
"""Returns the string representation of the model"""
|
123
|
+
import simplejson as json
|
124
|
+
if six.PY2:
|
125
|
+
import sys
|
126
|
+
reload(sys)
|
127
|
+
sys.setdefaultencoding("utf-8")
|
128
|
+
return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
|
129
|
+
|
130
|
+
def __repr__(self):
|
131
|
+
"""For `print`"""
|
132
|
+
return self.to_str()
|
133
|
+
|
134
|
+
def __eq__(self, other):
|
135
|
+
"""Returns true if both objects are equal"""
|
136
|
+
if not isinstance(other, ShowConfigurationDetailRequest):
|
137
|
+
return False
|
138
|
+
|
139
|
+
return self.__dict__ == other.__dict__
|
140
|
+
|
141
|
+
def __ne__(self, other):
|
142
|
+
"""Returns true if both objects are not equal"""
|
143
|
+
return not self == other
|
@@ -0,0 +1,319 @@
|
|
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 ShowConfigurationDetailResponse(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
|
+
'id': 'str',
|
22
|
+
'name': 'str',
|
23
|
+
'description': 'str',
|
24
|
+
'engine_version': 'str',
|
25
|
+
'instance_mode': 'str',
|
26
|
+
'created_at': 'str',
|
27
|
+
'updated_at': 'str',
|
28
|
+
'configuration_parameters': 'list[ParaGroupParameterResult]'
|
29
|
+
}
|
30
|
+
|
31
|
+
attribute_map = {
|
32
|
+
'id': 'id',
|
33
|
+
'name': 'name',
|
34
|
+
'description': 'description',
|
35
|
+
'engine_version': 'engine_version',
|
36
|
+
'instance_mode': 'instance_mode',
|
37
|
+
'created_at': 'created_at',
|
38
|
+
'updated_at': 'updated_at',
|
39
|
+
'configuration_parameters': 'configuration_parameters'
|
40
|
+
}
|
41
|
+
|
42
|
+
def __init__(self, id=None, name=None, description=None, engine_version=None, instance_mode=None, created_at=None, updated_at=None, configuration_parameters=None):
|
43
|
+
r"""ShowConfigurationDetailResponse
|
44
|
+
|
45
|
+
The model defined in huaweicloud sdk
|
46
|
+
|
47
|
+
:param id: 参数模板ID。
|
48
|
+
:type id: str
|
49
|
+
:param name: 参数模板名称。
|
50
|
+
:type name: str
|
51
|
+
:param description: 参数模板描述。
|
52
|
+
:type description: str
|
53
|
+
:param engine_version: 引擎版本。 [数据库版本。支持2.3版本,取值为“2.3”]。
|
54
|
+
:type engine_version: str
|
55
|
+
:param instance_mode: 实例部署形态。independent:独立;ha:主备。
|
56
|
+
:type instance_mode: str
|
57
|
+
:param created_at: 创建时间,格式为“yyyy-mm-ddThh:mm:ssZ”。 其中,T指某个时间的开始;Z指时区偏移量,例如北京时间偏移显示为+0800。
|
58
|
+
:type created_at: str
|
59
|
+
:param updated_at: 修改时间,格式为“yyyy-mm-ddThh:mm:ssZ”。 其中,T指某个时间的开始;Z指时区偏移量,例如北京时间偏移显示为+0800。
|
60
|
+
:type updated_at: str
|
61
|
+
:param configuration_parameters: 参数详情。
|
62
|
+
:type configuration_parameters: list[:class:`huaweicloudsdkgaussdbforopengauss.v3.ParaGroupParameterResult`]
|
63
|
+
"""
|
64
|
+
|
65
|
+
super(ShowConfigurationDetailResponse, self).__init__()
|
66
|
+
|
67
|
+
self._id = None
|
68
|
+
self._name = None
|
69
|
+
self._description = None
|
70
|
+
self._engine_version = None
|
71
|
+
self._instance_mode = None
|
72
|
+
self._created_at = None
|
73
|
+
self._updated_at = None
|
74
|
+
self._configuration_parameters = None
|
75
|
+
self.discriminator = None
|
76
|
+
|
77
|
+
if id is not None:
|
78
|
+
self.id = id
|
79
|
+
if name is not None:
|
80
|
+
self.name = name
|
81
|
+
if description is not None:
|
82
|
+
self.description = description
|
83
|
+
if engine_version is not None:
|
84
|
+
self.engine_version = engine_version
|
85
|
+
if instance_mode is not None:
|
86
|
+
self.instance_mode = instance_mode
|
87
|
+
if created_at is not None:
|
88
|
+
self.created_at = created_at
|
89
|
+
if updated_at is not None:
|
90
|
+
self.updated_at = updated_at
|
91
|
+
if configuration_parameters is not None:
|
92
|
+
self.configuration_parameters = configuration_parameters
|
93
|
+
|
94
|
+
@property
|
95
|
+
def id(self):
|
96
|
+
r"""Gets the id of this ShowConfigurationDetailResponse.
|
97
|
+
|
98
|
+
参数模板ID。
|
99
|
+
|
100
|
+
:return: The id of this ShowConfigurationDetailResponse.
|
101
|
+
:rtype: str
|
102
|
+
"""
|
103
|
+
return self._id
|
104
|
+
|
105
|
+
@id.setter
|
106
|
+
def id(self, id):
|
107
|
+
r"""Sets the id of this ShowConfigurationDetailResponse.
|
108
|
+
|
109
|
+
参数模板ID。
|
110
|
+
|
111
|
+
:param id: The id of this ShowConfigurationDetailResponse.
|
112
|
+
:type id: str
|
113
|
+
"""
|
114
|
+
self._id = id
|
115
|
+
|
116
|
+
@property
|
117
|
+
def name(self):
|
118
|
+
r"""Gets the name of this ShowConfigurationDetailResponse.
|
119
|
+
|
120
|
+
参数模板名称。
|
121
|
+
|
122
|
+
:return: The name of this ShowConfigurationDetailResponse.
|
123
|
+
:rtype: str
|
124
|
+
"""
|
125
|
+
return self._name
|
126
|
+
|
127
|
+
@name.setter
|
128
|
+
def name(self, name):
|
129
|
+
r"""Sets the name of this ShowConfigurationDetailResponse.
|
130
|
+
|
131
|
+
参数模板名称。
|
132
|
+
|
133
|
+
:param name: The name of this ShowConfigurationDetailResponse.
|
134
|
+
:type name: str
|
135
|
+
"""
|
136
|
+
self._name = name
|
137
|
+
|
138
|
+
@property
|
139
|
+
def description(self):
|
140
|
+
r"""Gets the description of this ShowConfigurationDetailResponse.
|
141
|
+
|
142
|
+
参数模板描述。
|
143
|
+
|
144
|
+
:return: The description of this ShowConfigurationDetailResponse.
|
145
|
+
:rtype: str
|
146
|
+
"""
|
147
|
+
return self._description
|
148
|
+
|
149
|
+
@description.setter
|
150
|
+
def description(self, description):
|
151
|
+
r"""Sets the description of this ShowConfigurationDetailResponse.
|
152
|
+
|
153
|
+
参数模板描述。
|
154
|
+
|
155
|
+
:param description: The description of this ShowConfigurationDetailResponse.
|
156
|
+
:type description: str
|
157
|
+
"""
|
158
|
+
self._description = description
|
159
|
+
|
160
|
+
@property
|
161
|
+
def engine_version(self):
|
162
|
+
r"""Gets the engine_version of this ShowConfigurationDetailResponse.
|
163
|
+
|
164
|
+
引擎版本。 [数据库版本。支持2.3版本,取值为“2.3”]。
|
165
|
+
|
166
|
+
:return: The engine_version of this ShowConfigurationDetailResponse.
|
167
|
+
:rtype: str
|
168
|
+
"""
|
169
|
+
return self._engine_version
|
170
|
+
|
171
|
+
@engine_version.setter
|
172
|
+
def engine_version(self, engine_version):
|
173
|
+
r"""Sets the engine_version of this ShowConfigurationDetailResponse.
|
174
|
+
|
175
|
+
引擎版本。 [数据库版本。支持2.3版本,取值为“2.3”]。
|
176
|
+
|
177
|
+
:param engine_version: The engine_version of this ShowConfigurationDetailResponse.
|
178
|
+
:type engine_version: str
|
179
|
+
"""
|
180
|
+
self._engine_version = engine_version
|
181
|
+
|
182
|
+
@property
|
183
|
+
def instance_mode(self):
|
184
|
+
r"""Gets the instance_mode of this ShowConfigurationDetailResponse.
|
185
|
+
|
186
|
+
实例部署形态。independent:独立;ha:主备。
|
187
|
+
|
188
|
+
:return: The instance_mode of this ShowConfigurationDetailResponse.
|
189
|
+
:rtype: str
|
190
|
+
"""
|
191
|
+
return self._instance_mode
|
192
|
+
|
193
|
+
@instance_mode.setter
|
194
|
+
def instance_mode(self, instance_mode):
|
195
|
+
r"""Sets the instance_mode of this ShowConfigurationDetailResponse.
|
196
|
+
|
197
|
+
实例部署形态。independent:独立;ha:主备。
|
198
|
+
|
199
|
+
:param instance_mode: The instance_mode of this ShowConfigurationDetailResponse.
|
200
|
+
:type instance_mode: str
|
201
|
+
"""
|
202
|
+
self._instance_mode = instance_mode
|
203
|
+
|
204
|
+
@property
|
205
|
+
def created_at(self):
|
206
|
+
r"""Gets the created_at of this ShowConfigurationDetailResponse.
|
207
|
+
|
208
|
+
创建时间,格式为“yyyy-mm-ddThh:mm:ssZ”。 其中,T指某个时间的开始;Z指时区偏移量,例如北京时间偏移显示为+0800。
|
209
|
+
|
210
|
+
:return: The created_at of this ShowConfigurationDetailResponse.
|
211
|
+
:rtype: str
|
212
|
+
"""
|
213
|
+
return self._created_at
|
214
|
+
|
215
|
+
@created_at.setter
|
216
|
+
def created_at(self, created_at):
|
217
|
+
r"""Sets the created_at of this ShowConfigurationDetailResponse.
|
218
|
+
|
219
|
+
创建时间,格式为“yyyy-mm-ddThh:mm:ssZ”。 其中,T指某个时间的开始;Z指时区偏移量,例如北京时间偏移显示为+0800。
|
220
|
+
|
221
|
+
:param created_at: The created_at of this ShowConfigurationDetailResponse.
|
222
|
+
:type created_at: str
|
223
|
+
"""
|
224
|
+
self._created_at = created_at
|
225
|
+
|
226
|
+
@property
|
227
|
+
def updated_at(self):
|
228
|
+
r"""Gets the updated_at of this ShowConfigurationDetailResponse.
|
229
|
+
|
230
|
+
修改时间,格式为“yyyy-mm-ddThh:mm:ssZ”。 其中,T指某个时间的开始;Z指时区偏移量,例如北京时间偏移显示为+0800。
|
231
|
+
|
232
|
+
:return: The updated_at of this ShowConfigurationDetailResponse.
|
233
|
+
:rtype: str
|
234
|
+
"""
|
235
|
+
return self._updated_at
|
236
|
+
|
237
|
+
@updated_at.setter
|
238
|
+
def updated_at(self, updated_at):
|
239
|
+
r"""Sets the updated_at of this ShowConfigurationDetailResponse.
|
240
|
+
|
241
|
+
修改时间,格式为“yyyy-mm-ddThh:mm:ssZ”。 其中,T指某个时间的开始;Z指时区偏移量,例如北京时间偏移显示为+0800。
|
242
|
+
|
243
|
+
:param updated_at: The updated_at of this ShowConfigurationDetailResponse.
|
244
|
+
:type updated_at: str
|
245
|
+
"""
|
246
|
+
self._updated_at = updated_at
|
247
|
+
|
248
|
+
@property
|
249
|
+
def configuration_parameters(self):
|
250
|
+
r"""Gets the configuration_parameters of this ShowConfigurationDetailResponse.
|
251
|
+
|
252
|
+
参数详情。
|
253
|
+
|
254
|
+
:return: The configuration_parameters of this ShowConfigurationDetailResponse.
|
255
|
+
:rtype: list[:class:`huaweicloudsdkgaussdbforopengauss.v3.ParaGroupParameterResult`]
|
256
|
+
"""
|
257
|
+
return self._configuration_parameters
|
258
|
+
|
259
|
+
@configuration_parameters.setter
|
260
|
+
def configuration_parameters(self, configuration_parameters):
|
261
|
+
r"""Sets the configuration_parameters of this ShowConfigurationDetailResponse.
|
262
|
+
|
263
|
+
参数详情。
|
264
|
+
|
265
|
+
:param configuration_parameters: The configuration_parameters of this ShowConfigurationDetailResponse.
|
266
|
+
:type configuration_parameters: list[:class:`huaweicloudsdkgaussdbforopengauss.v3.ParaGroupParameterResult`]
|
267
|
+
"""
|
268
|
+
self._configuration_parameters = configuration_parameters
|
269
|
+
|
270
|
+
def to_dict(self):
|
271
|
+
"""Returns the model properties as a dict"""
|
272
|
+
result = {}
|
273
|
+
|
274
|
+
for attr, _ in six.iteritems(self.openapi_types):
|
275
|
+
value = getattr(self, attr)
|
276
|
+
if isinstance(value, list):
|
277
|
+
result[attr] = list(map(
|
278
|
+
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
279
|
+
value
|
280
|
+
))
|
281
|
+
elif hasattr(value, "to_dict"):
|
282
|
+
result[attr] = value.to_dict()
|
283
|
+
elif isinstance(value, dict):
|
284
|
+
result[attr] = dict(map(
|
285
|
+
lambda item: (item[0], item[1].to_dict())
|
286
|
+
if hasattr(item[1], "to_dict") else item,
|
287
|
+
value.items()
|
288
|
+
))
|
289
|
+
else:
|
290
|
+
if attr in self.sensitive_list:
|
291
|
+
result[attr] = "****"
|
292
|
+
else:
|
293
|
+
result[attr] = value
|
294
|
+
|
295
|
+
return result
|
296
|
+
|
297
|
+
def to_str(self):
|
298
|
+
"""Returns the string representation of the model"""
|
299
|
+
import simplejson as json
|
300
|
+
if six.PY2:
|
301
|
+
import sys
|
302
|
+
reload(sys)
|
303
|
+
sys.setdefaultencoding("utf-8")
|
304
|
+
return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
|
305
|
+
|
306
|
+
def __repr__(self):
|
307
|
+
"""For `print`"""
|
308
|
+
return self.to_str()
|
309
|
+
|
310
|
+
def __eq__(self, other):
|
311
|
+
"""Returns true if both objects are equal"""
|
312
|
+
if not isinstance(other, ShowConfigurationDetailResponse):
|
313
|
+
return False
|
314
|
+
|
315
|
+
return self.__dict__ == other.__dict__
|
316
|
+
|
317
|
+
def __ne__(self, other):
|
318
|
+
"""Returns true if both objects are not equal"""
|
319
|
+
return not self == other
|