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,725 @@
|
|
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 CreateLimitTaskResponse(SdkResponse):
|
10
|
+
|
11
|
+
"""
|
12
|
+
Attributes:
|
13
|
+
openapi_types (dict): The key is attribute name
|
14
|
+
and the value is attribute type.
|
15
|
+
attribute_map (dict): The key is attribute name
|
16
|
+
and the value is json key in definition.
|
17
|
+
"""
|
18
|
+
sensitive_list = []
|
19
|
+
|
20
|
+
openapi_types = {
|
21
|
+
'task_id': 'str',
|
22
|
+
'task_scope': 'str',
|
23
|
+
'limit_type': 'str',
|
24
|
+
'limit_type_value': 'str',
|
25
|
+
'databases': 'str',
|
26
|
+
'task_name': 'str',
|
27
|
+
'sql_model': 'str',
|
28
|
+
'key_words': 'str',
|
29
|
+
'status': 'str',
|
30
|
+
'instance_id': 'str',
|
31
|
+
'rule_name': 'str',
|
32
|
+
'parallel_size': 'int',
|
33
|
+
'cpu_utilization': 'int',
|
34
|
+
'memory_utilization': 'int',
|
35
|
+
'start_time': 'str',
|
36
|
+
'end_time': 'str',
|
37
|
+
'created': 'str',
|
38
|
+
'updated': 'str',
|
39
|
+
'creator': 'str',
|
40
|
+
'modifier': 'str',
|
41
|
+
'node_infos': 'list[CreateLimitTaskNodeResult]',
|
42
|
+
'job_id': 'str'
|
43
|
+
}
|
44
|
+
|
45
|
+
attribute_map = {
|
46
|
+
'task_id': 'task_id',
|
47
|
+
'task_scope': 'task_scope',
|
48
|
+
'limit_type': 'limit_type',
|
49
|
+
'limit_type_value': 'limit_type_value',
|
50
|
+
'databases': 'databases',
|
51
|
+
'task_name': 'task_name',
|
52
|
+
'sql_model': 'sql_model',
|
53
|
+
'key_words': 'key_words',
|
54
|
+
'status': 'status',
|
55
|
+
'instance_id': 'instance_id',
|
56
|
+
'rule_name': 'rule_name',
|
57
|
+
'parallel_size': 'parallel_size',
|
58
|
+
'cpu_utilization': 'cpu_utilization',
|
59
|
+
'memory_utilization': 'memory_utilization',
|
60
|
+
'start_time': 'start_time',
|
61
|
+
'end_time': 'end_time',
|
62
|
+
'created': 'created',
|
63
|
+
'updated': 'updated',
|
64
|
+
'creator': 'creator',
|
65
|
+
'modifier': 'modifier',
|
66
|
+
'node_infos': 'node_infos',
|
67
|
+
'job_id': 'job_id'
|
68
|
+
}
|
69
|
+
|
70
|
+
def __init__(self, task_id=None, task_scope=None, limit_type=None, limit_type_value=None, databases=None, task_name=None, sql_model=None, key_words=None, status=None, instance_id=None, rule_name=None, parallel_size=None, cpu_utilization=None, memory_utilization=None, start_time=None, end_time=None, created=None, updated=None, creator=None, modifier=None, node_infos=None, job_id=None):
|
71
|
+
r"""CreateLimitTaskResponse
|
72
|
+
|
73
|
+
The model defined in huaweicloud sdk
|
74
|
+
|
75
|
+
:param task_id: 限流任务ID。
|
76
|
+
:type task_id: str
|
77
|
+
:param task_scope: 任务限流范围,与请求参数相同。
|
78
|
+
:type task_scope: str
|
79
|
+
:param limit_type: 任务限流类型,与请求参数相同。
|
80
|
+
:type limit_type: str
|
81
|
+
:param limit_type_value: 任务限流类型值,与请求参数相同。
|
82
|
+
:type limit_type_value: str
|
83
|
+
:param databases: CN节点数据库组,每个数据库字符串以逗号形式隔开。
|
84
|
+
:type databases: str
|
85
|
+
:param task_name: 限流任务名。
|
86
|
+
:type task_name: str
|
87
|
+
:param sql_model: SQL模板,仅当任务类型为SQL_ID时,返回该值且与请求参数相同。
|
88
|
+
:type sql_model: str
|
89
|
+
:param key_words: 关键词,仅当任务类型为SQL_TYPE时,返回该值且与请求参数相同。
|
90
|
+
:type key_words: str
|
91
|
+
:param status: 限流任务状态,当前支持:CREATING,UPDATEING,DELETING,WAIT_EXCUTE,EXCUTING,TIME_OVER,DELETED,CREATE_FAILED,UPDATE_FAILED,DELETE_FAILED,EXCEPTION,NODE_SHUT_DOWN。
|
92
|
+
:type status: str
|
93
|
+
:param instance_id: 实例id。
|
94
|
+
:type instance_id: str
|
95
|
+
:param rule_name: 规则名。
|
96
|
+
:type rule_name: str
|
97
|
+
:param parallel_size: 并发数,与请求参数相同。
|
98
|
+
:type parallel_size: int
|
99
|
+
:param cpu_utilization: cpu利用率阈值,仅当任务类型为SESSION_ACTIVE_MAX_COUNT时,返回该值且只保留正整数。
|
100
|
+
:type cpu_utilization: int
|
101
|
+
:param memory_utilization: 内存利用率阈值,仅当任务类型为SESSION_ACTIVE_MAX_COUNT时,返回该值且只保留正整数。
|
102
|
+
:type memory_utilization: int
|
103
|
+
:param start_time: 限流任务开始时间,与请求参数相同,格式为yyyy-mm-ddThh:mm:ssZ,当前时间指UTC时间。
|
104
|
+
:type start_time: str
|
105
|
+
:param end_time: 限流任务结束时间,与请求参数相同,格式为yyyy-mm-ddThh:mm:ssZ,当前时间指UTC时间。
|
106
|
+
:type end_time: str
|
107
|
+
:param created: 创建时间为本地时间,格式为yyyy-mm-ddThh:mm:ssZ。
|
108
|
+
:type created: str
|
109
|
+
:param updated: 更新时间为本地时间,格式为yyyy-mm-ddThh:mm:ssZ。
|
110
|
+
:type updated: str
|
111
|
+
:param creator: 创建者。
|
112
|
+
:type creator: str
|
113
|
+
:param modifier: 更新者。
|
114
|
+
:type modifier: str
|
115
|
+
:param node_infos: CN节点信息列表,如果类型为SQLID,必返。
|
116
|
+
:type node_infos: list[:class:`huaweicloudsdkgaussdbforopengauss.v3.CreateLimitTaskNodeResult`]
|
117
|
+
:param job_id: 工作流ID。
|
118
|
+
:type job_id: str
|
119
|
+
"""
|
120
|
+
|
121
|
+
super(CreateLimitTaskResponse, self).__init__()
|
122
|
+
|
123
|
+
self._task_id = None
|
124
|
+
self._task_scope = None
|
125
|
+
self._limit_type = None
|
126
|
+
self._limit_type_value = None
|
127
|
+
self._databases = None
|
128
|
+
self._task_name = None
|
129
|
+
self._sql_model = None
|
130
|
+
self._key_words = None
|
131
|
+
self._status = None
|
132
|
+
self._instance_id = None
|
133
|
+
self._rule_name = None
|
134
|
+
self._parallel_size = None
|
135
|
+
self._cpu_utilization = None
|
136
|
+
self._memory_utilization = None
|
137
|
+
self._start_time = None
|
138
|
+
self._end_time = None
|
139
|
+
self._created = None
|
140
|
+
self._updated = None
|
141
|
+
self._creator = None
|
142
|
+
self._modifier = None
|
143
|
+
self._node_infos = None
|
144
|
+
self._job_id = None
|
145
|
+
self.discriminator = None
|
146
|
+
|
147
|
+
if task_id is not None:
|
148
|
+
self.task_id = task_id
|
149
|
+
if task_scope is not None:
|
150
|
+
self.task_scope = task_scope
|
151
|
+
if limit_type is not None:
|
152
|
+
self.limit_type = limit_type
|
153
|
+
if limit_type_value is not None:
|
154
|
+
self.limit_type_value = limit_type_value
|
155
|
+
if databases is not None:
|
156
|
+
self.databases = databases
|
157
|
+
if task_name is not None:
|
158
|
+
self.task_name = task_name
|
159
|
+
if sql_model is not None:
|
160
|
+
self.sql_model = sql_model
|
161
|
+
if key_words is not None:
|
162
|
+
self.key_words = key_words
|
163
|
+
if status is not None:
|
164
|
+
self.status = status
|
165
|
+
if instance_id is not None:
|
166
|
+
self.instance_id = instance_id
|
167
|
+
if rule_name is not None:
|
168
|
+
self.rule_name = rule_name
|
169
|
+
if parallel_size is not None:
|
170
|
+
self.parallel_size = parallel_size
|
171
|
+
if cpu_utilization is not None:
|
172
|
+
self.cpu_utilization = cpu_utilization
|
173
|
+
if memory_utilization is not None:
|
174
|
+
self.memory_utilization = memory_utilization
|
175
|
+
if start_time is not None:
|
176
|
+
self.start_time = start_time
|
177
|
+
if end_time is not None:
|
178
|
+
self.end_time = end_time
|
179
|
+
if created is not None:
|
180
|
+
self.created = created
|
181
|
+
if updated is not None:
|
182
|
+
self.updated = updated
|
183
|
+
if creator is not None:
|
184
|
+
self.creator = creator
|
185
|
+
if modifier is not None:
|
186
|
+
self.modifier = modifier
|
187
|
+
if node_infos is not None:
|
188
|
+
self.node_infos = node_infos
|
189
|
+
if job_id is not None:
|
190
|
+
self.job_id = job_id
|
191
|
+
|
192
|
+
@property
|
193
|
+
def task_id(self):
|
194
|
+
r"""Gets the task_id of this CreateLimitTaskResponse.
|
195
|
+
|
196
|
+
限流任务ID。
|
197
|
+
|
198
|
+
:return: The task_id of this CreateLimitTaskResponse.
|
199
|
+
:rtype: str
|
200
|
+
"""
|
201
|
+
return self._task_id
|
202
|
+
|
203
|
+
@task_id.setter
|
204
|
+
def task_id(self, task_id):
|
205
|
+
r"""Sets the task_id of this CreateLimitTaskResponse.
|
206
|
+
|
207
|
+
限流任务ID。
|
208
|
+
|
209
|
+
:param task_id: The task_id of this CreateLimitTaskResponse.
|
210
|
+
:type task_id: str
|
211
|
+
"""
|
212
|
+
self._task_id = task_id
|
213
|
+
|
214
|
+
@property
|
215
|
+
def task_scope(self):
|
216
|
+
r"""Gets the task_scope of this CreateLimitTaskResponse.
|
217
|
+
|
218
|
+
任务限流范围,与请求参数相同。
|
219
|
+
|
220
|
+
:return: The task_scope of this CreateLimitTaskResponse.
|
221
|
+
:rtype: str
|
222
|
+
"""
|
223
|
+
return self._task_scope
|
224
|
+
|
225
|
+
@task_scope.setter
|
226
|
+
def task_scope(self, task_scope):
|
227
|
+
r"""Sets the task_scope of this CreateLimitTaskResponse.
|
228
|
+
|
229
|
+
任务限流范围,与请求参数相同。
|
230
|
+
|
231
|
+
:param task_scope: The task_scope of this CreateLimitTaskResponse.
|
232
|
+
:type task_scope: str
|
233
|
+
"""
|
234
|
+
self._task_scope = task_scope
|
235
|
+
|
236
|
+
@property
|
237
|
+
def limit_type(self):
|
238
|
+
r"""Gets the limit_type of this CreateLimitTaskResponse.
|
239
|
+
|
240
|
+
任务限流类型,与请求参数相同。
|
241
|
+
|
242
|
+
:return: The limit_type of this CreateLimitTaskResponse.
|
243
|
+
:rtype: str
|
244
|
+
"""
|
245
|
+
return self._limit_type
|
246
|
+
|
247
|
+
@limit_type.setter
|
248
|
+
def limit_type(self, limit_type):
|
249
|
+
r"""Sets the limit_type of this CreateLimitTaskResponse.
|
250
|
+
|
251
|
+
任务限流类型,与请求参数相同。
|
252
|
+
|
253
|
+
:param limit_type: The limit_type of this CreateLimitTaskResponse.
|
254
|
+
:type limit_type: str
|
255
|
+
"""
|
256
|
+
self._limit_type = limit_type
|
257
|
+
|
258
|
+
@property
|
259
|
+
def limit_type_value(self):
|
260
|
+
r"""Gets the limit_type_value of this CreateLimitTaskResponse.
|
261
|
+
|
262
|
+
任务限流类型值,与请求参数相同。
|
263
|
+
|
264
|
+
:return: The limit_type_value of this CreateLimitTaskResponse.
|
265
|
+
:rtype: str
|
266
|
+
"""
|
267
|
+
return self._limit_type_value
|
268
|
+
|
269
|
+
@limit_type_value.setter
|
270
|
+
def limit_type_value(self, limit_type_value):
|
271
|
+
r"""Sets the limit_type_value of this CreateLimitTaskResponse.
|
272
|
+
|
273
|
+
任务限流类型值,与请求参数相同。
|
274
|
+
|
275
|
+
:param limit_type_value: The limit_type_value of this CreateLimitTaskResponse.
|
276
|
+
:type limit_type_value: str
|
277
|
+
"""
|
278
|
+
self._limit_type_value = limit_type_value
|
279
|
+
|
280
|
+
@property
|
281
|
+
def databases(self):
|
282
|
+
r"""Gets the databases of this CreateLimitTaskResponse.
|
283
|
+
|
284
|
+
CN节点数据库组,每个数据库字符串以逗号形式隔开。
|
285
|
+
|
286
|
+
:return: The databases of this CreateLimitTaskResponse.
|
287
|
+
:rtype: str
|
288
|
+
"""
|
289
|
+
return self._databases
|
290
|
+
|
291
|
+
@databases.setter
|
292
|
+
def databases(self, databases):
|
293
|
+
r"""Sets the databases of this CreateLimitTaskResponse.
|
294
|
+
|
295
|
+
CN节点数据库组,每个数据库字符串以逗号形式隔开。
|
296
|
+
|
297
|
+
:param databases: The databases of this CreateLimitTaskResponse.
|
298
|
+
:type databases: str
|
299
|
+
"""
|
300
|
+
self._databases = databases
|
301
|
+
|
302
|
+
@property
|
303
|
+
def task_name(self):
|
304
|
+
r"""Gets the task_name of this CreateLimitTaskResponse.
|
305
|
+
|
306
|
+
限流任务名。
|
307
|
+
|
308
|
+
:return: The task_name of this CreateLimitTaskResponse.
|
309
|
+
:rtype: str
|
310
|
+
"""
|
311
|
+
return self._task_name
|
312
|
+
|
313
|
+
@task_name.setter
|
314
|
+
def task_name(self, task_name):
|
315
|
+
r"""Sets the task_name of this CreateLimitTaskResponse.
|
316
|
+
|
317
|
+
限流任务名。
|
318
|
+
|
319
|
+
:param task_name: The task_name of this CreateLimitTaskResponse.
|
320
|
+
:type task_name: str
|
321
|
+
"""
|
322
|
+
self._task_name = task_name
|
323
|
+
|
324
|
+
@property
|
325
|
+
def sql_model(self):
|
326
|
+
r"""Gets the sql_model of this CreateLimitTaskResponse.
|
327
|
+
|
328
|
+
SQL模板,仅当任务类型为SQL_ID时,返回该值且与请求参数相同。
|
329
|
+
|
330
|
+
:return: The sql_model of this CreateLimitTaskResponse.
|
331
|
+
:rtype: str
|
332
|
+
"""
|
333
|
+
return self._sql_model
|
334
|
+
|
335
|
+
@sql_model.setter
|
336
|
+
def sql_model(self, sql_model):
|
337
|
+
r"""Sets the sql_model of this CreateLimitTaskResponse.
|
338
|
+
|
339
|
+
SQL模板,仅当任务类型为SQL_ID时,返回该值且与请求参数相同。
|
340
|
+
|
341
|
+
:param sql_model: The sql_model of this CreateLimitTaskResponse.
|
342
|
+
:type sql_model: str
|
343
|
+
"""
|
344
|
+
self._sql_model = sql_model
|
345
|
+
|
346
|
+
@property
|
347
|
+
def key_words(self):
|
348
|
+
r"""Gets the key_words of this CreateLimitTaskResponse.
|
349
|
+
|
350
|
+
关键词,仅当任务类型为SQL_TYPE时,返回该值且与请求参数相同。
|
351
|
+
|
352
|
+
:return: The key_words of this CreateLimitTaskResponse.
|
353
|
+
:rtype: str
|
354
|
+
"""
|
355
|
+
return self._key_words
|
356
|
+
|
357
|
+
@key_words.setter
|
358
|
+
def key_words(self, key_words):
|
359
|
+
r"""Sets the key_words of this CreateLimitTaskResponse.
|
360
|
+
|
361
|
+
关键词,仅当任务类型为SQL_TYPE时,返回该值且与请求参数相同。
|
362
|
+
|
363
|
+
:param key_words: The key_words of this CreateLimitTaskResponse.
|
364
|
+
:type key_words: str
|
365
|
+
"""
|
366
|
+
self._key_words = key_words
|
367
|
+
|
368
|
+
@property
|
369
|
+
def status(self):
|
370
|
+
r"""Gets the status of this CreateLimitTaskResponse.
|
371
|
+
|
372
|
+
限流任务状态,当前支持:CREATING,UPDATEING,DELETING,WAIT_EXCUTE,EXCUTING,TIME_OVER,DELETED,CREATE_FAILED,UPDATE_FAILED,DELETE_FAILED,EXCEPTION,NODE_SHUT_DOWN。
|
373
|
+
|
374
|
+
:return: The status of this CreateLimitTaskResponse.
|
375
|
+
:rtype: str
|
376
|
+
"""
|
377
|
+
return self._status
|
378
|
+
|
379
|
+
@status.setter
|
380
|
+
def status(self, status):
|
381
|
+
r"""Sets the status of this CreateLimitTaskResponse.
|
382
|
+
|
383
|
+
限流任务状态,当前支持:CREATING,UPDATEING,DELETING,WAIT_EXCUTE,EXCUTING,TIME_OVER,DELETED,CREATE_FAILED,UPDATE_FAILED,DELETE_FAILED,EXCEPTION,NODE_SHUT_DOWN。
|
384
|
+
|
385
|
+
:param status: The status of this CreateLimitTaskResponse.
|
386
|
+
:type status: str
|
387
|
+
"""
|
388
|
+
self._status = status
|
389
|
+
|
390
|
+
@property
|
391
|
+
def instance_id(self):
|
392
|
+
r"""Gets the instance_id of this CreateLimitTaskResponse.
|
393
|
+
|
394
|
+
实例id。
|
395
|
+
|
396
|
+
:return: The instance_id of this CreateLimitTaskResponse.
|
397
|
+
:rtype: str
|
398
|
+
"""
|
399
|
+
return self._instance_id
|
400
|
+
|
401
|
+
@instance_id.setter
|
402
|
+
def instance_id(self, instance_id):
|
403
|
+
r"""Sets the instance_id of this CreateLimitTaskResponse.
|
404
|
+
|
405
|
+
实例id。
|
406
|
+
|
407
|
+
:param instance_id: The instance_id of this CreateLimitTaskResponse.
|
408
|
+
:type instance_id: str
|
409
|
+
"""
|
410
|
+
self._instance_id = instance_id
|
411
|
+
|
412
|
+
@property
|
413
|
+
def rule_name(self):
|
414
|
+
r"""Gets the rule_name of this CreateLimitTaskResponse.
|
415
|
+
|
416
|
+
规则名。
|
417
|
+
|
418
|
+
:return: The rule_name of this CreateLimitTaskResponse.
|
419
|
+
:rtype: str
|
420
|
+
"""
|
421
|
+
return self._rule_name
|
422
|
+
|
423
|
+
@rule_name.setter
|
424
|
+
def rule_name(self, rule_name):
|
425
|
+
r"""Sets the rule_name of this CreateLimitTaskResponse.
|
426
|
+
|
427
|
+
规则名。
|
428
|
+
|
429
|
+
:param rule_name: The rule_name of this CreateLimitTaskResponse.
|
430
|
+
:type rule_name: str
|
431
|
+
"""
|
432
|
+
self._rule_name = rule_name
|
433
|
+
|
434
|
+
@property
|
435
|
+
def parallel_size(self):
|
436
|
+
r"""Gets the parallel_size of this CreateLimitTaskResponse.
|
437
|
+
|
438
|
+
并发数,与请求参数相同。
|
439
|
+
|
440
|
+
:return: The parallel_size of this CreateLimitTaskResponse.
|
441
|
+
:rtype: int
|
442
|
+
"""
|
443
|
+
return self._parallel_size
|
444
|
+
|
445
|
+
@parallel_size.setter
|
446
|
+
def parallel_size(self, parallel_size):
|
447
|
+
r"""Sets the parallel_size of this CreateLimitTaskResponse.
|
448
|
+
|
449
|
+
并发数,与请求参数相同。
|
450
|
+
|
451
|
+
:param parallel_size: The parallel_size of this CreateLimitTaskResponse.
|
452
|
+
:type parallel_size: int
|
453
|
+
"""
|
454
|
+
self._parallel_size = parallel_size
|
455
|
+
|
456
|
+
@property
|
457
|
+
def cpu_utilization(self):
|
458
|
+
r"""Gets the cpu_utilization of this CreateLimitTaskResponse.
|
459
|
+
|
460
|
+
cpu利用率阈值,仅当任务类型为SESSION_ACTIVE_MAX_COUNT时,返回该值且只保留正整数。
|
461
|
+
|
462
|
+
:return: The cpu_utilization of this CreateLimitTaskResponse.
|
463
|
+
:rtype: int
|
464
|
+
"""
|
465
|
+
return self._cpu_utilization
|
466
|
+
|
467
|
+
@cpu_utilization.setter
|
468
|
+
def cpu_utilization(self, cpu_utilization):
|
469
|
+
r"""Sets the cpu_utilization of this CreateLimitTaskResponse.
|
470
|
+
|
471
|
+
cpu利用率阈值,仅当任务类型为SESSION_ACTIVE_MAX_COUNT时,返回该值且只保留正整数。
|
472
|
+
|
473
|
+
:param cpu_utilization: The cpu_utilization of this CreateLimitTaskResponse.
|
474
|
+
:type cpu_utilization: int
|
475
|
+
"""
|
476
|
+
self._cpu_utilization = cpu_utilization
|
477
|
+
|
478
|
+
@property
|
479
|
+
def memory_utilization(self):
|
480
|
+
r"""Gets the memory_utilization of this CreateLimitTaskResponse.
|
481
|
+
|
482
|
+
内存利用率阈值,仅当任务类型为SESSION_ACTIVE_MAX_COUNT时,返回该值且只保留正整数。
|
483
|
+
|
484
|
+
:return: The memory_utilization of this CreateLimitTaskResponse.
|
485
|
+
:rtype: int
|
486
|
+
"""
|
487
|
+
return self._memory_utilization
|
488
|
+
|
489
|
+
@memory_utilization.setter
|
490
|
+
def memory_utilization(self, memory_utilization):
|
491
|
+
r"""Sets the memory_utilization of this CreateLimitTaskResponse.
|
492
|
+
|
493
|
+
内存利用率阈值,仅当任务类型为SESSION_ACTIVE_MAX_COUNT时,返回该值且只保留正整数。
|
494
|
+
|
495
|
+
:param memory_utilization: The memory_utilization of this CreateLimitTaskResponse.
|
496
|
+
:type memory_utilization: int
|
497
|
+
"""
|
498
|
+
self._memory_utilization = memory_utilization
|
499
|
+
|
500
|
+
@property
|
501
|
+
def start_time(self):
|
502
|
+
r"""Gets the start_time of this CreateLimitTaskResponse.
|
503
|
+
|
504
|
+
限流任务开始时间,与请求参数相同,格式为yyyy-mm-ddThh:mm:ssZ,当前时间指UTC时间。
|
505
|
+
|
506
|
+
:return: The start_time of this CreateLimitTaskResponse.
|
507
|
+
:rtype: str
|
508
|
+
"""
|
509
|
+
return self._start_time
|
510
|
+
|
511
|
+
@start_time.setter
|
512
|
+
def start_time(self, start_time):
|
513
|
+
r"""Sets the start_time of this CreateLimitTaskResponse.
|
514
|
+
|
515
|
+
限流任务开始时间,与请求参数相同,格式为yyyy-mm-ddThh:mm:ssZ,当前时间指UTC时间。
|
516
|
+
|
517
|
+
:param start_time: The start_time of this CreateLimitTaskResponse.
|
518
|
+
:type start_time: str
|
519
|
+
"""
|
520
|
+
self._start_time = start_time
|
521
|
+
|
522
|
+
@property
|
523
|
+
def end_time(self):
|
524
|
+
r"""Gets the end_time of this CreateLimitTaskResponse.
|
525
|
+
|
526
|
+
限流任务结束时间,与请求参数相同,格式为yyyy-mm-ddThh:mm:ssZ,当前时间指UTC时间。
|
527
|
+
|
528
|
+
:return: The end_time of this CreateLimitTaskResponse.
|
529
|
+
:rtype: str
|
530
|
+
"""
|
531
|
+
return self._end_time
|
532
|
+
|
533
|
+
@end_time.setter
|
534
|
+
def end_time(self, end_time):
|
535
|
+
r"""Sets the end_time of this CreateLimitTaskResponse.
|
536
|
+
|
537
|
+
限流任务结束时间,与请求参数相同,格式为yyyy-mm-ddThh:mm:ssZ,当前时间指UTC时间。
|
538
|
+
|
539
|
+
:param end_time: The end_time of this CreateLimitTaskResponse.
|
540
|
+
:type end_time: str
|
541
|
+
"""
|
542
|
+
self._end_time = end_time
|
543
|
+
|
544
|
+
@property
|
545
|
+
def created(self):
|
546
|
+
r"""Gets the created of this CreateLimitTaskResponse.
|
547
|
+
|
548
|
+
创建时间为本地时间,格式为yyyy-mm-ddThh:mm:ssZ。
|
549
|
+
|
550
|
+
:return: The created of this CreateLimitTaskResponse.
|
551
|
+
:rtype: str
|
552
|
+
"""
|
553
|
+
return self._created
|
554
|
+
|
555
|
+
@created.setter
|
556
|
+
def created(self, created):
|
557
|
+
r"""Sets the created of this CreateLimitTaskResponse.
|
558
|
+
|
559
|
+
创建时间为本地时间,格式为yyyy-mm-ddThh:mm:ssZ。
|
560
|
+
|
561
|
+
:param created: The created of this CreateLimitTaskResponse.
|
562
|
+
:type created: str
|
563
|
+
"""
|
564
|
+
self._created = created
|
565
|
+
|
566
|
+
@property
|
567
|
+
def updated(self):
|
568
|
+
r"""Gets the updated of this CreateLimitTaskResponse.
|
569
|
+
|
570
|
+
更新时间为本地时间,格式为yyyy-mm-ddThh:mm:ssZ。
|
571
|
+
|
572
|
+
:return: The updated of this CreateLimitTaskResponse.
|
573
|
+
:rtype: str
|
574
|
+
"""
|
575
|
+
return self._updated
|
576
|
+
|
577
|
+
@updated.setter
|
578
|
+
def updated(self, updated):
|
579
|
+
r"""Sets the updated of this CreateLimitTaskResponse.
|
580
|
+
|
581
|
+
更新时间为本地时间,格式为yyyy-mm-ddThh:mm:ssZ。
|
582
|
+
|
583
|
+
:param updated: The updated of this CreateLimitTaskResponse.
|
584
|
+
:type updated: str
|
585
|
+
"""
|
586
|
+
self._updated = updated
|
587
|
+
|
588
|
+
@property
|
589
|
+
def creator(self):
|
590
|
+
r"""Gets the creator of this CreateLimitTaskResponse.
|
591
|
+
|
592
|
+
创建者。
|
593
|
+
|
594
|
+
:return: The creator of this CreateLimitTaskResponse.
|
595
|
+
:rtype: str
|
596
|
+
"""
|
597
|
+
return self._creator
|
598
|
+
|
599
|
+
@creator.setter
|
600
|
+
def creator(self, creator):
|
601
|
+
r"""Sets the creator of this CreateLimitTaskResponse.
|
602
|
+
|
603
|
+
创建者。
|
604
|
+
|
605
|
+
:param creator: The creator of this CreateLimitTaskResponse.
|
606
|
+
:type creator: str
|
607
|
+
"""
|
608
|
+
self._creator = creator
|
609
|
+
|
610
|
+
@property
|
611
|
+
def modifier(self):
|
612
|
+
r"""Gets the modifier of this CreateLimitTaskResponse.
|
613
|
+
|
614
|
+
更新者。
|
615
|
+
|
616
|
+
:return: The modifier of this CreateLimitTaskResponse.
|
617
|
+
:rtype: str
|
618
|
+
"""
|
619
|
+
return self._modifier
|
620
|
+
|
621
|
+
@modifier.setter
|
622
|
+
def modifier(self, modifier):
|
623
|
+
r"""Sets the modifier of this CreateLimitTaskResponse.
|
624
|
+
|
625
|
+
更新者。
|
626
|
+
|
627
|
+
:param modifier: The modifier of this CreateLimitTaskResponse.
|
628
|
+
:type modifier: str
|
629
|
+
"""
|
630
|
+
self._modifier = modifier
|
631
|
+
|
632
|
+
@property
|
633
|
+
def node_infos(self):
|
634
|
+
r"""Gets the node_infos of this CreateLimitTaskResponse.
|
635
|
+
|
636
|
+
CN节点信息列表,如果类型为SQLID,必返。
|
637
|
+
|
638
|
+
:return: The node_infos of this CreateLimitTaskResponse.
|
639
|
+
:rtype: list[:class:`huaweicloudsdkgaussdbforopengauss.v3.CreateLimitTaskNodeResult`]
|
640
|
+
"""
|
641
|
+
return self._node_infos
|
642
|
+
|
643
|
+
@node_infos.setter
|
644
|
+
def node_infos(self, node_infos):
|
645
|
+
r"""Sets the node_infos of this CreateLimitTaskResponse.
|
646
|
+
|
647
|
+
CN节点信息列表,如果类型为SQLID,必返。
|
648
|
+
|
649
|
+
:param node_infos: The node_infos of this CreateLimitTaskResponse.
|
650
|
+
:type node_infos: list[:class:`huaweicloudsdkgaussdbforopengauss.v3.CreateLimitTaskNodeResult`]
|
651
|
+
"""
|
652
|
+
self._node_infos = node_infos
|
653
|
+
|
654
|
+
@property
|
655
|
+
def job_id(self):
|
656
|
+
r"""Gets the job_id of this CreateLimitTaskResponse.
|
657
|
+
|
658
|
+
工作流ID。
|
659
|
+
|
660
|
+
:return: The job_id of this CreateLimitTaskResponse.
|
661
|
+
:rtype: str
|
662
|
+
"""
|
663
|
+
return self._job_id
|
664
|
+
|
665
|
+
@job_id.setter
|
666
|
+
def job_id(self, job_id):
|
667
|
+
r"""Sets the job_id of this CreateLimitTaskResponse.
|
668
|
+
|
669
|
+
工作流ID。
|
670
|
+
|
671
|
+
:param job_id: The job_id of this CreateLimitTaskResponse.
|
672
|
+
:type job_id: str
|
673
|
+
"""
|
674
|
+
self._job_id = job_id
|
675
|
+
|
676
|
+
def to_dict(self):
|
677
|
+
"""Returns the model properties as a dict"""
|
678
|
+
result = {}
|
679
|
+
|
680
|
+
for attr, _ in six.iteritems(self.openapi_types):
|
681
|
+
value = getattr(self, attr)
|
682
|
+
if isinstance(value, list):
|
683
|
+
result[attr] = list(map(
|
684
|
+
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
685
|
+
value
|
686
|
+
))
|
687
|
+
elif hasattr(value, "to_dict"):
|
688
|
+
result[attr] = value.to_dict()
|
689
|
+
elif isinstance(value, dict):
|
690
|
+
result[attr] = dict(map(
|
691
|
+
lambda item: (item[0], item[1].to_dict())
|
692
|
+
if hasattr(item[1], "to_dict") else item,
|
693
|
+
value.items()
|
694
|
+
))
|
695
|
+
else:
|
696
|
+
if attr in self.sensitive_list:
|
697
|
+
result[attr] = "****"
|
698
|
+
else:
|
699
|
+
result[attr] = value
|
700
|
+
|
701
|
+
return result
|
702
|
+
|
703
|
+
def to_str(self):
|
704
|
+
"""Returns the string representation of the model"""
|
705
|
+
import simplejson as json
|
706
|
+
if six.PY2:
|
707
|
+
import sys
|
708
|
+
reload(sys)
|
709
|
+
sys.setdefaultencoding("utf-8")
|
710
|
+
return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
|
711
|
+
|
712
|
+
def __repr__(self):
|
713
|
+
"""For `print`"""
|
714
|
+
return self.to_str()
|
715
|
+
|
716
|
+
def __eq__(self, other):
|
717
|
+
"""Returns true if both objects are equal"""
|
718
|
+
if not isinstance(other, CreateLimitTaskResponse):
|
719
|
+
return False
|
720
|
+
|
721
|
+
return self.__dict__ == other.__dict__
|
722
|
+
|
723
|
+
def __ne__(self, other):
|
724
|
+
"""Returns true if both objects are not equal"""
|
725
|
+
return not self == other
|