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,259 @@
|
|
1
|
+
# coding: utf-8
|
2
|
+
|
3
|
+
import six
|
4
|
+
|
5
|
+
from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
|
6
|
+
|
7
|
+
|
8
|
+
class ListComponentInfosRequest:
|
9
|
+
|
10
|
+
"""
|
11
|
+
Attributes:
|
12
|
+
openapi_types (dict): The key is attribute name
|
13
|
+
and the value is attribute type.
|
14
|
+
attribute_map (dict): The key is attribute name
|
15
|
+
and the value is json key in definition.
|
16
|
+
"""
|
17
|
+
sensitive_list = []
|
18
|
+
|
19
|
+
openapi_types = {
|
20
|
+
'x_language': 'str',
|
21
|
+
'instance_id': 'str',
|
22
|
+
'offset': 'int',
|
23
|
+
'limit': 'int',
|
24
|
+
'component_type': 'str',
|
25
|
+
'availability_zone_id': 'str'
|
26
|
+
}
|
27
|
+
|
28
|
+
attribute_map = {
|
29
|
+
'x_language': 'X-Language',
|
30
|
+
'instance_id': 'instance_id',
|
31
|
+
'offset': 'offset',
|
32
|
+
'limit': 'limit',
|
33
|
+
'component_type': 'component_type',
|
34
|
+
'availability_zone_id': 'availability_zone_id'
|
35
|
+
}
|
36
|
+
|
37
|
+
def __init__(self, x_language=None, instance_id=None, offset=None, limit=None, component_type=None, availability_zone_id=None):
|
38
|
+
r"""ListComponentInfosRequest
|
39
|
+
|
40
|
+
The model defined in huaweicloud sdk
|
41
|
+
|
42
|
+
:param x_language: 语言
|
43
|
+
:type x_language: str
|
44
|
+
:param instance_id: 实例ID。
|
45
|
+
:type instance_id: str
|
46
|
+
:param offset: 索引位置,偏移量。从第一条数据偏移offset条数据后开始查询,默认为0(偏移0条数据,表示从第一条数据开始查询),必须为数字,不能为负数。
|
47
|
+
:type offset: int
|
48
|
+
:param limit: 查询记录数。默认为100,不能为负数,最小值为1,最大值为100
|
49
|
+
:type limit: int
|
50
|
+
:param component_type: 组件类型,过滤拿到需要的组件类型的组件信息,默认为ALL,传参数会查询对应组件信息。 枚举值: \"ALL\": 查询所有组件类型。 \"CN\": 查询CN组件类型。 \"DN\": 查询DN组件类型。 \"CM\": 查询CMS组件类型。 \"GTM\": 查询GTM组件类型。 \"ETCD\": 查询ETCD组件类型。
|
51
|
+
:type component_type: str
|
52
|
+
:param availability_zone_id: 主组件所在可用区编号,筛选符合条件的组件,默认为ALL,查询实例所有可用区上的节点的组件信息。 当调用接口传入可用区编号时: 相对于DN组件,会查询出的DN分片中的主组件在该可用区上的这个分片的所有副本的组件信息。 相对于CN组件,CN组件没有主备关系,会查询出该可用区上的CN组件信息。 相对于其他组件,会查询该可用区上有没有某个组件类型的主组件,有则会返回该组件类型的所有组件信息,没有则不返回该组件类型的信息。
|
53
|
+
:type availability_zone_id: str
|
54
|
+
"""
|
55
|
+
|
56
|
+
|
57
|
+
|
58
|
+
self._x_language = None
|
59
|
+
self._instance_id = None
|
60
|
+
self._offset = None
|
61
|
+
self._limit = None
|
62
|
+
self._component_type = None
|
63
|
+
self._availability_zone_id = None
|
64
|
+
self.discriminator = None
|
65
|
+
|
66
|
+
if x_language is not None:
|
67
|
+
self.x_language = x_language
|
68
|
+
self.instance_id = instance_id
|
69
|
+
if offset is not None:
|
70
|
+
self.offset = offset
|
71
|
+
if limit is not None:
|
72
|
+
self.limit = limit
|
73
|
+
if component_type is not None:
|
74
|
+
self.component_type = component_type
|
75
|
+
if availability_zone_id is not None:
|
76
|
+
self.availability_zone_id = availability_zone_id
|
77
|
+
|
78
|
+
@property
|
79
|
+
def x_language(self):
|
80
|
+
r"""Gets the x_language of this ListComponentInfosRequest.
|
81
|
+
|
82
|
+
语言
|
83
|
+
|
84
|
+
:return: The x_language of this ListComponentInfosRequest.
|
85
|
+
:rtype: str
|
86
|
+
"""
|
87
|
+
return self._x_language
|
88
|
+
|
89
|
+
@x_language.setter
|
90
|
+
def x_language(self, x_language):
|
91
|
+
r"""Sets the x_language of this ListComponentInfosRequest.
|
92
|
+
|
93
|
+
语言
|
94
|
+
|
95
|
+
:param x_language: The x_language of this ListComponentInfosRequest.
|
96
|
+
:type x_language: str
|
97
|
+
"""
|
98
|
+
self._x_language = x_language
|
99
|
+
|
100
|
+
@property
|
101
|
+
def instance_id(self):
|
102
|
+
r"""Gets the instance_id of this ListComponentInfosRequest.
|
103
|
+
|
104
|
+
实例ID。
|
105
|
+
|
106
|
+
:return: The instance_id of this ListComponentInfosRequest.
|
107
|
+
:rtype: str
|
108
|
+
"""
|
109
|
+
return self._instance_id
|
110
|
+
|
111
|
+
@instance_id.setter
|
112
|
+
def instance_id(self, instance_id):
|
113
|
+
r"""Sets the instance_id of this ListComponentInfosRequest.
|
114
|
+
|
115
|
+
实例ID。
|
116
|
+
|
117
|
+
:param instance_id: The instance_id of this ListComponentInfosRequest.
|
118
|
+
:type instance_id: str
|
119
|
+
"""
|
120
|
+
self._instance_id = instance_id
|
121
|
+
|
122
|
+
@property
|
123
|
+
def offset(self):
|
124
|
+
r"""Gets the offset of this ListComponentInfosRequest.
|
125
|
+
|
126
|
+
索引位置,偏移量。从第一条数据偏移offset条数据后开始查询,默认为0(偏移0条数据,表示从第一条数据开始查询),必须为数字,不能为负数。
|
127
|
+
|
128
|
+
:return: The offset of this ListComponentInfosRequest.
|
129
|
+
:rtype: int
|
130
|
+
"""
|
131
|
+
return self._offset
|
132
|
+
|
133
|
+
@offset.setter
|
134
|
+
def offset(self, offset):
|
135
|
+
r"""Sets the offset of this ListComponentInfosRequest.
|
136
|
+
|
137
|
+
索引位置,偏移量。从第一条数据偏移offset条数据后开始查询,默认为0(偏移0条数据,表示从第一条数据开始查询),必须为数字,不能为负数。
|
138
|
+
|
139
|
+
:param offset: The offset of this ListComponentInfosRequest.
|
140
|
+
:type offset: int
|
141
|
+
"""
|
142
|
+
self._offset = offset
|
143
|
+
|
144
|
+
@property
|
145
|
+
def limit(self):
|
146
|
+
r"""Gets the limit of this ListComponentInfosRequest.
|
147
|
+
|
148
|
+
查询记录数。默认为100,不能为负数,最小值为1,最大值为100
|
149
|
+
|
150
|
+
:return: The limit of this ListComponentInfosRequest.
|
151
|
+
:rtype: int
|
152
|
+
"""
|
153
|
+
return self._limit
|
154
|
+
|
155
|
+
@limit.setter
|
156
|
+
def limit(self, limit):
|
157
|
+
r"""Sets the limit of this ListComponentInfosRequest.
|
158
|
+
|
159
|
+
查询记录数。默认为100,不能为负数,最小值为1,最大值为100
|
160
|
+
|
161
|
+
:param limit: The limit of this ListComponentInfosRequest.
|
162
|
+
:type limit: int
|
163
|
+
"""
|
164
|
+
self._limit = limit
|
165
|
+
|
166
|
+
@property
|
167
|
+
def component_type(self):
|
168
|
+
r"""Gets the component_type of this ListComponentInfosRequest.
|
169
|
+
|
170
|
+
组件类型,过滤拿到需要的组件类型的组件信息,默认为ALL,传参数会查询对应组件信息。 枚举值: \"ALL\": 查询所有组件类型。 \"CN\": 查询CN组件类型。 \"DN\": 查询DN组件类型。 \"CM\": 查询CMS组件类型。 \"GTM\": 查询GTM组件类型。 \"ETCD\": 查询ETCD组件类型。
|
171
|
+
|
172
|
+
:return: The component_type of this ListComponentInfosRequest.
|
173
|
+
:rtype: str
|
174
|
+
"""
|
175
|
+
return self._component_type
|
176
|
+
|
177
|
+
@component_type.setter
|
178
|
+
def component_type(self, component_type):
|
179
|
+
r"""Sets the component_type of this ListComponentInfosRequest.
|
180
|
+
|
181
|
+
组件类型,过滤拿到需要的组件类型的组件信息,默认为ALL,传参数会查询对应组件信息。 枚举值: \"ALL\": 查询所有组件类型。 \"CN\": 查询CN组件类型。 \"DN\": 查询DN组件类型。 \"CM\": 查询CMS组件类型。 \"GTM\": 查询GTM组件类型。 \"ETCD\": 查询ETCD组件类型。
|
182
|
+
|
183
|
+
:param component_type: The component_type of this ListComponentInfosRequest.
|
184
|
+
:type component_type: str
|
185
|
+
"""
|
186
|
+
self._component_type = component_type
|
187
|
+
|
188
|
+
@property
|
189
|
+
def availability_zone_id(self):
|
190
|
+
r"""Gets the availability_zone_id of this ListComponentInfosRequest.
|
191
|
+
|
192
|
+
主组件所在可用区编号,筛选符合条件的组件,默认为ALL,查询实例所有可用区上的节点的组件信息。 当调用接口传入可用区编号时: 相对于DN组件,会查询出的DN分片中的主组件在该可用区上的这个分片的所有副本的组件信息。 相对于CN组件,CN组件没有主备关系,会查询出该可用区上的CN组件信息。 相对于其他组件,会查询该可用区上有没有某个组件类型的主组件,有则会返回该组件类型的所有组件信息,没有则不返回该组件类型的信息。
|
193
|
+
|
194
|
+
:return: The availability_zone_id of this ListComponentInfosRequest.
|
195
|
+
:rtype: str
|
196
|
+
"""
|
197
|
+
return self._availability_zone_id
|
198
|
+
|
199
|
+
@availability_zone_id.setter
|
200
|
+
def availability_zone_id(self, availability_zone_id):
|
201
|
+
r"""Sets the availability_zone_id of this ListComponentInfosRequest.
|
202
|
+
|
203
|
+
主组件所在可用区编号,筛选符合条件的组件,默认为ALL,查询实例所有可用区上的节点的组件信息。 当调用接口传入可用区编号时: 相对于DN组件,会查询出的DN分片中的主组件在该可用区上的这个分片的所有副本的组件信息。 相对于CN组件,CN组件没有主备关系,会查询出该可用区上的CN组件信息。 相对于其他组件,会查询该可用区上有没有某个组件类型的主组件,有则会返回该组件类型的所有组件信息,没有则不返回该组件类型的信息。
|
204
|
+
|
205
|
+
:param availability_zone_id: The availability_zone_id of this ListComponentInfosRequest.
|
206
|
+
:type availability_zone_id: str
|
207
|
+
"""
|
208
|
+
self._availability_zone_id = availability_zone_id
|
209
|
+
|
210
|
+
def to_dict(self):
|
211
|
+
"""Returns the model properties as a dict"""
|
212
|
+
result = {}
|
213
|
+
|
214
|
+
for attr, _ in six.iteritems(self.openapi_types):
|
215
|
+
value = getattr(self, attr)
|
216
|
+
if isinstance(value, list):
|
217
|
+
result[attr] = list(map(
|
218
|
+
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
219
|
+
value
|
220
|
+
))
|
221
|
+
elif hasattr(value, "to_dict"):
|
222
|
+
result[attr] = value.to_dict()
|
223
|
+
elif isinstance(value, dict):
|
224
|
+
result[attr] = dict(map(
|
225
|
+
lambda item: (item[0], item[1].to_dict())
|
226
|
+
if hasattr(item[1], "to_dict") else item,
|
227
|
+
value.items()
|
228
|
+
))
|
229
|
+
else:
|
230
|
+
if attr in self.sensitive_list:
|
231
|
+
result[attr] = "****"
|
232
|
+
else:
|
233
|
+
result[attr] = value
|
234
|
+
|
235
|
+
return result
|
236
|
+
|
237
|
+
def to_str(self):
|
238
|
+
"""Returns the string representation of the model"""
|
239
|
+
import simplejson as json
|
240
|
+
if six.PY2:
|
241
|
+
import sys
|
242
|
+
reload(sys)
|
243
|
+
sys.setdefaultencoding("utf-8")
|
244
|
+
return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
|
245
|
+
|
246
|
+
def __repr__(self):
|
247
|
+
"""For `print`"""
|
248
|
+
return self.to_str()
|
249
|
+
|
250
|
+
def __eq__(self, other):
|
251
|
+
"""Returns true if both objects are equal"""
|
252
|
+
if not isinstance(other, ListComponentInfosRequest):
|
253
|
+
return False
|
254
|
+
|
255
|
+
return self.__dict__ == other.__dict__
|
256
|
+
|
257
|
+
def __ne__(self, other):
|
258
|
+
"""Returns true if both objects are not equal"""
|
259
|
+
return not self == other
|
@@ -0,0 +1,145 @@
|
|
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 ListComponentInfosResponse(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
|
+
'nodes': 'list[Nodes]',
|
22
|
+
'total_count': 'int'
|
23
|
+
}
|
24
|
+
|
25
|
+
attribute_map = {
|
26
|
+
'nodes': 'nodes',
|
27
|
+
'total_count': 'total_count'
|
28
|
+
}
|
29
|
+
|
30
|
+
def __init__(self, nodes=None, total_count=None):
|
31
|
+
r"""ListComponentInfosResponse
|
32
|
+
|
33
|
+
The model defined in huaweicloud sdk
|
34
|
+
|
35
|
+
:param nodes: 组件信息。
|
36
|
+
:type nodes: list[:class:`huaweicloudsdkgaussdbforopengauss.v3.Nodes`]
|
37
|
+
:param total_count: 总记录数。
|
38
|
+
:type total_count: int
|
39
|
+
"""
|
40
|
+
|
41
|
+
super(ListComponentInfosResponse, self).__init__()
|
42
|
+
|
43
|
+
self._nodes = None
|
44
|
+
self._total_count = None
|
45
|
+
self.discriminator = None
|
46
|
+
|
47
|
+
if nodes is not None:
|
48
|
+
self.nodes = nodes
|
49
|
+
if total_count is not None:
|
50
|
+
self.total_count = total_count
|
51
|
+
|
52
|
+
@property
|
53
|
+
def nodes(self):
|
54
|
+
r"""Gets the nodes of this ListComponentInfosResponse.
|
55
|
+
|
56
|
+
组件信息。
|
57
|
+
|
58
|
+
:return: The nodes of this ListComponentInfosResponse.
|
59
|
+
:rtype: list[:class:`huaweicloudsdkgaussdbforopengauss.v3.Nodes`]
|
60
|
+
"""
|
61
|
+
return self._nodes
|
62
|
+
|
63
|
+
@nodes.setter
|
64
|
+
def nodes(self, nodes):
|
65
|
+
r"""Sets the nodes of this ListComponentInfosResponse.
|
66
|
+
|
67
|
+
组件信息。
|
68
|
+
|
69
|
+
:param nodes: The nodes of this ListComponentInfosResponse.
|
70
|
+
:type nodes: list[:class:`huaweicloudsdkgaussdbforopengauss.v3.Nodes`]
|
71
|
+
"""
|
72
|
+
self._nodes = nodes
|
73
|
+
|
74
|
+
@property
|
75
|
+
def total_count(self):
|
76
|
+
r"""Gets the total_count of this ListComponentInfosResponse.
|
77
|
+
|
78
|
+
总记录数。
|
79
|
+
|
80
|
+
:return: The total_count of this ListComponentInfosResponse.
|
81
|
+
:rtype: int
|
82
|
+
"""
|
83
|
+
return self._total_count
|
84
|
+
|
85
|
+
@total_count.setter
|
86
|
+
def total_count(self, total_count):
|
87
|
+
r"""Sets the total_count of this ListComponentInfosResponse.
|
88
|
+
|
89
|
+
总记录数。
|
90
|
+
|
91
|
+
:param total_count: The total_count of this ListComponentInfosResponse.
|
92
|
+
:type total_count: int
|
93
|
+
"""
|
94
|
+
self._total_count = total_count
|
95
|
+
|
96
|
+
def to_dict(self):
|
97
|
+
"""Returns the model properties as a dict"""
|
98
|
+
result = {}
|
99
|
+
|
100
|
+
for attr, _ in six.iteritems(self.openapi_types):
|
101
|
+
value = getattr(self, attr)
|
102
|
+
if isinstance(value, list):
|
103
|
+
result[attr] = list(map(
|
104
|
+
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
105
|
+
value
|
106
|
+
))
|
107
|
+
elif hasattr(value, "to_dict"):
|
108
|
+
result[attr] = value.to_dict()
|
109
|
+
elif isinstance(value, dict):
|
110
|
+
result[attr] = dict(map(
|
111
|
+
lambda item: (item[0], item[1].to_dict())
|
112
|
+
if hasattr(item[1], "to_dict") else item,
|
113
|
+
value.items()
|
114
|
+
))
|
115
|
+
else:
|
116
|
+
if attr in self.sensitive_list:
|
117
|
+
result[attr] = "****"
|
118
|
+
else:
|
119
|
+
result[attr] = value
|
120
|
+
|
121
|
+
return result
|
122
|
+
|
123
|
+
def to_str(self):
|
124
|
+
"""Returns the string representation of the model"""
|
125
|
+
import simplejson as json
|
126
|
+
if six.PY2:
|
127
|
+
import sys
|
128
|
+
reload(sys)
|
129
|
+
sys.setdefaultencoding("utf-8")
|
130
|
+
return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
|
131
|
+
|
132
|
+
def __repr__(self):
|
133
|
+
"""For `print`"""
|
134
|
+
return self.to_str()
|
135
|
+
|
136
|
+
def __eq__(self, other):
|
137
|
+
"""Returns true if both objects are equal"""
|
138
|
+
if not isinstance(other, ListComponentInfosResponse):
|
139
|
+
return False
|
140
|
+
|
141
|
+
return self.__dict__ == other.__dict__
|
142
|
+
|
143
|
+
def __ne__(self, other):
|
144
|
+
"""Returns true if both objects are not equal"""
|
145
|
+
return not self == other
|
@@ -0,0 +1,140 @@
|
|
1
|
+
# coding: utf-8
|
2
|
+
|
3
|
+
import six
|
4
|
+
|
5
|
+
from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
|
6
|
+
|
7
|
+
|
8
|
+
class ListConfigurationsDiffRequest:
|
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
|
+
'body': 'ParamGroupDiffRequestBody'
|
22
|
+
}
|
23
|
+
|
24
|
+
attribute_map = {
|
25
|
+
'x_language': 'X-Language',
|
26
|
+
'body': 'body'
|
27
|
+
}
|
28
|
+
|
29
|
+
def __init__(self, x_language=None, body=None):
|
30
|
+
r"""ListConfigurationsDiffRequest
|
31
|
+
|
32
|
+
The model defined in huaweicloud sdk
|
33
|
+
|
34
|
+
:param x_language: 语言。
|
35
|
+
:type x_language: str
|
36
|
+
:param body: Body of the ListConfigurationsDiffRequest
|
37
|
+
:type body: :class:`huaweicloudsdkgaussdbforopengauss.v3.ParamGroupDiffRequestBody`
|
38
|
+
"""
|
39
|
+
|
40
|
+
|
41
|
+
|
42
|
+
self._x_language = None
|
43
|
+
self._body = None
|
44
|
+
self.discriminator = None
|
45
|
+
|
46
|
+
if x_language is not None:
|
47
|
+
self.x_language = x_language
|
48
|
+
if body is not None:
|
49
|
+
self.body = body
|
50
|
+
|
51
|
+
@property
|
52
|
+
def x_language(self):
|
53
|
+
r"""Gets the x_language of this ListConfigurationsDiffRequest.
|
54
|
+
|
55
|
+
语言。
|
56
|
+
|
57
|
+
:return: The x_language of this ListConfigurationsDiffRequest.
|
58
|
+
:rtype: str
|
59
|
+
"""
|
60
|
+
return self._x_language
|
61
|
+
|
62
|
+
@x_language.setter
|
63
|
+
def x_language(self, x_language):
|
64
|
+
r"""Sets the x_language of this ListConfigurationsDiffRequest.
|
65
|
+
|
66
|
+
语言。
|
67
|
+
|
68
|
+
:param x_language: The x_language of this ListConfigurationsDiffRequest.
|
69
|
+
:type x_language: str
|
70
|
+
"""
|
71
|
+
self._x_language = x_language
|
72
|
+
|
73
|
+
@property
|
74
|
+
def body(self):
|
75
|
+
r"""Gets the body of this ListConfigurationsDiffRequest.
|
76
|
+
|
77
|
+
:return: The body of this ListConfigurationsDiffRequest.
|
78
|
+
:rtype: :class:`huaweicloudsdkgaussdbforopengauss.v3.ParamGroupDiffRequestBody`
|
79
|
+
"""
|
80
|
+
return self._body
|
81
|
+
|
82
|
+
@body.setter
|
83
|
+
def body(self, body):
|
84
|
+
r"""Sets the body of this ListConfigurationsDiffRequest.
|
85
|
+
|
86
|
+
:param body: The body of this ListConfigurationsDiffRequest.
|
87
|
+
:type body: :class:`huaweicloudsdkgaussdbforopengauss.v3.ParamGroupDiffRequestBody`
|
88
|
+
"""
|
89
|
+
self._body = body
|
90
|
+
|
91
|
+
def to_dict(self):
|
92
|
+
"""Returns the model properties as a dict"""
|
93
|
+
result = {}
|
94
|
+
|
95
|
+
for attr, _ in six.iteritems(self.openapi_types):
|
96
|
+
value = getattr(self, attr)
|
97
|
+
if isinstance(value, list):
|
98
|
+
result[attr] = list(map(
|
99
|
+
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
100
|
+
value
|
101
|
+
))
|
102
|
+
elif hasattr(value, "to_dict"):
|
103
|
+
result[attr] = value.to_dict()
|
104
|
+
elif isinstance(value, dict):
|
105
|
+
result[attr] = dict(map(
|
106
|
+
lambda item: (item[0], item[1].to_dict())
|
107
|
+
if hasattr(item[1], "to_dict") else item,
|
108
|
+
value.items()
|
109
|
+
))
|
110
|
+
else:
|
111
|
+
if attr in self.sensitive_list:
|
112
|
+
result[attr] = "****"
|
113
|
+
else:
|
114
|
+
result[attr] = value
|
115
|
+
|
116
|
+
return result
|
117
|
+
|
118
|
+
def to_str(self):
|
119
|
+
"""Returns the string representation of the model"""
|
120
|
+
import simplejson as json
|
121
|
+
if six.PY2:
|
122
|
+
import sys
|
123
|
+
reload(sys)
|
124
|
+
sys.setdefaultencoding("utf-8")
|
125
|
+
return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
|
126
|
+
|
127
|
+
def __repr__(self):
|
128
|
+
"""For `print`"""
|
129
|
+
return self.to_str()
|
130
|
+
|
131
|
+
def __eq__(self, other):
|
132
|
+
"""Returns true if both objects are equal"""
|
133
|
+
if not isinstance(other, ListConfigurationsDiffRequest):
|
134
|
+
return False
|
135
|
+
|
136
|
+
return self.__dict__ == other.__dict__
|
137
|
+
|
138
|
+
def __ne__(self, other):
|
139
|
+
"""Returns true if both objects are not equal"""
|
140
|
+
return not self == other
|
@@ -0,0 +1,116 @@
|
|
1
|
+
# coding: utf-8
|
2
|
+
|
3
|
+
import six
|
4
|
+
|
5
|
+
from huaweicloudsdkcore.sdk_response import SdkResponse
|
6
|
+
from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
|
7
|
+
|
8
|
+
|
9
|
+
class ListConfigurationsDiffResponse(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
|
+
'differences': 'list[ListDiffDetailsResult]'
|
22
|
+
}
|
23
|
+
|
24
|
+
attribute_map = {
|
25
|
+
'differences': 'differences'
|
26
|
+
}
|
27
|
+
|
28
|
+
def __init__(self, differences=None):
|
29
|
+
r"""ListConfigurationsDiffResponse
|
30
|
+
|
31
|
+
The model defined in huaweicloud sdk
|
32
|
+
|
33
|
+
:param differences: 参数组之间的差异集合。
|
34
|
+
:type differences: list[:class:`huaweicloudsdkgaussdbforopengauss.v3.ListDiffDetailsResult`]
|
35
|
+
"""
|
36
|
+
|
37
|
+
super(ListConfigurationsDiffResponse, self).__init__()
|
38
|
+
|
39
|
+
self._differences = None
|
40
|
+
self.discriminator = None
|
41
|
+
|
42
|
+
if differences is not None:
|
43
|
+
self.differences = differences
|
44
|
+
|
45
|
+
@property
|
46
|
+
def differences(self):
|
47
|
+
r"""Gets the differences of this ListConfigurationsDiffResponse.
|
48
|
+
|
49
|
+
参数组之间的差异集合。
|
50
|
+
|
51
|
+
:return: The differences of this ListConfigurationsDiffResponse.
|
52
|
+
:rtype: list[:class:`huaweicloudsdkgaussdbforopengauss.v3.ListDiffDetailsResult`]
|
53
|
+
"""
|
54
|
+
return self._differences
|
55
|
+
|
56
|
+
@differences.setter
|
57
|
+
def differences(self, differences):
|
58
|
+
r"""Sets the differences of this ListConfigurationsDiffResponse.
|
59
|
+
|
60
|
+
参数组之间的差异集合。
|
61
|
+
|
62
|
+
:param differences: The differences of this ListConfigurationsDiffResponse.
|
63
|
+
:type differences: list[:class:`huaweicloudsdkgaussdbforopengauss.v3.ListDiffDetailsResult`]
|
64
|
+
"""
|
65
|
+
self._differences = differences
|
66
|
+
|
67
|
+
def to_dict(self):
|
68
|
+
"""Returns the model properties as a dict"""
|
69
|
+
result = {}
|
70
|
+
|
71
|
+
for attr, _ in six.iteritems(self.openapi_types):
|
72
|
+
value = getattr(self, attr)
|
73
|
+
if isinstance(value, list):
|
74
|
+
result[attr] = list(map(
|
75
|
+
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
76
|
+
value
|
77
|
+
))
|
78
|
+
elif hasattr(value, "to_dict"):
|
79
|
+
result[attr] = value.to_dict()
|
80
|
+
elif isinstance(value, dict):
|
81
|
+
result[attr] = dict(map(
|
82
|
+
lambda item: (item[0], item[1].to_dict())
|
83
|
+
if hasattr(item[1], "to_dict") else item,
|
84
|
+
value.items()
|
85
|
+
))
|
86
|
+
else:
|
87
|
+
if attr in self.sensitive_list:
|
88
|
+
result[attr] = "****"
|
89
|
+
else:
|
90
|
+
result[attr] = value
|
91
|
+
|
92
|
+
return result
|
93
|
+
|
94
|
+
def to_str(self):
|
95
|
+
"""Returns the string representation of the model"""
|
96
|
+
import simplejson as json
|
97
|
+
if six.PY2:
|
98
|
+
import sys
|
99
|
+
reload(sys)
|
100
|
+
sys.setdefaultencoding("utf-8")
|
101
|
+
return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
|
102
|
+
|
103
|
+
def __repr__(self):
|
104
|
+
"""For `print`"""
|
105
|
+
return self.to_str()
|
106
|
+
|
107
|
+
def __eq__(self, other):
|
108
|
+
"""Returns true if both objects are equal"""
|
109
|
+
if not isinstance(other, ListConfigurationsDiffResponse):
|
110
|
+
return False
|
111
|
+
|
112
|
+
return self.__dict__ == other.__dict__
|
113
|
+
|
114
|
+
def __ne__(self, other):
|
115
|
+
"""Returns true if both objects are not equal"""
|
116
|
+
return not self == other
|