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,143 @@
|
|
1
|
+
# coding: utf-8
|
2
|
+
|
3
|
+
import six
|
4
|
+
|
5
|
+
from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
|
6
|
+
|
7
|
+
|
8
|
+
class OpenGaussBackupStrategy:
|
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
|
+
'start_time': 'str',
|
21
|
+
'keep_days': 'int'
|
22
|
+
}
|
23
|
+
|
24
|
+
attribute_map = {
|
25
|
+
'start_time': 'start_time',
|
26
|
+
'keep_days': 'keep_days'
|
27
|
+
}
|
28
|
+
|
29
|
+
def __init__(self, start_time=None, keep_days=None):
|
30
|
+
r"""OpenGaussBackupStrategy
|
31
|
+
|
32
|
+
The model defined in huaweicloud sdk
|
33
|
+
|
34
|
+
:param start_time: 备份时间段。自动备份将在该时间段内触发。 取值范围:非空,格式必须为hh:mm-HH:MM且有效,当前时间指UTC时间。 - HH取值必须比hh大1。 - mm和MM取值必须相同,且取值必须为00。 取值示例: - 08:00-09:00 - 23:00-00:00
|
35
|
+
:type start_time: str
|
36
|
+
:param keep_days: 指定备份文件的可保存天数。 取值范围:0~732。该参数缺省或为0时,默认填写为7天。
|
37
|
+
:type keep_days: int
|
38
|
+
"""
|
39
|
+
|
40
|
+
|
41
|
+
|
42
|
+
self._start_time = None
|
43
|
+
self._keep_days = None
|
44
|
+
self.discriminator = None
|
45
|
+
|
46
|
+
self.start_time = start_time
|
47
|
+
if keep_days is not None:
|
48
|
+
self.keep_days = keep_days
|
49
|
+
|
50
|
+
@property
|
51
|
+
def start_time(self):
|
52
|
+
r"""Gets the start_time of this OpenGaussBackupStrategy.
|
53
|
+
|
54
|
+
备份时间段。自动备份将在该时间段内触发。 取值范围:非空,格式必须为hh:mm-HH:MM且有效,当前时间指UTC时间。 - HH取值必须比hh大1。 - mm和MM取值必须相同,且取值必须为00。 取值示例: - 08:00-09:00 - 23:00-00:00
|
55
|
+
|
56
|
+
:return: The start_time of this OpenGaussBackupStrategy.
|
57
|
+
:rtype: str
|
58
|
+
"""
|
59
|
+
return self._start_time
|
60
|
+
|
61
|
+
@start_time.setter
|
62
|
+
def start_time(self, start_time):
|
63
|
+
r"""Sets the start_time of this OpenGaussBackupStrategy.
|
64
|
+
|
65
|
+
备份时间段。自动备份将在该时间段内触发。 取值范围:非空,格式必须为hh:mm-HH:MM且有效,当前时间指UTC时间。 - HH取值必须比hh大1。 - mm和MM取值必须相同,且取值必须为00。 取值示例: - 08:00-09:00 - 23:00-00:00
|
66
|
+
|
67
|
+
:param start_time: The start_time of this OpenGaussBackupStrategy.
|
68
|
+
:type start_time: str
|
69
|
+
"""
|
70
|
+
self._start_time = start_time
|
71
|
+
|
72
|
+
@property
|
73
|
+
def keep_days(self):
|
74
|
+
r"""Gets the keep_days of this OpenGaussBackupStrategy.
|
75
|
+
|
76
|
+
指定备份文件的可保存天数。 取值范围:0~732。该参数缺省或为0时,默认填写为7天。
|
77
|
+
|
78
|
+
:return: The keep_days of this OpenGaussBackupStrategy.
|
79
|
+
:rtype: int
|
80
|
+
"""
|
81
|
+
return self._keep_days
|
82
|
+
|
83
|
+
@keep_days.setter
|
84
|
+
def keep_days(self, keep_days):
|
85
|
+
r"""Sets the keep_days of this OpenGaussBackupStrategy.
|
86
|
+
|
87
|
+
指定备份文件的可保存天数。 取值范围:0~732。该参数缺省或为0时,默认填写为7天。
|
88
|
+
|
89
|
+
:param keep_days: The keep_days of this OpenGaussBackupStrategy.
|
90
|
+
:type keep_days: int
|
91
|
+
"""
|
92
|
+
self._keep_days = keep_days
|
93
|
+
|
94
|
+
def to_dict(self):
|
95
|
+
"""Returns the model properties as a dict"""
|
96
|
+
result = {}
|
97
|
+
|
98
|
+
for attr, _ in six.iteritems(self.openapi_types):
|
99
|
+
value = getattr(self, attr)
|
100
|
+
if isinstance(value, list):
|
101
|
+
result[attr] = list(map(
|
102
|
+
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
103
|
+
value
|
104
|
+
))
|
105
|
+
elif hasattr(value, "to_dict"):
|
106
|
+
result[attr] = value.to_dict()
|
107
|
+
elif isinstance(value, dict):
|
108
|
+
result[attr] = dict(map(
|
109
|
+
lambda item: (item[0], item[1].to_dict())
|
110
|
+
if hasattr(item[1], "to_dict") else item,
|
111
|
+
value.items()
|
112
|
+
))
|
113
|
+
else:
|
114
|
+
if attr in self.sensitive_list:
|
115
|
+
result[attr] = "****"
|
116
|
+
else:
|
117
|
+
result[attr] = value
|
118
|
+
|
119
|
+
return result
|
120
|
+
|
121
|
+
def to_str(self):
|
122
|
+
"""Returns the string representation of the model"""
|
123
|
+
import simplejson as json
|
124
|
+
if six.PY2:
|
125
|
+
import sys
|
126
|
+
reload(sys)
|
127
|
+
sys.setdefaultencoding("utf-8")
|
128
|
+
return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
|
129
|
+
|
130
|
+
def __repr__(self):
|
131
|
+
"""For `print`"""
|
132
|
+
return self.to_str()
|
133
|
+
|
134
|
+
def __eq__(self, other):
|
135
|
+
"""Returns true if both objects are equal"""
|
136
|
+
if not isinstance(other, OpenGaussBackupStrategy):
|
137
|
+
return False
|
138
|
+
|
139
|
+
return self.__dict__ == other.__dict__
|
140
|
+
|
141
|
+
def __ne__(self, other):
|
142
|
+
"""Returns true if both objects are not equal"""
|
143
|
+
return not self == other
|
@@ -0,0 +1,142 @@
|
|
1
|
+
# coding: utf-8
|
2
|
+
|
3
|
+
import six
|
4
|
+
|
5
|
+
from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
|
6
|
+
|
7
|
+
|
8
|
+
class OpenGaussBackupStrategyForListResponse:
|
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
|
+
'start_time': 'str',
|
21
|
+
'keep_days': 'int'
|
22
|
+
}
|
23
|
+
|
24
|
+
attribute_map = {
|
25
|
+
'start_time': 'start_time',
|
26
|
+
'keep_days': 'keep_days'
|
27
|
+
}
|
28
|
+
|
29
|
+
def __init__(self, start_time=None, keep_days=None):
|
30
|
+
r"""OpenGaussBackupStrategyForListResponse
|
31
|
+
|
32
|
+
The model defined in huaweicloud sdk
|
33
|
+
|
34
|
+
:param start_time: 备份时间段。自动备份将在该时间段内触发。 当前时间指UTC时间。
|
35
|
+
:type start_time: str
|
36
|
+
:param keep_days: 已生成的备份文件可以保存的天数。 取值范围:1~732。
|
37
|
+
:type keep_days: int
|
38
|
+
"""
|
39
|
+
|
40
|
+
|
41
|
+
|
42
|
+
self._start_time = None
|
43
|
+
self._keep_days = None
|
44
|
+
self.discriminator = None
|
45
|
+
|
46
|
+
self.start_time = start_time
|
47
|
+
self.keep_days = keep_days
|
48
|
+
|
49
|
+
@property
|
50
|
+
def start_time(self):
|
51
|
+
r"""Gets the start_time of this OpenGaussBackupStrategyForListResponse.
|
52
|
+
|
53
|
+
备份时间段。自动备份将在该时间段内触发。 当前时间指UTC时间。
|
54
|
+
|
55
|
+
:return: The start_time of this OpenGaussBackupStrategyForListResponse.
|
56
|
+
:rtype: str
|
57
|
+
"""
|
58
|
+
return self._start_time
|
59
|
+
|
60
|
+
@start_time.setter
|
61
|
+
def start_time(self, start_time):
|
62
|
+
r"""Sets the start_time of this OpenGaussBackupStrategyForListResponse.
|
63
|
+
|
64
|
+
备份时间段。自动备份将在该时间段内触发。 当前时间指UTC时间。
|
65
|
+
|
66
|
+
:param start_time: The start_time of this OpenGaussBackupStrategyForListResponse.
|
67
|
+
:type start_time: str
|
68
|
+
"""
|
69
|
+
self._start_time = start_time
|
70
|
+
|
71
|
+
@property
|
72
|
+
def keep_days(self):
|
73
|
+
r"""Gets the keep_days of this OpenGaussBackupStrategyForListResponse.
|
74
|
+
|
75
|
+
已生成的备份文件可以保存的天数。 取值范围:1~732。
|
76
|
+
|
77
|
+
:return: The keep_days of this OpenGaussBackupStrategyForListResponse.
|
78
|
+
:rtype: int
|
79
|
+
"""
|
80
|
+
return self._keep_days
|
81
|
+
|
82
|
+
@keep_days.setter
|
83
|
+
def keep_days(self, keep_days):
|
84
|
+
r"""Sets the keep_days of this OpenGaussBackupStrategyForListResponse.
|
85
|
+
|
86
|
+
已生成的备份文件可以保存的天数。 取值范围:1~732。
|
87
|
+
|
88
|
+
:param keep_days: The keep_days of this OpenGaussBackupStrategyForListResponse.
|
89
|
+
:type keep_days: int
|
90
|
+
"""
|
91
|
+
self._keep_days = keep_days
|
92
|
+
|
93
|
+
def to_dict(self):
|
94
|
+
"""Returns the model properties as a dict"""
|
95
|
+
result = {}
|
96
|
+
|
97
|
+
for attr, _ in six.iteritems(self.openapi_types):
|
98
|
+
value = getattr(self, attr)
|
99
|
+
if isinstance(value, list):
|
100
|
+
result[attr] = list(map(
|
101
|
+
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
102
|
+
value
|
103
|
+
))
|
104
|
+
elif hasattr(value, "to_dict"):
|
105
|
+
result[attr] = value.to_dict()
|
106
|
+
elif isinstance(value, dict):
|
107
|
+
result[attr] = dict(map(
|
108
|
+
lambda item: (item[0], item[1].to_dict())
|
109
|
+
if hasattr(item[1], "to_dict") else item,
|
110
|
+
value.items()
|
111
|
+
))
|
112
|
+
else:
|
113
|
+
if attr in self.sensitive_list:
|
114
|
+
result[attr] = "****"
|
115
|
+
else:
|
116
|
+
result[attr] = value
|
117
|
+
|
118
|
+
return result
|
119
|
+
|
120
|
+
def to_str(self):
|
121
|
+
"""Returns the string representation of the model"""
|
122
|
+
import simplejson as json
|
123
|
+
if six.PY2:
|
124
|
+
import sys
|
125
|
+
reload(sys)
|
126
|
+
sys.setdefaultencoding("utf-8")
|
127
|
+
return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
|
128
|
+
|
129
|
+
def __repr__(self):
|
130
|
+
"""For `print`"""
|
131
|
+
return self.to_str()
|
132
|
+
|
133
|
+
def __eq__(self, other):
|
134
|
+
"""Returns true if both objects are equal"""
|
135
|
+
if not isinstance(other, OpenGaussBackupStrategyForListResponse):
|
136
|
+
return False
|
137
|
+
|
138
|
+
return self.__dict__ == other.__dict__
|
139
|
+
|
140
|
+
def __ne__(self, other):
|
141
|
+
"""Returns true if both objects are not equal"""
|
142
|
+
return not self == other
|
@@ -0,0 +1,142 @@
|
|
1
|
+
# coding: utf-8
|
2
|
+
|
3
|
+
import six
|
4
|
+
|
5
|
+
from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
|
6
|
+
|
7
|
+
|
8
|
+
class OpenGaussBackupStrategyForResponse:
|
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
|
+
'start_time': 'str',
|
21
|
+
'keep_days': 'int'
|
22
|
+
}
|
23
|
+
|
24
|
+
attribute_map = {
|
25
|
+
'start_time': 'start_time',
|
26
|
+
'keep_days': 'keep_days'
|
27
|
+
}
|
28
|
+
|
29
|
+
def __init__(self, start_time=None, keep_days=None):
|
30
|
+
r"""OpenGaussBackupStrategyForResponse
|
31
|
+
|
32
|
+
The model defined in huaweicloud sdk
|
33
|
+
|
34
|
+
:param start_time: 备份时间段。自动备份将在该时间段内触发。 取值范围:非空,格式必须为hh:mm-HH:MM且有效,当前时间指UTC时间。 - HH取值必须比hh大1。 - mm和MM取值必须相同,且取值必须为00。 取值示例: - 08:00-09:00 - 23:00-00:00
|
35
|
+
:type start_time: str
|
36
|
+
:param keep_days: 指定已生成备份文件的可保存天数。 取值范围:1~732。 如果请求体中不填写“backup_strategy”字段,则响应体中 “keep_days”默认返回“7”。
|
37
|
+
:type keep_days: int
|
38
|
+
"""
|
39
|
+
|
40
|
+
|
41
|
+
|
42
|
+
self._start_time = None
|
43
|
+
self._keep_days = None
|
44
|
+
self.discriminator = None
|
45
|
+
|
46
|
+
self.start_time = start_time
|
47
|
+
self.keep_days = keep_days
|
48
|
+
|
49
|
+
@property
|
50
|
+
def start_time(self):
|
51
|
+
r"""Gets the start_time of this OpenGaussBackupStrategyForResponse.
|
52
|
+
|
53
|
+
备份时间段。自动备份将在该时间段内触发。 取值范围:非空,格式必须为hh:mm-HH:MM且有效,当前时间指UTC时间。 - HH取值必须比hh大1。 - mm和MM取值必须相同,且取值必须为00。 取值示例: - 08:00-09:00 - 23:00-00:00
|
54
|
+
|
55
|
+
:return: The start_time of this OpenGaussBackupStrategyForResponse.
|
56
|
+
:rtype: str
|
57
|
+
"""
|
58
|
+
return self._start_time
|
59
|
+
|
60
|
+
@start_time.setter
|
61
|
+
def start_time(self, start_time):
|
62
|
+
r"""Sets the start_time of this OpenGaussBackupStrategyForResponse.
|
63
|
+
|
64
|
+
备份时间段。自动备份将在该时间段内触发。 取值范围:非空,格式必须为hh:mm-HH:MM且有效,当前时间指UTC时间。 - HH取值必须比hh大1。 - mm和MM取值必须相同,且取值必须为00。 取值示例: - 08:00-09:00 - 23:00-00:00
|
65
|
+
|
66
|
+
:param start_time: The start_time of this OpenGaussBackupStrategyForResponse.
|
67
|
+
:type start_time: str
|
68
|
+
"""
|
69
|
+
self._start_time = start_time
|
70
|
+
|
71
|
+
@property
|
72
|
+
def keep_days(self):
|
73
|
+
r"""Gets the keep_days of this OpenGaussBackupStrategyForResponse.
|
74
|
+
|
75
|
+
指定已生成备份文件的可保存天数。 取值范围:1~732。 如果请求体中不填写“backup_strategy”字段,则响应体中 “keep_days”默认返回“7”。
|
76
|
+
|
77
|
+
:return: The keep_days of this OpenGaussBackupStrategyForResponse.
|
78
|
+
:rtype: int
|
79
|
+
"""
|
80
|
+
return self._keep_days
|
81
|
+
|
82
|
+
@keep_days.setter
|
83
|
+
def keep_days(self, keep_days):
|
84
|
+
r"""Sets the keep_days of this OpenGaussBackupStrategyForResponse.
|
85
|
+
|
86
|
+
指定已生成备份文件的可保存天数。 取值范围:1~732。 如果请求体中不填写“backup_strategy”字段,则响应体中 “keep_days”默认返回“7”。
|
87
|
+
|
88
|
+
:param keep_days: The keep_days of this OpenGaussBackupStrategyForResponse.
|
89
|
+
:type keep_days: int
|
90
|
+
"""
|
91
|
+
self._keep_days = keep_days
|
92
|
+
|
93
|
+
def to_dict(self):
|
94
|
+
"""Returns the model properties as a dict"""
|
95
|
+
result = {}
|
96
|
+
|
97
|
+
for attr, _ in six.iteritems(self.openapi_types):
|
98
|
+
value = getattr(self, attr)
|
99
|
+
if isinstance(value, list):
|
100
|
+
result[attr] = list(map(
|
101
|
+
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
102
|
+
value
|
103
|
+
))
|
104
|
+
elif hasattr(value, "to_dict"):
|
105
|
+
result[attr] = value.to_dict()
|
106
|
+
elif isinstance(value, dict):
|
107
|
+
result[attr] = dict(map(
|
108
|
+
lambda item: (item[0], item[1].to_dict())
|
109
|
+
if hasattr(item[1], "to_dict") else item,
|
110
|
+
value.items()
|
111
|
+
))
|
112
|
+
else:
|
113
|
+
if attr in self.sensitive_list:
|
114
|
+
result[attr] = "****"
|
115
|
+
else:
|
116
|
+
result[attr] = value
|
117
|
+
|
118
|
+
return result
|
119
|
+
|
120
|
+
def to_str(self):
|
121
|
+
"""Returns the string representation of the model"""
|
122
|
+
import simplejson as json
|
123
|
+
if six.PY2:
|
124
|
+
import sys
|
125
|
+
reload(sys)
|
126
|
+
sys.setdefaultencoding("utf-8")
|
127
|
+
return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
|
128
|
+
|
129
|
+
def __repr__(self):
|
130
|
+
"""For `print`"""
|
131
|
+
return self.to_str()
|
132
|
+
|
133
|
+
def __eq__(self, other):
|
134
|
+
"""Returns true if both objects are equal"""
|
135
|
+
if not isinstance(other, OpenGaussBackupStrategyForResponse):
|
136
|
+
return False
|
137
|
+
|
138
|
+
return self.__dict__ == other.__dict__
|
139
|
+
|
140
|
+
def __ne__(self, other):
|
141
|
+
"""Returns true if both objects are not equal"""
|
142
|
+
return not self == other
|
@@ -0,0 +1,230 @@
|
|
1
|
+
# coding: utf-8
|
2
|
+
|
3
|
+
import six
|
4
|
+
|
5
|
+
from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
|
6
|
+
|
7
|
+
|
8
|
+
class OpenGaussChargeInfo:
|
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
|
+
'charge_mode': 'str',
|
21
|
+
'period_type': 'str',
|
22
|
+
'period_num': 'int',
|
23
|
+
'is_auto_renew': 'bool',
|
24
|
+
'is_auto_pay': 'bool'
|
25
|
+
}
|
26
|
+
|
27
|
+
attribute_map = {
|
28
|
+
'charge_mode': 'charge_mode',
|
29
|
+
'period_type': 'period_type',
|
30
|
+
'period_num': 'period_num',
|
31
|
+
'is_auto_renew': 'is_auto_renew',
|
32
|
+
'is_auto_pay': 'is_auto_pay'
|
33
|
+
}
|
34
|
+
|
35
|
+
def __init__(self, charge_mode=None, period_type=None, period_num=None, is_auto_renew=None, is_auto_pay=None):
|
36
|
+
r"""OpenGaussChargeInfo
|
37
|
+
|
38
|
+
The model defined in huaweicloud sdk
|
39
|
+
|
40
|
+
:param charge_mode: 计费模式。postPaid:后付费,即按需付费。prePaid:预付费,即包年/包月。
|
41
|
+
:type charge_mode: str
|
42
|
+
:param period_type: 订购周期类型。month:包月。year:包年。 说明: “charge_mode”为“prePaid”时生效,且为必选值。
|
43
|
+
:type period_type: str
|
44
|
+
:param period_num: “charge_mode”为“prePaid”时生效,且为必选值,指定订购的时间。 取值范围: 当“period_type”为“month”时,取值为1~9。 当“period_type”为“year”时,取值为1~3。 当传入浮点型时,会自动截取为整型。
|
45
|
+
:type period_num: int
|
46
|
+
:param is_auto_renew: 创建包周期实例时可指定,表示是否自动续订,续订时会自动支付。 按月订购时续订周期默认为1个月,按年订购时续订周期默认为1年,续订周期可自定义修改。 true,表示自动续订。 false,表示不自动续订,默认为该方式。
|
47
|
+
:type is_auto_renew: bool
|
48
|
+
:param is_auto_pay: 创建包周期实例时可指定,表示是否自动从账户中支付,该字段不影响自动续订的支付方式。 true,表示自动从账户中支付。 false,表示手动从账户中支付,默认为该支付方式。
|
49
|
+
:type is_auto_pay: bool
|
50
|
+
"""
|
51
|
+
|
52
|
+
|
53
|
+
|
54
|
+
self._charge_mode = None
|
55
|
+
self._period_type = None
|
56
|
+
self._period_num = None
|
57
|
+
self._is_auto_renew = None
|
58
|
+
self._is_auto_pay = None
|
59
|
+
self.discriminator = None
|
60
|
+
|
61
|
+
self.charge_mode = charge_mode
|
62
|
+
if period_type is not None:
|
63
|
+
self.period_type = period_type
|
64
|
+
if period_num is not None:
|
65
|
+
self.period_num = period_num
|
66
|
+
if is_auto_renew is not None:
|
67
|
+
self.is_auto_renew = is_auto_renew
|
68
|
+
if is_auto_pay is not None:
|
69
|
+
self.is_auto_pay = is_auto_pay
|
70
|
+
|
71
|
+
@property
|
72
|
+
def charge_mode(self):
|
73
|
+
r"""Gets the charge_mode of this OpenGaussChargeInfo.
|
74
|
+
|
75
|
+
计费模式。postPaid:后付费,即按需付费。prePaid:预付费,即包年/包月。
|
76
|
+
|
77
|
+
:return: The charge_mode of this OpenGaussChargeInfo.
|
78
|
+
:rtype: str
|
79
|
+
"""
|
80
|
+
return self._charge_mode
|
81
|
+
|
82
|
+
@charge_mode.setter
|
83
|
+
def charge_mode(self, charge_mode):
|
84
|
+
r"""Sets the charge_mode of this OpenGaussChargeInfo.
|
85
|
+
|
86
|
+
计费模式。postPaid:后付费,即按需付费。prePaid:预付费,即包年/包月。
|
87
|
+
|
88
|
+
:param charge_mode: The charge_mode of this OpenGaussChargeInfo.
|
89
|
+
:type charge_mode: str
|
90
|
+
"""
|
91
|
+
self._charge_mode = charge_mode
|
92
|
+
|
93
|
+
@property
|
94
|
+
def period_type(self):
|
95
|
+
r"""Gets the period_type of this OpenGaussChargeInfo.
|
96
|
+
|
97
|
+
订购周期类型。month:包月。year:包年。 说明: “charge_mode”为“prePaid”时生效,且为必选值。
|
98
|
+
|
99
|
+
:return: The period_type of this OpenGaussChargeInfo.
|
100
|
+
:rtype: str
|
101
|
+
"""
|
102
|
+
return self._period_type
|
103
|
+
|
104
|
+
@period_type.setter
|
105
|
+
def period_type(self, period_type):
|
106
|
+
r"""Sets the period_type of this OpenGaussChargeInfo.
|
107
|
+
|
108
|
+
订购周期类型。month:包月。year:包年。 说明: “charge_mode”为“prePaid”时生效,且为必选值。
|
109
|
+
|
110
|
+
:param period_type: The period_type of this OpenGaussChargeInfo.
|
111
|
+
:type period_type: str
|
112
|
+
"""
|
113
|
+
self._period_type = period_type
|
114
|
+
|
115
|
+
@property
|
116
|
+
def period_num(self):
|
117
|
+
r"""Gets the period_num of this OpenGaussChargeInfo.
|
118
|
+
|
119
|
+
“charge_mode”为“prePaid”时生效,且为必选值,指定订购的时间。 取值范围: 当“period_type”为“month”时,取值为1~9。 当“period_type”为“year”时,取值为1~3。 当传入浮点型时,会自动截取为整型。
|
120
|
+
|
121
|
+
:return: The period_num of this OpenGaussChargeInfo.
|
122
|
+
:rtype: int
|
123
|
+
"""
|
124
|
+
return self._period_num
|
125
|
+
|
126
|
+
@period_num.setter
|
127
|
+
def period_num(self, period_num):
|
128
|
+
r"""Sets the period_num of this OpenGaussChargeInfo.
|
129
|
+
|
130
|
+
“charge_mode”为“prePaid”时生效,且为必选值,指定订购的时间。 取值范围: 当“period_type”为“month”时,取值为1~9。 当“period_type”为“year”时,取值为1~3。 当传入浮点型时,会自动截取为整型。
|
131
|
+
|
132
|
+
:param period_num: The period_num of this OpenGaussChargeInfo.
|
133
|
+
:type period_num: int
|
134
|
+
"""
|
135
|
+
self._period_num = period_num
|
136
|
+
|
137
|
+
@property
|
138
|
+
def is_auto_renew(self):
|
139
|
+
r"""Gets the is_auto_renew of this OpenGaussChargeInfo.
|
140
|
+
|
141
|
+
创建包周期实例时可指定,表示是否自动续订,续订时会自动支付。 按月订购时续订周期默认为1个月,按年订购时续订周期默认为1年,续订周期可自定义修改。 true,表示自动续订。 false,表示不自动续订,默认为该方式。
|
142
|
+
|
143
|
+
:return: The is_auto_renew of this OpenGaussChargeInfo.
|
144
|
+
:rtype: bool
|
145
|
+
"""
|
146
|
+
return self._is_auto_renew
|
147
|
+
|
148
|
+
@is_auto_renew.setter
|
149
|
+
def is_auto_renew(self, is_auto_renew):
|
150
|
+
r"""Sets the is_auto_renew of this OpenGaussChargeInfo.
|
151
|
+
|
152
|
+
创建包周期实例时可指定,表示是否自动续订,续订时会自动支付。 按月订购时续订周期默认为1个月,按年订购时续订周期默认为1年,续订周期可自定义修改。 true,表示自动续订。 false,表示不自动续订,默认为该方式。
|
153
|
+
|
154
|
+
:param is_auto_renew: The is_auto_renew of this OpenGaussChargeInfo.
|
155
|
+
:type is_auto_renew: bool
|
156
|
+
"""
|
157
|
+
self._is_auto_renew = is_auto_renew
|
158
|
+
|
159
|
+
@property
|
160
|
+
def is_auto_pay(self):
|
161
|
+
r"""Gets the is_auto_pay of this OpenGaussChargeInfo.
|
162
|
+
|
163
|
+
创建包周期实例时可指定,表示是否自动从账户中支付,该字段不影响自动续订的支付方式。 true,表示自动从账户中支付。 false,表示手动从账户中支付,默认为该支付方式。
|
164
|
+
|
165
|
+
:return: The is_auto_pay of this OpenGaussChargeInfo.
|
166
|
+
:rtype: bool
|
167
|
+
"""
|
168
|
+
return self._is_auto_pay
|
169
|
+
|
170
|
+
@is_auto_pay.setter
|
171
|
+
def is_auto_pay(self, is_auto_pay):
|
172
|
+
r"""Sets the is_auto_pay of this OpenGaussChargeInfo.
|
173
|
+
|
174
|
+
创建包周期实例时可指定,表示是否自动从账户中支付,该字段不影响自动续订的支付方式。 true,表示自动从账户中支付。 false,表示手动从账户中支付,默认为该支付方式。
|
175
|
+
|
176
|
+
:param is_auto_pay: The is_auto_pay of this OpenGaussChargeInfo.
|
177
|
+
:type is_auto_pay: bool
|
178
|
+
"""
|
179
|
+
self._is_auto_pay = is_auto_pay
|
180
|
+
|
181
|
+
def to_dict(self):
|
182
|
+
"""Returns the model properties as a dict"""
|
183
|
+
result = {}
|
184
|
+
|
185
|
+
for attr, _ in six.iteritems(self.openapi_types):
|
186
|
+
value = getattr(self, attr)
|
187
|
+
if isinstance(value, list):
|
188
|
+
result[attr] = list(map(
|
189
|
+
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
190
|
+
value
|
191
|
+
))
|
192
|
+
elif hasattr(value, "to_dict"):
|
193
|
+
result[attr] = value.to_dict()
|
194
|
+
elif isinstance(value, dict):
|
195
|
+
result[attr] = dict(map(
|
196
|
+
lambda item: (item[0], item[1].to_dict())
|
197
|
+
if hasattr(item[1], "to_dict") else item,
|
198
|
+
value.items()
|
199
|
+
))
|
200
|
+
else:
|
201
|
+
if attr in self.sensitive_list:
|
202
|
+
result[attr] = "****"
|
203
|
+
else:
|
204
|
+
result[attr] = value
|
205
|
+
|
206
|
+
return result
|
207
|
+
|
208
|
+
def to_str(self):
|
209
|
+
"""Returns the string representation of the model"""
|
210
|
+
import simplejson as json
|
211
|
+
if six.PY2:
|
212
|
+
import sys
|
213
|
+
reload(sys)
|
214
|
+
sys.setdefaultencoding("utf-8")
|
215
|
+
return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
|
216
|
+
|
217
|
+
def __repr__(self):
|
218
|
+
"""For `print`"""
|
219
|
+
return self.to_str()
|
220
|
+
|
221
|
+
def __eq__(self, other):
|
222
|
+
"""Returns true if both objects are equal"""
|
223
|
+
if not isinstance(other, OpenGaussChargeInfo):
|
224
|
+
return False
|
225
|
+
|
226
|
+
return self.__dict__ == other.__dict__
|
227
|
+
|
228
|
+
def __ne__(self, other):
|
229
|
+
"""Returns true if both objects are not equal"""
|
230
|
+
return not self == other
|