volcengine-python-sdk 4.0.29__py2.py3-none-any.whl → 4.0.31__py2.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.
Potentially problematic release.
This version of volcengine-python-sdk might be problematic. Click here for more details.
- {volcengine_python_sdk-4.0.29.dist-info → volcengine_python_sdk-4.0.31.dist-info}/METADATA +1 -1
- {volcengine_python_sdk-4.0.29.dist-info → volcengine_python_sdk-4.0.31.dist-info}/RECORD +476 -72
- {volcengine_python_sdk-4.0.29.dist-info → volcengine_python_sdk-4.0.31.dist-info}/top_level.txt +2 -0
- volcenginesdkacep/__init__.py +42 -0
- volcenginesdkacep/api/acep_api.py +1001 -128
- volcenginesdkacep/models/__init__.py +42 -0
- volcenginesdkacep/models/add_phone_template_request.py +256 -0
- volcenginesdkacep/models/add_phone_template_response.py +123 -0
- volcenginesdkacep/models/app_list_for_create_pod_one_step_input.py +149 -0
- volcenginesdkacep/models/create_pod_one_step_request.py +698 -0
- volcenginesdkacep/models/create_pod_one_step_response.py +175 -0
- volcenginesdkacep/models/create_pod_request.py +696 -0
- volcenginesdkacep/models/create_pod_response.py +149 -0
- volcenginesdkacep/models/get_phone_template_request.py +124 -0
- volcenginesdkacep/models/get_phone_template_response.py +149 -0
- volcenginesdkacep/models/job_for_reset_pod_output.py +305 -0
- volcenginesdkacep/models/list_phone_template_request.py +279 -0
- volcenginesdkacep/models/list_phone_template_response.py +149 -0
- volcenginesdkacep/models/overlay_persist_property_for_add_phone_template_input.py +175 -0
- volcenginesdkacep/models/overlay_persist_property_for_create_pod_input.py +175 -0
- volcenginesdkacep/models/overlay_persist_property_for_create_pod_one_step_input.py +175 -0
- volcenginesdkacep/models/overlay_persist_property_for_get_phone_template_output.py +175 -0
- volcenginesdkacep/models/overlay_persist_property_for_list_phone_template_output.py +175 -0
- volcenginesdkacep/models/overlay_property_for_add_phone_template_input.py +175 -0
- volcenginesdkacep/models/overlay_property_for_create_pod_input.py +175 -0
- volcenginesdkacep/models/overlay_property_for_create_pod_one_step_input.py +175 -0
- volcenginesdkacep/models/overlay_property_for_get_phone_template_output.py +175 -0
- volcenginesdkacep/models/overlay_property_for_list_phone_template_output.py +175 -0
- volcenginesdkacep/models/overlay_setting_for_add_phone_template_input.py +201 -0
- volcenginesdkacep/models/overlay_setting_for_create_pod_input.py +201 -0
- volcenginesdkacep/models/overlay_setting_for_create_pod_one_step_input.py +201 -0
- volcenginesdkacep/models/overlay_setting_for_get_phone_template_output.py +201 -0
- volcenginesdkacep/models/overlay_setting_for_list_phone_template_output.py +201 -0
- volcenginesdkacep/models/phone_template_for_get_phone_template_output.py +279 -0
- volcenginesdkacep/models/pod_persist_property_for_update_pod_property_input.py +175 -0
- volcenginesdkacep/models/pod_property_for_update_pod_property_input.py +175 -0
- volcenginesdkacep/models/pod_setting_for_update_pod_property_input.py +201 -0
- volcenginesdkacep/models/pod_spec_list_for_create_pod_input.py +617 -0
- volcenginesdkacep/models/remove_phone_template_request.py +123 -0
- volcenginesdkacep/models/remove_phone_template_response.py +123 -0
- volcenginesdkacep/models/reset_pod_request.py +280 -0
- volcenginesdkacep/models/reset_pod_response.py +175 -0
- volcenginesdkacep/models/row_for_list_phone_template_output.py +279 -0
- volcenginesdkacep/models/tag_for_get_phone_template_output.py +201 -0
- volcenginesdkacep/models/update_phone_template_request.py +176 -0
- volcenginesdkacep/models/update_phone_template_response.py +95 -0
- volcenginesdkacep/models/update_pod_property_request.py +280 -0
- volcenginesdkacep/models/update_pod_property_response.py +95 -0
- volcenginesdkarkruntime/resources/encryption.py +10 -2
- volcenginesdkarkruntime/resources/responses/responses.py +42 -24
- volcenginesdkarkruntime/types/__init__.py +2 -0
- volcenginesdkarkruntime/types/responses/audio_chunking_strategy.py +30 -0
- volcenginesdkarkruntime/types/responses/audio_chunking_strategy_param.py +28 -0
- volcenginesdkarkruntime/types/responses/image_process_grounding_options.py +23 -0
- volcenginesdkarkruntime/types/responses/image_process_grounding_options_param.py +23 -0
- volcenginesdkarkruntime/types/responses/image_process_point_options.py +23 -0
- volcenginesdkarkruntime/types/responses/image_process_point_options_param.py +23 -0
- volcenginesdkarkruntime/types/responses/image_process_rotate_options.py +23 -0
- volcenginesdkarkruntime/types/responses/image_process_rotate_options_param.py +23 -0
- volcenginesdkarkruntime/types/responses/image_process_tool.py +41 -0
- volcenginesdkarkruntime/types/responses/image_process_tool_param.py +40 -0
- volcenginesdkarkruntime/types/responses/image_process_zoom_options.py +23 -0
- volcenginesdkarkruntime/types/responses/image_process_zoom_options_param.py +23 -0
- volcenginesdkarkruntime/types/responses/item_function_image_process.py +37 -0
- volcenginesdkarkruntime/types/responses/knowledge_search_tool.py +46 -0
- volcenginesdkarkruntime/types/responses/knowledge_search_tool_param.py +44 -0
- volcenginesdkarkruntime/types/responses/mcp_tool.py +8 -4
- volcenginesdkarkruntime/types/responses/response.py +58 -92
- volcenginesdkarkruntime/types/responses/response_annotation_added_event.py +3 -22
- volcenginesdkarkruntime/types/responses/response_caching.py +6 -6
- volcenginesdkarkruntime/types/responses/response_caching_param.py +7 -4
- volcenginesdkarkruntime/types/responses/response_create_params.py +11 -3
- volcenginesdkarkruntime/types/responses/response_image_process_action.py +24 -0
- volcenginesdkarkruntime/types/responses/response_image_process_args.py +30 -0
- volcenginesdkarkruntime/types/responses/response_image_process_call_completed_event.py +35 -0
- volcenginesdkarkruntime/types/responses/response_image_process_call_in_progress_event.py +24 -0
- volcenginesdkarkruntime/types/responses/response_image_process_call_processing_event.py +30 -0
- volcenginesdkarkruntime/types/responses/response_image_process_error.py +20 -0
- volcenginesdkarkruntime/types/responses/response_image_process_grounding_args.py +24 -0
- volcenginesdkarkruntime/types/responses/response_image_process_point_args.py +24 -0
- volcenginesdkarkruntime/types/responses/response_image_process_rotate_args.py +22 -0
- volcenginesdkarkruntime/types/responses/response_image_process_zoom_args.py +24 -0
- volcenginesdkarkruntime/types/responses/response_input_audio.py +33 -0
- volcenginesdkarkruntime/types/responses/response_input_audio_param.py +32 -0
- volcenginesdkarkruntime/types/responses/response_input_content.py +13 -3
- volcenginesdkarkruntime/types/responses/response_input_file.py +32 -0
- volcenginesdkarkruntime/types/responses/response_input_file_param.py +30 -0
- volcenginesdkarkruntime/types/responses/response_input_message_content_list_param.py +11 -3
- volcenginesdkarkruntime/types/responses/response_input_video.py +33 -0
- volcenginesdkarkruntime/types/responses/response_input_video_param.py +6 -9
- volcenginesdkarkruntime/types/responses/response_knowledge_search_call_completed_event.py +24 -0
- volcenginesdkarkruntime/types/responses/response_knowledge_search_call_failed_event.py +24 -0
- volcenginesdkarkruntime/types/responses/response_knowledge_search_call_in_progress_event.py +24 -0
- volcenginesdkarkruntime/types/responses/response_knowledge_search_call_searching_event.py +24 -0
- volcenginesdkarkruntime/types/responses/response_knowledge_search_item.py +32 -0
- volcenginesdkarkruntime/types/responses/response_output_item.py +8 -4
- volcenginesdkarkruntime/types/responses/response_output_text.py +4 -33
- volcenginesdkarkruntime/types/responses/response_output_text_annotation.py +63 -0
- volcenginesdkarkruntime/types/responses/response_output_text_annotation_added_event.py +33 -0
- volcenginesdkarkruntime/types/responses/response_stream_event.py +89 -50
- volcenginesdkarkruntime/types/responses/response_tool_usage.py +14 -6
- volcenginesdkarkruntime/types/responses/responses_output_text_annotation_cover_image.py +25 -0
- volcenginesdkarkruntime/types/responses/tool.py +5 -2
- volcenginesdkarkruntime/types/responses/tool_choice_knowledge_search.py +22 -0
- volcenginesdkarkruntime/types/responses/tool_choice_knowledge_search_param.py +20 -0
- volcenginesdkarkruntime/types/responses/tool_choice_mcp.py +31 -0
- volcenginesdkarkruntime/types/responses/tool_choice_mcp_param.py +4 -4
- volcenginesdkarkruntime/types/responses/tool_choice_web_search.py +22 -0
- volcenginesdkarkruntime/types/responses/tool_choice_web_search_param.py +20 -0
- volcenginesdkarkruntime/types/responses/tool_param.py +11 -3
- volcenginesdkarkruntime/types/responses/user_location.py +30 -0
- volcenginesdkarkruntime/types/responses/user_location_param.py +31 -0
- volcenginesdkarkruntime/types/responses/web_search_tool.py +11 -22
- volcenginesdkarkruntime/types/responses/web_search_tool_param.py +8 -17
- volcenginesdkarkruntime/types/shared/__init__.py +3 -0
- volcenginesdkarkruntime/types/shared/reasoning.py +10 -0
- volcenginesdkarkruntime/types/shared_params/__init__.py +2 -0
- volcenginesdkarkruntime/types/shared_params/reasoning.py +12 -0
- volcenginesdkarkruntime/types/shared_params/reasoning_effort.py +8 -0
- volcenginesdkcbr/__init__.py +91 -0
- volcenginesdkcbr/api/__init__.py +6 -0
- volcenginesdkcbr/api/cbr_api.py +2362 -0
- volcenginesdkcbr/models/__init__.py +87 -0
- volcenginesdkcbr/models/backup_policy_for_describe_backup_policies_output.py +357 -0
- volcenginesdkcbr/models/create_backup_job_request.py +238 -0
- volcenginesdkcbr/models/create_backup_job_response.py +123 -0
- volcenginesdkcbr/models/create_backup_plan_request.py +176 -0
- volcenginesdkcbr/models/create_backup_plan_response.py +123 -0
- volcenginesdkcbr/models/create_backup_policy_request.py +293 -0
- volcenginesdkcbr/models/create_backup_policy_response.py +123 -0
- volcenginesdkcbr/models/create_backup_resource_request.py +211 -0
- volcenginesdkcbr/models/create_backup_resource_response.py +123 -0
- volcenginesdkcbr/models/create_restore_job_request.py +177 -0
- volcenginesdkcbr/models/create_restore_job_response.py +123 -0
- volcenginesdkcbr/models/create_vault_request.py +150 -0
- volcenginesdkcbr/models/create_vault_response.py +123 -0
- volcenginesdkcbr/models/delete_backup_plan_request.py +124 -0
- volcenginesdkcbr/models/delete_backup_plan_response.py +95 -0
- volcenginesdkcbr/models/delete_backup_policy_request.py +124 -0
- volcenginesdkcbr/models/delete_backup_policy_response.py +95 -0
- volcenginesdkcbr/models/delete_backup_resource_request.py +124 -0
- volcenginesdkcbr/models/delete_backup_resource_response.py +95 -0
- volcenginesdkcbr/models/delete_recovery_point_request.py +124 -0
- volcenginesdkcbr/models/delete_recovery_point_response.py +95 -0
- volcenginesdkcbr/models/delete_vault_request.py +124 -0
- volcenginesdkcbr/models/delete_vault_response.py +95 -0
- volcenginesdkcbr/models/describe_backup_plans_request.py +175 -0
- volcenginesdkcbr/models/describe_backup_plans_response.py +149 -0
- volcenginesdkcbr/models/describe_backup_policies_request.py +175 -0
- volcenginesdkcbr/models/describe_backup_policies_response.py +149 -0
- volcenginesdkcbr/models/describe_backup_resources_request.py +175 -0
- volcenginesdkcbr/models/describe_backup_resources_response.py +149 -0
- volcenginesdkcbr/models/describe_recovery_points_request.py +175 -0
- volcenginesdkcbr/models/describe_recovery_points_response.py +149 -0
- volcenginesdkcbr/models/describe_regions_request.py +95 -0
- volcenginesdkcbr/models/describe_regions_response.py +123 -0
- volcenginesdkcbr/models/describe_restore_jobs_request.py +175 -0
- volcenginesdkcbr/models/describe_restore_jobs_response.py +149 -0
- volcenginesdkcbr/models/describe_vaults_request.py +201 -0
- volcenginesdkcbr/models/describe_vaults_response.py +149 -0
- volcenginesdkcbr/models/disable_backup_policy_request.py +124 -0
- volcenginesdkcbr/models/disable_backup_policy_response.py +95 -0
- volcenginesdkcbr/models/enable_backup_policy_request.py +124 -0
- volcenginesdkcbr/models/enable_backup_policy_response.py +95 -0
- volcenginesdkcbr/models/filter_list_for_describe_backup_resources_input.py +149 -0
- volcenginesdkcbr/models/filters_for_describe_backup_plans_input.py +149 -0
- volcenginesdkcbr/models/filters_for_describe_backup_policies_input.py +175 -0
- volcenginesdkcbr/models/filters_for_describe_recovery_points_input.py +253 -0
- volcenginesdkcbr/models/filters_for_describe_restore_jobs_input.py +201 -0
- volcenginesdkcbr/models/filters_for_describe_vaults_input.py +149 -0
- volcenginesdkcbr/models/job_for_describe_restore_jobs_output.py +279 -0
- volcenginesdkcbr/models/meta_information_for_create_backup_plan_input.py +149 -0
- volcenginesdkcbr/models/meta_information_for_create_backup_resource_input.py +149 -0
- volcenginesdkcbr/models/meta_information_for_describe_backup_resources_output.py +149 -0
- volcenginesdkcbr/models/meta_information_for_update_backup_plan_input.py +149 -0
- volcenginesdkcbr/models/plan_for_describe_backup_plans_output.py +253 -0
- volcenginesdkcbr/models/plan_for_describe_backup_resources_output.py +149 -0
- volcenginesdkcbr/models/policy_for_describe_backup_plans_output.py +357 -0
- volcenginesdkcbr/models/recovery_point_for_describe_recovery_points_output.py +513 -0
- volcenginesdkcbr/models/region_for_describe_regions_output.py +149 -0
- volcenginesdkcbr/models/resource_for_describe_backup_resources_output.py +409 -0
- volcenginesdkcbr/models/resource_list_for_create_backup_plan_input.py +175 -0
- volcenginesdkcbr/models/resource_list_for_update_backup_plan_input.py +175 -0
- volcenginesdkcbr/models/tag_for_describe_vaults_output.py +149 -0
- volcenginesdkcbr/models/update_backup_plan_request.py +202 -0
- volcenginesdkcbr/models/update_backup_plan_response.py +95 -0
- volcenginesdkcbr/models/update_backup_policy_request.py +261 -0
- volcenginesdkcbr/models/update_backup_policy_response.py +95 -0
- volcenginesdkcbr/models/update_recovery_point_request.py +151 -0
- volcenginesdkcbr/models/update_recovery_point_response.py +95 -0
- volcenginesdkcbr/models/update_restore_job_request.py +151 -0
- volcenginesdkcbr/models/update_restore_job_response.py +95 -0
- volcenginesdkcbr/models/vault_list_for_describe_vaults_output.py +279 -0
- volcenginesdkcore/api_client.py +1 -1
- volcenginesdkcore/configuration.py +1 -1
- volcenginesdkcore/interceptor/interceptors/sign_request_interceptor.py +1 -0
- volcenginesdkcore/observability/debugger.py +4 -2
- volcenginesdkcore/retryer/retryer.py +4 -1
- volcenginesdkgraph/__init__.py +11 -0
- volcenginesdkgraph/api/graph_api.py +485 -0
- volcenginesdkgraph/models/__init__.py +11 -0
- volcenginesdkgraph/models/describe_vegraph_config_in_k8s_request.py +124 -0
- volcenginesdkgraph/models/describe_vegraph_config_in_k8s_response.py +201 -0
- volcenginesdkgraph/models/key_black_list_for_update_key_black_list_conf_input.py +175 -0
- volcenginesdkgraph/models/update_gremlin_keyword_black_list_conf_request.py +230 -0
- volcenginesdkgraph/models/update_gremlin_keyword_black_list_conf_response.py +95 -0
- volcenginesdkgraph/models/update_key_black_list_conf_request.py +230 -0
- volcenginesdkgraph/models/update_key_black_list_conf_response.py +95 -0
- volcenginesdkgraph/models/update_tablet_read_black_list_conf_request.py +230 -0
- volcenginesdkgraph/models/update_tablet_read_black_list_conf_response.py +95 -0
- volcenginesdkgraph/models/update_tablet_write_black_list_conf_request.py +230 -0
- volcenginesdkgraph/models/update_tablet_write_black_list_conf_response.py +95 -0
- volcenginesdkmilvus/__init__.py +112 -0
- volcenginesdkmilvus/api/__init__.py +6 -0
- volcenginesdkmilvus/api/milvus_api.py +2168 -0
- volcenginesdkmilvus/models/__init__.py +108 -0
- volcenginesdkmilvus/models/allow_group_list_for_describe_instance_detail_output.py +149 -0
- volcenginesdkmilvus/models/base_instance_for_describe_instance_detail_output.py +435 -0
- volcenginesdkmilvus/models/charge_config_for_create_instance_input.py +201 -0
- volcenginesdkmilvus/models/charge_config_for_create_instance_one_step_input.py +201 -0
- volcenginesdkmilvus/models/charge_config_for_describe_instance_detail_output.py +201 -0
- volcenginesdkmilvus/models/charge_config_for_describe_instances_output.py +201 -0
- volcenginesdkmilvus/models/charge_config_for_describe_price_input.py +201 -0
- volcenginesdkmilvus/models/component_spec_list_for_create_instance_input.py +253 -0
- volcenginesdkmilvus/models/component_spec_list_for_create_instance_one_step_input.py +253 -0
- volcenginesdkmilvus/models/component_spec_list_for_describe_price_input.py +227 -0
- volcenginesdkmilvus/models/component_spec_list_for_scale_instance_input.py +227 -0
- volcenginesdkmilvus/models/config_assign_list_for_modify_instance_config_input.py +149 -0
- volcenginesdkmilvus/models/configuration_for_describe_instance_config_output.py +331 -0
- volcenginesdkmilvus/models/create_instance_one_step_request.py +306 -0
- volcenginesdkmilvus/models/create_instance_one_step_response.py +227 -0
- volcenginesdkmilvus/models/create_instance_request.py +306 -0
- volcenginesdkmilvus/models/create_instance_response.py +227 -0
- volcenginesdkmilvus/models/describe_available_spec_request.py +95 -0
- volcenginesdkmilvus/models/describe_available_spec_response.py +201 -0
- volcenginesdkmilvus/models/describe_available_version_request.py +95 -0
- volcenginesdkmilvus/models/describe_available_version_response.py +123 -0
- volcenginesdkmilvus/models/describe_config_modules_request.py +124 -0
- volcenginesdkmilvus/models/describe_config_modules_response.py +123 -0
- volcenginesdkmilvus/models/describe_instance_config_request.py +124 -0
- volcenginesdkmilvus/models/describe_instance_config_response.py +123 -0
- volcenginesdkmilvus/models/describe_instance_detail_request.py +124 -0
- volcenginesdkmilvus/models/describe_instance_detail_response.py +409 -0
- volcenginesdkmilvus/models/describe_instances_request.py +253 -0
- volcenginesdkmilvus/models/describe_instances_response.py +227 -0
- volcenginesdkmilvus/models/describe_node_info_request.py +124 -0
- volcenginesdkmilvus/models/describe_node_info_response.py +123 -0
- volcenginesdkmilvus/models/describe_price_request.py +175 -0
- volcenginesdkmilvus/models/describe_price_response.py +227 -0
- volcenginesdkmilvus/models/describe_zones_request.py +95 -0
- volcenginesdkmilvus/models/describe_zones_response.py +123 -0
- volcenginesdkmilvus/models/endpoint_list_for_describe_instance_detail_output.py +305 -0
- volcenginesdkmilvus/models/instance_configuration_for_create_instance_input.py +227 -0
- volcenginesdkmilvus/models/instance_configuration_for_create_instance_one_step_input.py +227 -0
- volcenginesdkmilvus/models/instance_info_for_describe_instances_output.py +409 -0
- volcenginesdkmilvus/models/list_tags_for_resources_request.py +228 -0
- volcenginesdkmilvus/models/list_tags_for_resources_response.py +149 -0
- volcenginesdkmilvus/models/modify_delete_protect_request.py +151 -0
- volcenginesdkmilvus/models/modify_delete_protect_response.py +123 -0
- volcenginesdkmilvus/models/modify_instance_config_request.py +150 -0
- volcenginesdkmilvus/models/modify_instance_config_response.py +123 -0
- volcenginesdkmilvus/models/modify_instance_name_request.py +151 -0
- volcenginesdkmilvus/models/modify_instance_name_response.py +123 -0
- volcenginesdkmilvus/models/modify_post_paid_request.py +205 -0
- volcenginesdkmilvus/models/modify_post_paid_response.py +253 -0
- volcenginesdkmilvus/models/modify_pre_paid_request.py +205 -0
- volcenginesdkmilvus/models/modify_pre_paid_response.py +253 -0
- volcenginesdkmilvus/models/modify_resource_tags_request.py +176 -0
- volcenginesdkmilvus/models/modify_resource_tags_response.py +123 -0
- volcenginesdkmilvus/models/network_config_for_create_instance_input.py +175 -0
- volcenginesdkmilvus/models/network_config_for_create_instance_one_step_input.py +175 -0
- volcenginesdkmilvus/models/network_config_for_describe_instance_detail_output.py +175 -0
- volcenginesdkmilvus/models/network_config_for_describe_instances_output.py +175 -0
- volcenginesdkmilvus/models/node_cu_type_support_spec_list_for_describe_available_spec_output.py +175 -0
- volcenginesdkmilvus/models/node_info_list_for_describe_node_info_output.py +357 -0
- volcenginesdkmilvus/models/node_price_list_for_describe_price_output.py +305 -0
- volcenginesdkmilvus/models/node_support_spec_list_for_describe_available_spec_output.py +175 -0
- volcenginesdkmilvus/models/release_instance_request.py +124 -0
- volcenginesdkmilvus/models/release_instance_response.py +123 -0
- volcenginesdkmilvus/models/scale_instance_request.py +204 -0
- volcenginesdkmilvus/models/scale_instance_response.py +175 -0
- volcenginesdkmilvus/models/spec_config_for_describe_instance_detail_output.py +227 -0
- volcenginesdkmilvus/models/spec_list_for_describe_available_spec_output.py +253 -0
- volcenginesdkmilvus/models/subnet_info_for_create_instance_input.py +149 -0
- volcenginesdkmilvus/models/subnet_info_for_create_instance_one_step_input.py +149 -0
- volcenginesdkmilvus/models/subnet_info_for_describe_instance_detail_output.py +149 -0
- volcenginesdkmilvus/models/subnet_info_for_describe_instances_output.py +149 -0
- volcenginesdkmilvus/models/tag_filter_for_describe_instances_input.py +149 -0
- volcenginesdkmilvus/models/tag_filter_for_list_tags_for_resources_input.py +149 -0
- volcenginesdkmilvus/models/tag_for_create_instance_input.py +149 -0
- volcenginesdkmilvus/models/tag_for_create_instance_one_step_input.py +149 -0
- volcenginesdkmilvus/models/tag_for_describe_instance_detail_output.py +149 -0
- volcenginesdkmilvus/models/tag_for_describe_instances_output.py +149 -0
- volcenginesdkmilvus/models/tag_for_modify_resource_tags_input.py +149 -0
- volcenginesdkmilvus/models/tag_for_tag_resources_input.py +149 -0
- volcenginesdkmilvus/models/tag_resource_for_list_tags_for_resources_output.py +201 -0
- volcenginesdkmilvus/models/tag_resources_request.py +175 -0
- volcenginesdkmilvus/models/tag_resources_response.py +123 -0
- volcenginesdkmilvus/models/untag_resources_request.py +175 -0
- volcenginesdkmilvus/models/untag_resources_response.py +123 -0
- volcenginesdkmilvus/models/version_for_describe_available_version_output.py +149 -0
- volcenginesdkmilvus/models/vpc_info_for_create_instance_input.py +149 -0
- volcenginesdkmilvus/models/vpc_info_for_create_instance_one_step_input.py +149 -0
- volcenginesdkmilvus/models/vpc_info_for_describe_instance_detail_output.py +149 -0
- volcenginesdkmilvus/models/vpc_info_for_describe_instances_output.py +149 -0
- volcenginesdkmilvus/models/zone_for_describe_zones_output.py +175 -0
- volcenginesdkmilvus/models/zone_support_spec_list_for_describe_available_spec_output.py +149 -0
- volcenginesdkorganization/__init__.py +6 -0
- volcenginesdkorganization/api/organization_api.py +194 -0
- volcenginesdkorganization/models/__init__.py +6 -0
- volcenginesdkorganization/models/filter_for_list_tags_keys_input.py +123 -0
- volcenginesdkorganization/models/filter_for_list_tags_values_input.py +123 -0
- volcenginesdkorganization/models/list_tags_keys_request.py +209 -0
- volcenginesdkorganization/models/list_tags_keys_response.py +175 -0
- volcenginesdkorganization/models/list_tags_values_request.py +236 -0
- volcenginesdkorganization/models/list_tags_values_response.py +175 -0
- volcenginesdkseccenter20240508/__init__.py +128 -0
- volcenginesdkseccenter20240508/api/seccenter20240508_api.py +7987 -3913
- volcenginesdkseccenter20240508/models/__init__.py +128 -0
- volcenginesdkseccenter20240508/models/add_baseline_check_config_request.py +383 -0
- volcenginesdkseccenter20240508/models/add_baseline_check_config_response.py +123 -0
- volcenginesdkseccenter20240508/models/add_login_config_request.py +27 -1
- volcenginesdkseccenter20240508/models/alarm_topic_config_for_get_tls_info_output.py +175 -0
- volcenginesdkseccenter20240508/models/alarm_topic_config_for_modify_tls_config_input.py +149 -0
- volcenginesdkseccenter20240508/models/ban_alarm_ip_request.py +175 -0
- volcenginesdkseccenter20240508/models/ban_alarm_ip_response.py +123 -0
- volcenginesdkseccenter20240508/models/baseline_list_for_add_baseline_check_config_input.py +149 -0
- volcenginesdkseccenter20240508/models/baseline_list_for_edit_baseline_check_config_input.py +149 -0
- volcenginesdkseccenter20240508/models/baseline_list_for_list_baseline_basic_info_output.py +201 -0
- volcenginesdkseccenter20240508/models/baseline_list_for_list_baseline_check_config_output.py +149 -0
- volcenginesdkseccenter20240508/models/bind_mlp_auth_request.py +123 -0
- volcenginesdkseccenter20240508/models/bind_mlp_auth_response.py +123 -0
- volcenginesdkseccenter20240508/models/check_alarm_support_ban_ip_request.py +175 -0
- volcenginesdkseccenter20240508/models/check_alarm_support_ban_ip_response.py +227 -0
- volcenginesdkseccenter20240508/models/check_install_agent_client_response.py +105 -1
- volcenginesdkseccenter20240508/models/conditions_for_list_ordered_hosts_basic_infos_input.py +435 -0
- volcenginesdkseccenter20240508/models/create_mlp_asset_sync_task_request.py +124 -0
- volcenginesdkseccenter20240508/models/create_mlp_asset_sync_task_response.py +123 -0
- volcenginesdkseccenter20240508/models/data_for_get_alarm_rule_list_output.py +331 -0
- volcenginesdkseccenter20240508/models/data_for_get_fingerprint_env_output.py +409 -0
- volcenginesdkseccenter20240508/models/data_for_get_fingerprint_process_output.py +27 -1
- volcenginesdkseccenter20240508/models/data_for_get_fingerprint_service_output.py +53 -1
- volcenginesdkseccenter20240508/models/data_for_get_mlp_asset_sync_task_detail_output.py +305 -0
- volcenginesdkseccenter20240508/models/data_for_get_offline_notification_list_output.py +929 -0
- volcenginesdkseccenter20240508/models/data_for_list_ban_ip_list_output.py +487 -0
- volcenginesdkseccenter20240508/models/data_for_list_baseline_basic_info_output.py +201 -0
- volcenginesdkseccenter20240508/models/data_for_list_baseline_check_config_output.py +617 -0
- volcenginesdkseccenter20240508/models/data_for_list_baseline_for_group_policy_output.py +201 -0
- volcenginesdkseccenter20240508/models/data_for_list_check_config_related_baseline_output.py +201 -0
- volcenginesdkseccenter20240508/models/data_for_list_fingerprint_collect_config_output.py +331 -0
- volcenginesdkseccenter20240508/models/data_for_list_mlp_asset_tasks_output.py +305 -0
- volcenginesdkseccenter20240508/models/data_for_list_ordered_hosts_basic_infos_output.py +539 -0
- volcenginesdkseccenter20240508/models/delete_baseline_check_config_request.py +124 -0
- volcenginesdkseccenter20240508/models/delete_baseline_check_config_response.py +123 -0
- volcenginesdkseccenter20240508/models/detect_baseline_by_check_config_request.py +124 -0
- volcenginesdkseccenter20240508/models/detect_baseline_by_check_config_response.py +123 -0
- volcenginesdkseccenter20240508/models/ecs_instance_for_get_auto_isolate_agent_list_output.py +53 -1
- volcenginesdkseccenter20240508/models/ecs_instance_for_get_host_basic_info_output.py +53 -1
- volcenginesdkseccenter20240508/models/ecs_instance_for_get_offline_notification_list_output.py +669 -0
- volcenginesdkseccenter20240508/models/ecs_instance_for_list_asset_center_hosts_output.py +53 -1
- volcenginesdkseccenter20240508/models/ecs_instance_for_list_auto_defense_hosts_output.py +53 -1
- volcenginesdkseccenter20240508/models/ecs_instance_for_list_ban_ip_list_output.py +669 -0
- volcenginesdkseccenter20240508/models/ecs_instance_for_list_hosts_basic_infos_output.py +53 -1
- volcenginesdkseccenter20240508/models/ecs_instance_for_list_multi_level_asset_hosts_output.py +53 -1
- volcenginesdkseccenter20240508/models/ecs_instance_for_list_ordered_hosts_basic_infos_output.py +669 -0
- volcenginesdkseccenter20240508/models/ecs_instance_for_list_rasp_config_agent_infos_output.py +53 -1
- volcenginesdkseccenter20240508/models/edit_baseline_check_config_request.py +410 -0
- volcenginesdkseccenter20240508/models/edit_baseline_check_config_response.py +123 -0
- volcenginesdkseccenter20240508/models/edit_fingerprint_collect_config_request.py +254 -0
- volcenginesdkseccenter20240508/models/edit_fingerprint_collect_config_response.py +123 -0
- volcenginesdkseccenter20240508/models/export_dev_fingerprint_data_request.py +1 -1
- volcenginesdkseccenter20240508/models/file_for_handle_endpoint_alarms_input.py +149 -0
- volcenginesdkseccenter20240508/models/get_alarm_rule_list_request.py +333 -0
- volcenginesdkseccenter20240508/models/get_alarm_rule_list_response.py +201 -0
- volcenginesdkseccenter20240508/models/get_auto_protect_config_request.py +95 -0
- volcenginesdkseccenter20240508/models/get_auto_protect_config_response.py +149 -0
- volcenginesdkvod20250101/models/scenario_for_create_ai_termbase_input.py → volcenginesdkseccenter20240508/models/get_brute_force_ban_cap_params_request.py +6 -6
- volcenginesdkseccenter20240508/models/get_brute_force_ban_cap_params_response.py +123 -0
- volcenginesdkseccenter20240508/models/get_brute_force_ban_config_request.py +123 -0
- volcenginesdkseccenter20240508/models/get_brute_force_ban_config_response.py +383 -0
- volcenginesdkseccenter20240508/models/get_brute_force_ban_statistics_request.py +123 -0
- volcenginesdkseccenter20240508/models/get_brute_force_ban_statistics_response.py +149 -0
- volcenginesdkseccenter20240508/models/get_custom_weak_passwords_request.py +95 -0
- volcenginesdkseccenter20240508/models/get_custom_weak_passwords_response.py +201 -0
- volcenginesdkseccenter20240508/models/get_fingerprint_env_request.py +489 -0
- volcenginesdkseccenter20240508/models/get_fingerprint_env_response.py +201 -0
- volcenginesdkseccenter20240508/models/get_fingerprint_service_request.py +0 -7
- volcenginesdkseccenter20240508/models/get_fingerprint_statistics_response.py +27 -1
- volcenginesdkseccenter20240508/models/get_geo_location_request.py +123 -0
- volcenginesdkseccenter20240508/models/get_geo_location_response.py +123 -0
- volcenginesdkseccenter20240508/models/get_mlp_asset_sync_task_detail_request.py +124 -0
- volcenginesdkseccenter20240508/models/get_mlp_asset_sync_task_detail_response.py +123 -0
- volcenginesdkseccenter20240508/models/get_mlp_asset_sync_task_status_request.py +124 -0
- volcenginesdkseccenter20240508/models/get_mlp_asset_sync_task_status_response.py +201 -0
- volcenginesdkseccenter20240508/models/get_offline_notification_config_request.py +95 -0
- volcenginesdkseccenter20240508/models/get_offline_notification_config_response.py +149 -0
- volcenginesdkseccenter20240508/models/get_offline_notification_list_request.py +411 -0
- volcenginesdkseccenter20240508/models/get_offline_notification_list_response.py +201 -0
- volcenginesdkseccenter20240508/models/get_security_overview_score_stats_request.py +123 -0
- volcenginesdkseccenter20240508/models/get_security_overview_score_stats_response.py +149 -0
- volcenginesdkseccenter20240508/models/get_tls_info_response.py +122 -70
- volcenginesdkseccenter20240508/models/handle_endpoint_alarms_request.py +150 -0
- volcenginesdkseccenter20240508/models/handle_endpoint_alarms_response.py +95 -0
- volcenginesdkseccenter20240508/models/handle_list_for_handle_endpoint_alarms_input.py +201 -0
- volcenginesdkseccenter20240508/models/host_info_for_list_ban_ip_list_output.py +279 -0
- volcenginesdkseccenter20240508/models/list_alarm_tags_request.py +6 -6
- volcenginesdkseccenter20240508/models/list_ban_ip_list_request.py +567 -0
- volcenginesdkseccenter20240508/models/list_ban_ip_list_response.py +201 -0
- volcenginesdkseccenter20240508/models/list_baseline_basic_info_request.py +203 -0
- volcenginesdkseccenter20240508/models/list_baseline_basic_info_response.py +201 -0
- volcenginesdkseccenter20240508/models/list_baseline_check_config_request.py +203 -0
- volcenginesdkseccenter20240508/models/list_baseline_check_config_response.py +201 -0
- volcenginesdkseccenter20240508/models/list_baseline_for_group_policy_request.py +124 -0
- volcenginesdkseccenter20240508/models/list_baseline_for_group_policy_response.py +123 -0
- volcenginesdkseccenter20240508/models/list_batch_endpoint_handle_methods_request.py +150 -0
- volcenginesdkseccenter20240508/models/list_batch_endpoint_handle_methods_response.py +149 -0
- volcenginesdkseccenter20240508/models/list_check_config_related_baseline_request.py +256 -0
- volcenginesdkseccenter20240508/models/list_check_config_related_baseline_response.py +201 -0
- volcenginesdkseccenter20240508/models/list_fingerprint_collect_config_request.py +149 -0
- volcenginesdkseccenter20240508/models/list_fingerprint_collect_config_response.py +201 -0
- volcenginesdkseccenter20240508/models/list_mlp_alarm_tags_request.py +6 -6
- volcenginesdkseccenter20240508/models/list_mlp_asset_tasks_request.py +255 -0
- volcenginesdkseccenter20240508/models/list_mlp_asset_tasks_response.py +201 -0
- volcenginesdkseccenter20240508/models/list_ordered_hosts_basic_infos_request.py +256 -0
- volcenginesdkseccenter20240508/models/list_ordered_hosts_basic_infos_response.py +201 -0
- volcenginesdkseccenter20240508/models/location_for_get_geo_location_output.py +149 -0
- volcenginesdkseccenter20240508/models/login_location_for_add_login_config_input.py +175 -0
- volcenginesdkseccenter20240508/models/login_location_for_update_login_config_input.py +175 -0
- volcenginesdkseccenter20240508/models/login_topic_config_for_get_tls_info_output.py +175 -0
- volcenginesdkseccenter20240508/models/login_topic_config_for_modify_tls_config_input.py +149 -0
- volcenginesdkseccenter20240508/models/modify_tls_config_request.py +133 -3
- volcenginesdkseccenter20240508/models/operation_list_for_list_batch_endpoint_handle_methods_output.py +201 -0
- volcenginesdkseccenter20240508/models/port_change_topic_config_for_get_tls_info_output.py +175 -0
- volcenginesdkseccenter20240508/models/port_change_topic_config_for_modify_tls_config_input.py +149 -0
- volcenginesdkseccenter20240508/models/proc_list_for_list_batch_endpoint_handle_methods_output.py +175 -0
- volcenginesdkseccenter20240508/models/process_for_handle_endpoint_alarms_input.py +175 -0
- volcenginesdkseccenter20240508/models/process_start_topic_config_for_get_tls_info_output.py +175 -0
- volcenginesdkseccenter20240508/models/process_start_topic_config_for_modify_tls_config_input.py +149 -0
- volcenginesdkseccenter20240508/models/relate_alarm_info_for_list_ban_ip_list_output.py +149 -0
- volcenginesdkseccenter20240508/models/retry_ip_operation_request.py +150 -0
- volcenginesdkseccenter20240508/models/retry_ip_operation_response.py +123 -0
- volcenginesdkseccenter20240508/models/risk_for_get_offline_notification_list_output.py +201 -0
- volcenginesdkseccenter20240508/models/rule_list_for_get_brute_force_ban_config_output.py +227 -0
- volcenginesdkseccenter20240508/models/rule_list_for_set_brute_force_ban_config_input.py +227 -0
- volcenginesdkseccenter20240508/models/score_for_get_security_overview_score_stats_output.py +149 -0
- volcenginesdkseccenter20240508/models/set_brute_force_ban_config_request.py +461 -0
- volcenginesdkseccenter20240508/models/set_brute_force_ban_config_response.py +95 -0
- volcenginesdkseccenter20240508/models/set_custom_weak_passwords_request.py +123 -0
- volcenginesdkseccenter20240508/models/set_custom_weak_passwords_response.py +123 -0
- volcenginesdkseccenter20240508/models/stop_mlp_asset_sync_task_request.py +124 -0
- volcenginesdkseccenter20240508/models/stop_mlp_asset_sync_task_response.py +123 -0
- volcenginesdkseccenter20240508/models/un_ban_ip_item_request.py +123 -0
- volcenginesdkseccenter20240508/models/un_ban_ip_item_response.py +149 -0
- volcenginesdkseccenter20240508/models/unbind_mlp_auth_request.py +123 -0
- volcenginesdkseccenter20240508/models/unbind_mlp_auth_response.py +123 -0
- volcenginesdkseccenter20240508/models/update_auto_protect_config_request.py +124 -0
- volcenginesdkseccenter20240508/models/update_auto_protect_config_response.py +149 -0
- volcenginesdkseccenter20240508/models/update_baseline_check_config_switch_request.py +150 -0
- volcenginesdkseccenter20240508/models/update_baseline_check_config_switch_response.py +123 -0
- volcenginesdkseccenter20240508/models/update_cloud_provider_request.py +149 -0
- volcenginesdkseccenter20240508/models/update_cloud_provider_response.py +201 -0
- volcenginesdkseccenter20240508/models/update_login_config_request.py +27 -1
- volcenginesdkseccenter20240508/models/update_offline_notification_config_request.py +151 -0
- volcenginesdkseccenter20240508/models/update_offline_notification_config_response.py +123 -0
- volcenginesdkseccenter20240508/models/vuln_topic_config_for_get_tls_info_output.py +175 -0
- volcenginesdkseccenter20240508/models/vuln_topic_config_for_modify_tls_config_input.py +149 -0
- volcenginesdkvefaas/__init__.py +1 -0
- volcenginesdkvefaas/models/__init__.py +1 -0
- volcenginesdkvefaas/models/describe_sandbox_response.py +53 -1
- volcenginesdkvefaas/models/metadata_list_for_describe_sandbox_output.py +149 -0
- volcenginesdkvod20250101/__init__.py +0 -1
- volcenginesdkvod20250101/models/__init__.py +0 -1
- volcenginesdkvod20250101/models/create_ai_termbase_request.py +6 -5
- {volcengine_python_sdk-4.0.29.dist-info → volcengine_python_sdk-4.0.31.dist-info}/WHEEL +0 -0
- {volcengine_python_sdk-4.0.29.dist-info → volcengine_python_sdk-4.0.31.dist-info}/licenses/LICENSE.txt +0 -0
- {volcengine_python_sdk-4.0.29.dist-info → volcengine_python_sdk-4.0.31.dist-info}/licenses/NOTICE.md +0 -0
|
@@ -0,0 +1,669 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
"""
|
|
4
|
+
seccenter20240508
|
|
5
|
+
|
|
6
|
+
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
|
|
7
|
+
|
|
8
|
+
OpenAPI spec version: common-version
|
|
9
|
+
|
|
10
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
11
|
+
"""
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
import pprint
|
|
15
|
+
import re # noqa: F401
|
|
16
|
+
|
|
17
|
+
import six
|
|
18
|
+
|
|
19
|
+
from volcenginesdkcore.configuration import Configuration
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
class EcsInstanceForListBanIPListOutput(object):
|
|
23
|
+
"""NOTE: This class is auto generated by the swagger code generator program.
|
|
24
|
+
|
|
25
|
+
Do not edit the class manually.
|
|
26
|
+
"""
|
|
27
|
+
|
|
28
|
+
"""
|
|
29
|
+
Attributes:
|
|
30
|
+
swagger_types (dict): The key is attribute name
|
|
31
|
+
and the value is attribute type.
|
|
32
|
+
attribute_map (dict): The key is attribute name
|
|
33
|
+
and the value is json key in definition.
|
|
34
|
+
"""
|
|
35
|
+
swagger_types = {
|
|
36
|
+
'access_key': 'str',
|
|
37
|
+
'account_id': 'str',
|
|
38
|
+
'cpu': 'int',
|
|
39
|
+
'created_at': 'str',
|
|
40
|
+
'ecs_update_at': 'str',
|
|
41
|
+
'eip_address': 'str',
|
|
42
|
+
'host_name': 'str',
|
|
43
|
+
'ip_list': 'list[str]',
|
|
44
|
+
'instance_name': 'str',
|
|
45
|
+
'mem': 'int',
|
|
46
|
+
'os_name': 'str',
|
|
47
|
+
'os_type': 'str',
|
|
48
|
+
'platform': 'str',
|
|
49
|
+
'platform_version': 'str',
|
|
50
|
+
'primary_ip_address': 'str',
|
|
51
|
+
'region': 'str',
|
|
52
|
+
'security_enhancement_strategy': 'str',
|
|
53
|
+
'status': 'str',
|
|
54
|
+
'visibility': 'str',
|
|
55
|
+
'vpc_id': 'str',
|
|
56
|
+
'vpc_name': 'str',
|
|
57
|
+
'zone_id': 'str'
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
attribute_map = {
|
|
61
|
+
'access_key': 'AccessKey',
|
|
62
|
+
'account_id': 'AccountID',
|
|
63
|
+
'cpu': 'Cpu',
|
|
64
|
+
'created_at': 'CreatedAt',
|
|
65
|
+
'ecs_update_at': 'ECSUpdateAt',
|
|
66
|
+
'eip_address': 'EipAddress',
|
|
67
|
+
'host_name': 'HostName',
|
|
68
|
+
'ip_list': 'IPList',
|
|
69
|
+
'instance_name': 'InstanceName',
|
|
70
|
+
'mem': 'Mem',
|
|
71
|
+
'os_name': 'OsName',
|
|
72
|
+
'os_type': 'OsType',
|
|
73
|
+
'platform': 'Platform',
|
|
74
|
+
'platform_version': 'PlatformVersion',
|
|
75
|
+
'primary_ip_address': 'PrimaryIpAddress',
|
|
76
|
+
'region': 'Region',
|
|
77
|
+
'security_enhancement_strategy': 'SecurityEnhancementStrategy',
|
|
78
|
+
'status': 'Status',
|
|
79
|
+
'visibility': 'Visibility',
|
|
80
|
+
'vpc_id': 'VpcId',
|
|
81
|
+
'vpc_name': 'VpcName',
|
|
82
|
+
'zone_id': 'ZoneId'
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
def __init__(self, access_key=None, account_id=None, cpu=None, created_at=None, ecs_update_at=None, eip_address=None, host_name=None, ip_list=None, instance_name=None, mem=None, os_name=None, os_type=None, platform=None, platform_version=None, primary_ip_address=None, region=None, security_enhancement_strategy=None, status=None, visibility=None, vpc_id=None, vpc_name=None, zone_id=None, _configuration=None): # noqa: E501
|
|
86
|
+
"""EcsInstanceForListBanIPListOutput - a model defined in Swagger""" # noqa: E501
|
|
87
|
+
if _configuration is None:
|
|
88
|
+
_configuration = Configuration()
|
|
89
|
+
self._configuration = _configuration
|
|
90
|
+
|
|
91
|
+
self._access_key = None
|
|
92
|
+
self._account_id = None
|
|
93
|
+
self._cpu = None
|
|
94
|
+
self._created_at = None
|
|
95
|
+
self._ecs_update_at = None
|
|
96
|
+
self._eip_address = None
|
|
97
|
+
self._host_name = None
|
|
98
|
+
self._ip_list = None
|
|
99
|
+
self._instance_name = None
|
|
100
|
+
self._mem = None
|
|
101
|
+
self._os_name = None
|
|
102
|
+
self._os_type = None
|
|
103
|
+
self._platform = None
|
|
104
|
+
self._platform_version = None
|
|
105
|
+
self._primary_ip_address = None
|
|
106
|
+
self._region = None
|
|
107
|
+
self._security_enhancement_strategy = None
|
|
108
|
+
self._status = None
|
|
109
|
+
self._visibility = None
|
|
110
|
+
self._vpc_id = None
|
|
111
|
+
self._vpc_name = None
|
|
112
|
+
self._zone_id = None
|
|
113
|
+
self.discriminator = None
|
|
114
|
+
|
|
115
|
+
if access_key is not None:
|
|
116
|
+
self.access_key = access_key
|
|
117
|
+
if account_id is not None:
|
|
118
|
+
self.account_id = account_id
|
|
119
|
+
if cpu is not None:
|
|
120
|
+
self.cpu = cpu
|
|
121
|
+
if created_at is not None:
|
|
122
|
+
self.created_at = created_at
|
|
123
|
+
if ecs_update_at is not None:
|
|
124
|
+
self.ecs_update_at = ecs_update_at
|
|
125
|
+
if eip_address is not None:
|
|
126
|
+
self.eip_address = eip_address
|
|
127
|
+
if host_name is not None:
|
|
128
|
+
self.host_name = host_name
|
|
129
|
+
if ip_list is not None:
|
|
130
|
+
self.ip_list = ip_list
|
|
131
|
+
if instance_name is not None:
|
|
132
|
+
self.instance_name = instance_name
|
|
133
|
+
if mem is not None:
|
|
134
|
+
self.mem = mem
|
|
135
|
+
if os_name is not None:
|
|
136
|
+
self.os_name = os_name
|
|
137
|
+
if os_type is not None:
|
|
138
|
+
self.os_type = os_type
|
|
139
|
+
if platform is not None:
|
|
140
|
+
self.platform = platform
|
|
141
|
+
if platform_version is not None:
|
|
142
|
+
self.platform_version = platform_version
|
|
143
|
+
if primary_ip_address is not None:
|
|
144
|
+
self.primary_ip_address = primary_ip_address
|
|
145
|
+
if region is not None:
|
|
146
|
+
self.region = region
|
|
147
|
+
if security_enhancement_strategy is not None:
|
|
148
|
+
self.security_enhancement_strategy = security_enhancement_strategy
|
|
149
|
+
if status is not None:
|
|
150
|
+
self.status = status
|
|
151
|
+
if visibility is not None:
|
|
152
|
+
self.visibility = visibility
|
|
153
|
+
if vpc_id is not None:
|
|
154
|
+
self.vpc_id = vpc_id
|
|
155
|
+
if vpc_name is not None:
|
|
156
|
+
self.vpc_name = vpc_name
|
|
157
|
+
if zone_id is not None:
|
|
158
|
+
self.zone_id = zone_id
|
|
159
|
+
|
|
160
|
+
@property
|
|
161
|
+
def access_key(self):
|
|
162
|
+
"""Gets the access_key of this EcsInstanceForListBanIPListOutput. # noqa: E501
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
:return: The access_key of this EcsInstanceForListBanIPListOutput. # noqa: E501
|
|
166
|
+
:rtype: str
|
|
167
|
+
"""
|
|
168
|
+
return self._access_key
|
|
169
|
+
|
|
170
|
+
@access_key.setter
|
|
171
|
+
def access_key(self, access_key):
|
|
172
|
+
"""Sets the access_key of this EcsInstanceForListBanIPListOutput.
|
|
173
|
+
|
|
174
|
+
|
|
175
|
+
:param access_key: The access_key of this EcsInstanceForListBanIPListOutput. # noqa: E501
|
|
176
|
+
:type: str
|
|
177
|
+
"""
|
|
178
|
+
|
|
179
|
+
self._access_key = access_key
|
|
180
|
+
|
|
181
|
+
@property
|
|
182
|
+
def account_id(self):
|
|
183
|
+
"""Gets the account_id of this EcsInstanceForListBanIPListOutput. # noqa: E501
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
:return: The account_id of this EcsInstanceForListBanIPListOutput. # noqa: E501
|
|
187
|
+
:rtype: str
|
|
188
|
+
"""
|
|
189
|
+
return self._account_id
|
|
190
|
+
|
|
191
|
+
@account_id.setter
|
|
192
|
+
def account_id(self, account_id):
|
|
193
|
+
"""Sets the account_id of this EcsInstanceForListBanIPListOutput.
|
|
194
|
+
|
|
195
|
+
|
|
196
|
+
:param account_id: The account_id of this EcsInstanceForListBanIPListOutput. # noqa: E501
|
|
197
|
+
:type: str
|
|
198
|
+
"""
|
|
199
|
+
|
|
200
|
+
self._account_id = account_id
|
|
201
|
+
|
|
202
|
+
@property
|
|
203
|
+
def cpu(self):
|
|
204
|
+
"""Gets the cpu of this EcsInstanceForListBanIPListOutput. # noqa: E501
|
|
205
|
+
|
|
206
|
+
|
|
207
|
+
:return: The cpu of this EcsInstanceForListBanIPListOutput. # noqa: E501
|
|
208
|
+
:rtype: int
|
|
209
|
+
"""
|
|
210
|
+
return self._cpu
|
|
211
|
+
|
|
212
|
+
@cpu.setter
|
|
213
|
+
def cpu(self, cpu):
|
|
214
|
+
"""Sets the cpu of this EcsInstanceForListBanIPListOutput.
|
|
215
|
+
|
|
216
|
+
|
|
217
|
+
:param cpu: The cpu of this EcsInstanceForListBanIPListOutput. # noqa: E501
|
|
218
|
+
:type: int
|
|
219
|
+
"""
|
|
220
|
+
|
|
221
|
+
self._cpu = cpu
|
|
222
|
+
|
|
223
|
+
@property
|
|
224
|
+
def created_at(self):
|
|
225
|
+
"""Gets the created_at of this EcsInstanceForListBanIPListOutput. # noqa: E501
|
|
226
|
+
|
|
227
|
+
|
|
228
|
+
:return: The created_at of this EcsInstanceForListBanIPListOutput. # noqa: E501
|
|
229
|
+
:rtype: str
|
|
230
|
+
"""
|
|
231
|
+
return self._created_at
|
|
232
|
+
|
|
233
|
+
@created_at.setter
|
|
234
|
+
def created_at(self, created_at):
|
|
235
|
+
"""Sets the created_at of this EcsInstanceForListBanIPListOutput.
|
|
236
|
+
|
|
237
|
+
|
|
238
|
+
:param created_at: The created_at of this EcsInstanceForListBanIPListOutput. # noqa: E501
|
|
239
|
+
:type: str
|
|
240
|
+
"""
|
|
241
|
+
|
|
242
|
+
self._created_at = created_at
|
|
243
|
+
|
|
244
|
+
@property
|
|
245
|
+
def ecs_update_at(self):
|
|
246
|
+
"""Gets the ecs_update_at of this EcsInstanceForListBanIPListOutput. # noqa: E501
|
|
247
|
+
|
|
248
|
+
|
|
249
|
+
:return: The ecs_update_at of this EcsInstanceForListBanIPListOutput. # noqa: E501
|
|
250
|
+
:rtype: str
|
|
251
|
+
"""
|
|
252
|
+
return self._ecs_update_at
|
|
253
|
+
|
|
254
|
+
@ecs_update_at.setter
|
|
255
|
+
def ecs_update_at(self, ecs_update_at):
|
|
256
|
+
"""Sets the ecs_update_at of this EcsInstanceForListBanIPListOutput.
|
|
257
|
+
|
|
258
|
+
|
|
259
|
+
:param ecs_update_at: The ecs_update_at of this EcsInstanceForListBanIPListOutput. # noqa: E501
|
|
260
|
+
:type: str
|
|
261
|
+
"""
|
|
262
|
+
|
|
263
|
+
self._ecs_update_at = ecs_update_at
|
|
264
|
+
|
|
265
|
+
@property
|
|
266
|
+
def eip_address(self):
|
|
267
|
+
"""Gets the eip_address of this EcsInstanceForListBanIPListOutput. # noqa: E501
|
|
268
|
+
|
|
269
|
+
|
|
270
|
+
:return: The eip_address of this EcsInstanceForListBanIPListOutput. # noqa: E501
|
|
271
|
+
:rtype: str
|
|
272
|
+
"""
|
|
273
|
+
return self._eip_address
|
|
274
|
+
|
|
275
|
+
@eip_address.setter
|
|
276
|
+
def eip_address(self, eip_address):
|
|
277
|
+
"""Sets the eip_address of this EcsInstanceForListBanIPListOutput.
|
|
278
|
+
|
|
279
|
+
|
|
280
|
+
:param eip_address: The eip_address of this EcsInstanceForListBanIPListOutput. # noqa: E501
|
|
281
|
+
:type: str
|
|
282
|
+
"""
|
|
283
|
+
|
|
284
|
+
self._eip_address = eip_address
|
|
285
|
+
|
|
286
|
+
@property
|
|
287
|
+
def host_name(self):
|
|
288
|
+
"""Gets the host_name of this EcsInstanceForListBanIPListOutput. # noqa: E501
|
|
289
|
+
|
|
290
|
+
|
|
291
|
+
:return: The host_name of this EcsInstanceForListBanIPListOutput. # noqa: E501
|
|
292
|
+
:rtype: str
|
|
293
|
+
"""
|
|
294
|
+
return self._host_name
|
|
295
|
+
|
|
296
|
+
@host_name.setter
|
|
297
|
+
def host_name(self, host_name):
|
|
298
|
+
"""Sets the host_name of this EcsInstanceForListBanIPListOutput.
|
|
299
|
+
|
|
300
|
+
|
|
301
|
+
:param host_name: The host_name of this EcsInstanceForListBanIPListOutput. # noqa: E501
|
|
302
|
+
:type: str
|
|
303
|
+
"""
|
|
304
|
+
|
|
305
|
+
self._host_name = host_name
|
|
306
|
+
|
|
307
|
+
@property
|
|
308
|
+
def ip_list(self):
|
|
309
|
+
"""Gets the ip_list of this EcsInstanceForListBanIPListOutput. # noqa: E501
|
|
310
|
+
|
|
311
|
+
|
|
312
|
+
:return: The ip_list of this EcsInstanceForListBanIPListOutput. # noqa: E501
|
|
313
|
+
:rtype: list[str]
|
|
314
|
+
"""
|
|
315
|
+
return self._ip_list
|
|
316
|
+
|
|
317
|
+
@ip_list.setter
|
|
318
|
+
def ip_list(self, ip_list):
|
|
319
|
+
"""Sets the ip_list of this EcsInstanceForListBanIPListOutput.
|
|
320
|
+
|
|
321
|
+
|
|
322
|
+
:param ip_list: The ip_list of this EcsInstanceForListBanIPListOutput. # noqa: E501
|
|
323
|
+
:type: list[str]
|
|
324
|
+
"""
|
|
325
|
+
|
|
326
|
+
self._ip_list = ip_list
|
|
327
|
+
|
|
328
|
+
@property
|
|
329
|
+
def instance_name(self):
|
|
330
|
+
"""Gets the instance_name of this EcsInstanceForListBanIPListOutput. # noqa: E501
|
|
331
|
+
|
|
332
|
+
|
|
333
|
+
:return: The instance_name of this EcsInstanceForListBanIPListOutput. # noqa: E501
|
|
334
|
+
:rtype: str
|
|
335
|
+
"""
|
|
336
|
+
return self._instance_name
|
|
337
|
+
|
|
338
|
+
@instance_name.setter
|
|
339
|
+
def instance_name(self, instance_name):
|
|
340
|
+
"""Sets the instance_name of this EcsInstanceForListBanIPListOutput.
|
|
341
|
+
|
|
342
|
+
|
|
343
|
+
:param instance_name: The instance_name of this EcsInstanceForListBanIPListOutput. # noqa: E501
|
|
344
|
+
:type: str
|
|
345
|
+
"""
|
|
346
|
+
|
|
347
|
+
self._instance_name = instance_name
|
|
348
|
+
|
|
349
|
+
@property
|
|
350
|
+
def mem(self):
|
|
351
|
+
"""Gets the mem of this EcsInstanceForListBanIPListOutput. # noqa: E501
|
|
352
|
+
|
|
353
|
+
|
|
354
|
+
:return: The mem of this EcsInstanceForListBanIPListOutput. # noqa: E501
|
|
355
|
+
:rtype: int
|
|
356
|
+
"""
|
|
357
|
+
return self._mem
|
|
358
|
+
|
|
359
|
+
@mem.setter
|
|
360
|
+
def mem(self, mem):
|
|
361
|
+
"""Sets the mem of this EcsInstanceForListBanIPListOutput.
|
|
362
|
+
|
|
363
|
+
|
|
364
|
+
:param mem: The mem of this EcsInstanceForListBanIPListOutput. # noqa: E501
|
|
365
|
+
:type: int
|
|
366
|
+
"""
|
|
367
|
+
|
|
368
|
+
self._mem = mem
|
|
369
|
+
|
|
370
|
+
@property
|
|
371
|
+
def os_name(self):
|
|
372
|
+
"""Gets the os_name of this EcsInstanceForListBanIPListOutput. # noqa: E501
|
|
373
|
+
|
|
374
|
+
|
|
375
|
+
:return: The os_name of this EcsInstanceForListBanIPListOutput. # noqa: E501
|
|
376
|
+
:rtype: str
|
|
377
|
+
"""
|
|
378
|
+
return self._os_name
|
|
379
|
+
|
|
380
|
+
@os_name.setter
|
|
381
|
+
def os_name(self, os_name):
|
|
382
|
+
"""Sets the os_name of this EcsInstanceForListBanIPListOutput.
|
|
383
|
+
|
|
384
|
+
|
|
385
|
+
:param os_name: The os_name of this EcsInstanceForListBanIPListOutput. # noqa: E501
|
|
386
|
+
:type: str
|
|
387
|
+
"""
|
|
388
|
+
|
|
389
|
+
self._os_name = os_name
|
|
390
|
+
|
|
391
|
+
@property
|
|
392
|
+
def os_type(self):
|
|
393
|
+
"""Gets the os_type of this EcsInstanceForListBanIPListOutput. # noqa: E501
|
|
394
|
+
|
|
395
|
+
|
|
396
|
+
:return: The os_type of this EcsInstanceForListBanIPListOutput. # noqa: E501
|
|
397
|
+
:rtype: str
|
|
398
|
+
"""
|
|
399
|
+
return self._os_type
|
|
400
|
+
|
|
401
|
+
@os_type.setter
|
|
402
|
+
def os_type(self, os_type):
|
|
403
|
+
"""Sets the os_type of this EcsInstanceForListBanIPListOutput.
|
|
404
|
+
|
|
405
|
+
|
|
406
|
+
:param os_type: The os_type of this EcsInstanceForListBanIPListOutput. # noqa: E501
|
|
407
|
+
:type: str
|
|
408
|
+
"""
|
|
409
|
+
|
|
410
|
+
self._os_type = os_type
|
|
411
|
+
|
|
412
|
+
@property
|
|
413
|
+
def platform(self):
|
|
414
|
+
"""Gets the platform of this EcsInstanceForListBanIPListOutput. # noqa: E501
|
|
415
|
+
|
|
416
|
+
|
|
417
|
+
:return: The platform of this EcsInstanceForListBanIPListOutput. # noqa: E501
|
|
418
|
+
:rtype: str
|
|
419
|
+
"""
|
|
420
|
+
return self._platform
|
|
421
|
+
|
|
422
|
+
@platform.setter
|
|
423
|
+
def platform(self, platform):
|
|
424
|
+
"""Sets the platform of this EcsInstanceForListBanIPListOutput.
|
|
425
|
+
|
|
426
|
+
|
|
427
|
+
:param platform: The platform of this EcsInstanceForListBanIPListOutput. # noqa: E501
|
|
428
|
+
:type: str
|
|
429
|
+
"""
|
|
430
|
+
|
|
431
|
+
self._platform = platform
|
|
432
|
+
|
|
433
|
+
@property
|
|
434
|
+
def platform_version(self):
|
|
435
|
+
"""Gets the platform_version of this EcsInstanceForListBanIPListOutput. # noqa: E501
|
|
436
|
+
|
|
437
|
+
|
|
438
|
+
:return: The platform_version of this EcsInstanceForListBanIPListOutput. # noqa: E501
|
|
439
|
+
:rtype: str
|
|
440
|
+
"""
|
|
441
|
+
return self._platform_version
|
|
442
|
+
|
|
443
|
+
@platform_version.setter
|
|
444
|
+
def platform_version(self, platform_version):
|
|
445
|
+
"""Sets the platform_version of this EcsInstanceForListBanIPListOutput.
|
|
446
|
+
|
|
447
|
+
|
|
448
|
+
:param platform_version: The platform_version of this EcsInstanceForListBanIPListOutput. # noqa: E501
|
|
449
|
+
:type: str
|
|
450
|
+
"""
|
|
451
|
+
|
|
452
|
+
self._platform_version = platform_version
|
|
453
|
+
|
|
454
|
+
@property
|
|
455
|
+
def primary_ip_address(self):
|
|
456
|
+
"""Gets the primary_ip_address of this EcsInstanceForListBanIPListOutput. # noqa: E501
|
|
457
|
+
|
|
458
|
+
|
|
459
|
+
:return: The primary_ip_address of this EcsInstanceForListBanIPListOutput. # noqa: E501
|
|
460
|
+
:rtype: str
|
|
461
|
+
"""
|
|
462
|
+
return self._primary_ip_address
|
|
463
|
+
|
|
464
|
+
@primary_ip_address.setter
|
|
465
|
+
def primary_ip_address(self, primary_ip_address):
|
|
466
|
+
"""Sets the primary_ip_address of this EcsInstanceForListBanIPListOutput.
|
|
467
|
+
|
|
468
|
+
|
|
469
|
+
:param primary_ip_address: The primary_ip_address of this EcsInstanceForListBanIPListOutput. # noqa: E501
|
|
470
|
+
:type: str
|
|
471
|
+
"""
|
|
472
|
+
|
|
473
|
+
self._primary_ip_address = primary_ip_address
|
|
474
|
+
|
|
475
|
+
@property
|
|
476
|
+
def region(self):
|
|
477
|
+
"""Gets the region of this EcsInstanceForListBanIPListOutput. # noqa: E501
|
|
478
|
+
|
|
479
|
+
|
|
480
|
+
:return: The region of this EcsInstanceForListBanIPListOutput. # noqa: E501
|
|
481
|
+
:rtype: str
|
|
482
|
+
"""
|
|
483
|
+
return self._region
|
|
484
|
+
|
|
485
|
+
@region.setter
|
|
486
|
+
def region(self, region):
|
|
487
|
+
"""Sets the region of this EcsInstanceForListBanIPListOutput.
|
|
488
|
+
|
|
489
|
+
|
|
490
|
+
:param region: The region of this EcsInstanceForListBanIPListOutput. # noqa: E501
|
|
491
|
+
:type: str
|
|
492
|
+
"""
|
|
493
|
+
|
|
494
|
+
self._region = region
|
|
495
|
+
|
|
496
|
+
@property
|
|
497
|
+
def security_enhancement_strategy(self):
|
|
498
|
+
"""Gets the security_enhancement_strategy of this EcsInstanceForListBanIPListOutput. # noqa: E501
|
|
499
|
+
|
|
500
|
+
|
|
501
|
+
:return: The security_enhancement_strategy of this EcsInstanceForListBanIPListOutput. # noqa: E501
|
|
502
|
+
:rtype: str
|
|
503
|
+
"""
|
|
504
|
+
return self._security_enhancement_strategy
|
|
505
|
+
|
|
506
|
+
@security_enhancement_strategy.setter
|
|
507
|
+
def security_enhancement_strategy(self, security_enhancement_strategy):
|
|
508
|
+
"""Sets the security_enhancement_strategy of this EcsInstanceForListBanIPListOutput.
|
|
509
|
+
|
|
510
|
+
|
|
511
|
+
:param security_enhancement_strategy: The security_enhancement_strategy of this EcsInstanceForListBanIPListOutput. # noqa: E501
|
|
512
|
+
:type: str
|
|
513
|
+
"""
|
|
514
|
+
|
|
515
|
+
self._security_enhancement_strategy = security_enhancement_strategy
|
|
516
|
+
|
|
517
|
+
@property
|
|
518
|
+
def status(self):
|
|
519
|
+
"""Gets the status of this EcsInstanceForListBanIPListOutput. # noqa: E501
|
|
520
|
+
|
|
521
|
+
|
|
522
|
+
:return: The status of this EcsInstanceForListBanIPListOutput. # noqa: E501
|
|
523
|
+
:rtype: str
|
|
524
|
+
"""
|
|
525
|
+
return self._status
|
|
526
|
+
|
|
527
|
+
@status.setter
|
|
528
|
+
def status(self, status):
|
|
529
|
+
"""Sets the status of this EcsInstanceForListBanIPListOutput.
|
|
530
|
+
|
|
531
|
+
|
|
532
|
+
:param status: The status of this EcsInstanceForListBanIPListOutput. # noqa: E501
|
|
533
|
+
:type: str
|
|
534
|
+
"""
|
|
535
|
+
|
|
536
|
+
self._status = status
|
|
537
|
+
|
|
538
|
+
@property
|
|
539
|
+
def visibility(self):
|
|
540
|
+
"""Gets the visibility of this EcsInstanceForListBanIPListOutput. # noqa: E501
|
|
541
|
+
|
|
542
|
+
|
|
543
|
+
:return: The visibility of this EcsInstanceForListBanIPListOutput. # noqa: E501
|
|
544
|
+
:rtype: str
|
|
545
|
+
"""
|
|
546
|
+
return self._visibility
|
|
547
|
+
|
|
548
|
+
@visibility.setter
|
|
549
|
+
def visibility(self, visibility):
|
|
550
|
+
"""Sets the visibility of this EcsInstanceForListBanIPListOutput.
|
|
551
|
+
|
|
552
|
+
|
|
553
|
+
:param visibility: The visibility of this EcsInstanceForListBanIPListOutput. # noqa: E501
|
|
554
|
+
:type: str
|
|
555
|
+
"""
|
|
556
|
+
|
|
557
|
+
self._visibility = visibility
|
|
558
|
+
|
|
559
|
+
@property
|
|
560
|
+
def vpc_id(self):
|
|
561
|
+
"""Gets the vpc_id of this EcsInstanceForListBanIPListOutput. # noqa: E501
|
|
562
|
+
|
|
563
|
+
|
|
564
|
+
:return: The vpc_id of this EcsInstanceForListBanIPListOutput. # noqa: E501
|
|
565
|
+
:rtype: str
|
|
566
|
+
"""
|
|
567
|
+
return self._vpc_id
|
|
568
|
+
|
|
569
|
+
@vpc_id.setter
|
|
570
|
+
def vpc_id(self, vpc_id):
|
|
571
|
+
"""Sets the vpc_id of this EcsInstanceForListBanIPListOutput.
|
|
572
|
+
|
|
573
|
+
|
|
574
|
+
:param vpc_id: The vpc_id of this EcsInstanceForListBanIPListOutput. # noqa: E501
|
|
575
|
+
:type: str
|
|
576
|
+
"""
|
|
577
|
+
|
|
578
|
+
self._vpc_id = vpc_id
|
|
579
|
+
|
|
580
|
+
@property
|
|
581
|
+
def vpc_name(self):
|
|
582
|
+
"""Gets the vpc_name of this EcsInstanceForListBanIPListOutput. # noqa: E501
|
|
583
|
+
|
|
584
|
+
|
|
585
|
+
:return: The vpc_name of this EcsInstanceForListBanIPListOutput. # noqa: E501
|
|
586
|
+
:rtype: str
|
|
587
|
+
"""
|
|
588
|
+
return self._vpc_name
|
|
589
|
+
|
|
590
|
+
@vpc_name.setter
|
|
591
|
+
def vpc_name(self, vpc_name):
|
|
592
|
+
"""Sets the vpc_name of this EcsInstanceForListBanIPListOutput.
|
|
593
|
+
|
|
594
|
+
|
|
595
|
+
:param vpc_name: The vpc_name of this EcsInstanceForListBanIPListOutput. # noqa: E501
|
|
596
|
+
:type: str
|
|
597
|
+
"""
|
|
598
|
+
|
|
599
|
+
self._vpc_name = vpc_name
|
|
600
|
+
|
|
601
|
+
@property
|
|
602
|
+
def zone_id(self):
|
|
603
|
+
"""Gets the zone_id of this EcsInstanceForListBanIPListOutput. # noqa: E501
|
|
604
|
+
|
|
605
|
+
|
|
606
|
+
:return: The zone_id of this EcsInstanceForListBanIPListOutput. # noqa: E501
|
|
607
|
+
:rtype: str
|
|
608
|
+
"""
|
|
609
|
+
return self._zone_id
|
|
610
|
+
|
|
611
|
+
@zone_id.setter
|
|
612
|
+
def zone_id(self, zone_id):
|
|
613
|
+
"""Sets the zone_id of this EcsInstanceForListBanIPListOutput.
|
|
614
|
+
|
|
615
|
+
|
|
616
|
+
:param zone_id: The zone_id of this EcsInstanceForListBanIPListOutput. # noqa: E501
|
|
617
|
+
:type: str
|
|
618
|
+
"""
|
|
619
|
+
|
|
620
|
+
self._zone_id = zone_id
|
|
621
|
+
|
|
622
|
+
def to_dict(self):
|
|
623
|
+
"""Returns the model properties as a dict"""
|
|
624
|
+
result = {}
|
|
625
|
+
|
|
626
|
+
for attr, _ in six.iteritems(self.swagger_types):
|
|
627
|
+
value = getattr(self, attr)
|
|
628
|
+
if isinstance(value, list):
|
|
629
|
+
result[attr] = list(map(
|
|
630
|
+
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
|
631
|
+
value
|
|
632
|
+
))
|
|
633
|
+
elif hasattr(value, "to_dict"):
|
|
634
|
+
result[attr] = value.to_dict()
|
|
635
|
+
elif isinstance(value, dict):
|
|
636
|
+
result[attr] = dict(map(
|
|
637
|
+
lambda item: (item[0], item[1].to_dict())
|
|
638
|
+
if hasattr(item[1], "to_dict") else item,
|
|
639
|
+
value.items()
|
|
640
|
+
))
|
|
641
|
+
else:
|
|
642
|
+
result[attr] = value
|
|
643
|
+
if issubclass(EcsInstanceForListBanIPListOutput, dict):
|
|
644
|
+
for key, value in self.items():
|
|
645
|
+
result[key] = value
|
|
646
|
+
|
|
647
|
+
return result
|
|
648
|
+
|
|
649
|
+
def to_str(self):
|
|
650
|
+
"""Returns the string representation of the model"""
|
|
651
|
+
return pprint.pformat(self.to_dict())
|
|
652
|
+
|
|
653
|
+
def __repr__(self):
|
|
654
|
+
"""For `print` and `pprint`"""
|
|
655
|
+
return self.to_str()
|
|
656
|
+
|
|
657
|
+
def __eq__(self, other):
|
|
658
|
+
"""Returns true if both objects are equal"""
|
|
659
|
+
if not isinstance(other, EcsInstanceForListBanIPListOutput):
|
|
660
|
+
return False
|
|
661
|
+
|
|
662
|
+
return self.to_dict() == other.to_dict()
|
|
663
|
+
|
|
664
|
+
def __ne__(self, other):
|
|
665
|
+
"""Returns true if both objects are not equal"""
|
|
666
|
+
if not isinstance(other, EcsInstanceForListBanIPListOutput):
|
|
667
|
+
return True
|
|
668
|
+
|
|
669
|
+
return self.to_dict() != other.to_dict()
|