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