volcengine-python-sdk 4.0.29__py2.py3-none-any.whl → 4.0.30__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.30.dist-info}/METADATA +1 -1
- {volcengine_python_sdk-4.0.29.dist-info → volcengine_python_sdk-4.0.30.dist-info}/RECORD +476 -72
- {volcengine_python_sdk-4.0.29.dist-info → volcengine_python_sdk-4.0.30.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 +29 -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.30.dist-info}/WHEEL +0 -0
- {volcengine_python_sdk-4.0.29.dist-info → volcengine_python_sdk-4.0.30.dist-info}/licenses/LICENSE.txt +0 -0
- {volcengine_python_sdk-4.0.29.dist-info → volcengine_python_sdk-4.0.30.dist-info}/licenses/NOTICE.md +0 -0
|
@@ -0,0 +1,617 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
"""
|
|
4
|
+
acep
|
|
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 PodSpecListForCreatePodInput(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
|
+
'apply_num': 'int',
|
|
37
|
+
'configuration_code': 'str',
|
|
38
|
+
'custom_route_id': 'str',
|
|
39
|
+
'dnsid': 'str',
|
|
40
|
+
'data_size': 'str',
|
|
41
|
+
'dc': 'str',
|
|
42
|
+
'display_layout_id': 'str',
|
|
43
|
+
'down_bandwidth_limit': 'int',
|
|
44
|
+
'host_id': 'str',
|
|
45
|
+
'ip_white_list': 'str',
|
|
46
|
+
'image_id': 'str',
|
|
47
|
+
'overlay_persist_property': 'list[OverlayPersistPropertyForCreatePodInput]',
|
|
48
|
+
'overlay_property': 'list[OverlayPropertyForCreatePodInput]',
|
|
49
|
+
'overlay_settings': 'list[OverlaySettingForCreatePodInput]',
|
|
50
|
+
'phone_template_id': 'str',
|
|
51
|
+
'pod_name': 'str',
|
|
52
|
+
'port_mapping_rule_id_list': 'list[str]',
|
|
53
|
+
'start': 'bool',
|
|
54
|
+
'tag_id': 'str',
|
|
55
|
+
'up_bandwidth_limit': 'int'
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
attribute_map = {
|
|
59
|
+
'apply_num': 'ApplyNum',
|
|
60
|
+
'configuration_code': 'ConfigurationCode',
|
|
61
|
+
'custom_route_id': 'CustomRouteId',
|
|
62
|
+
'dnsid': 'DNSId',
|
|
63
|
+
'data_size': 'DataSize',
|
|
64
|
+
'dc': 'Dc',
|
|
65
|
+
'display_layout_id': 'DisplayLayoutId',
|
|
66
|
+
'down_bandwidth_limit': 'DownBandwidthLimit',
|
|
67
|
+
'host_id': 'HostId',
|
|
68
|
+
'ip_white_list': 'IPWhiteList',
|
|
69
|
+
'image_id': 'ImageId',
|
|
70
|
+
'overlay_persist_property': 'OverlayPersistProperty',
|
|
71
|
+
'overlay_property': 'OverlayProperty',
|
|
72
|
+
'overlay_settings': 'OverlaySettings',
|
|
73
|
+
'phone_template_id': 'PhoneTemplateId',
|
|
74
|
+
'pod_name': 'PodName',
|
|
75
|
+
'port_mapping_rule_id_list': 'PortMappingRuleIdList',
|
|
76
|
+
'start': 'Start',
|
|
77
|
+
'tag_id': 'TagId',
|
|
78
|
+
'up_bandwidth_limit': 'UpBandwidthLimit'
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
def __init__(self, apply_num=None, configuration_code=None, custom_route_id=None, dnsid=None, data_size=None, dc=None, display_layout_id=None, down_bandwidth_limit=None, host_id=None, ip_white_list=None, image_id=None, overlay_persist_property=None, overlay_property=None, overlay_settings=None, phone_template_id=None, pod_name=None, port_mapping_rule_id_list=None, start=None, tag_id=None, up_bandwidth_limit=None, _configuration=None): # noqa: E501
|
|
82
|
+
"""PodSpecListForCreatePodInput - a model defined in Swagger""" # noqa: E501
|
|
83
|
+
if _configuration is None:
|
|
84
|
+
_configuration = Configuration()
|
|
85
|
+
self._configuration = _configuration
|
|
86
|
+
|
|
87
|
+
self._apply_num = None
|
|
88
|
+
self._configuration_code = None
|
|
89
|
+
self._custom_route_id = None
|
|
90
|
+
self._dnsid = None
|
|
91
|
+
self._data_size = None
|
|
92
|
+
self._dc = None
|
|
93
|
+
self._display_layout_id = None
|
|
94
|
+
self._down_bandwidth_limit = None
|
|
95
|
+
self._host_id = None
|
|
96
|
+
self._ip_white_list = None
|
|
97
|
+
self._image_id = None
|
|
98
|
+
self._overlay_persist_property = None
|
|
99
|
+
self._overlay_property = None
|
|
100
|
+
self._overlay_settings = None
|
|
101
|
+
self._phone_template_id = None
|
|
102
|
+
self._pod_name = None
|
|
103
|
+
self._port_mapping_rule_id_list = None
|
|
104
|
+
self._start = None
|
|
105
|
+
self._tag_id = None
|
|
106
|
+
self._up_bandwidth_limit = None
|
|
107
|
+
self.discriminator = None
|
|
108
|
+
|
|
109
|
+
if apply_num is not None:
|
|
110
|
+
self.apply_num = apply_num
|
|
111
|
+
if configuration_code is not None:
|
|
112
|
+
self.configuration_code = configuration_code
|
|
113
|
+
if custom_route_id is not None:
|
|
114
|
+
self.custom_route_id = custom_route_id
|
|
115
|
+
if dnsid is not None:
|
|
116
|
+
self.dnsid = dnsid
|
|
117
|
+
if data_size is not None:
|
|
118
|
+
self.data_size = data_size
|
|
119
|
+
if dc is not None:
|
|
120
|
+
self.dc = dc
|
|
121
|
+
if display_layout_id is not None:
|
|
122
|
+
self.display_layout_id = display_layout_id
|
|
123
|
+
if down_bandwidth_limit is not None:
|
|
124
|
+
self.down_bandwidth_limit = down_bandwidth_limit
|
|
125
|
+
if host_id is not None:
|
|
126
|
+
self.host_id = host_id
|
|
127
|
+
if ip_white_list is not None:
|
|
128
|
+
self.ip_white_list = ip_white_list
|
|
129
|
+
if image_id is not None:
|
|
130
|
+
self.image_id = image_id
|
|
131
|
+
if overlay_persist_property is not None:
|
|
132
|
+
self.overlay_persist_property = overlay_persist_property
|
|
133
|
+
if overlay_property is not None:
|
|
134
|
+
self.overlay_property = overlay_property
|
|
135
|
+
if overlay_settings is not None:
|
|
136
|
+
self.overlay_settings = overlay_settings
|
|
137
|
+
if phone_template_id is not None:
|
|
138
|
+
self.phone_template_id = phone_template_id
|
|
139
|
+
if pod_name is not None:
|
|
140
|
+
self.pod_name = pod_name
|
|
141
|
+
if port_mapping_rule_id_list is not None:
|
|
142
|
+
self.port_mapping_rule_id_list = port_mapping_rule_id_list
|
|
143
|
+
if start is not None:
|
|
144
|
+
self.start = start
|
|
145
|
+
if tag_id is not None:
|
|
146
|
+
self.tag_id = tag_id
|
|
147
|
+
if up_bandwidth_limit is not None:
|
|
148
|
+
self.up_bandwidth_limit = up_bandwidth_limit
|
|
149
|
+
|
|
150
|
+
@property
|
|
151
|
+
def apply_num(self):
|
|
152
|
+
"""Gets the apply_num of this PodSpecListForCreatePodInput. # noqa: E501
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
:return: The apply_num of this PodSpecListForCreatePodInput. # noqa: E501
|
|
156
|
+
:rtype: int
|
|
157
|
+
"""
|
|
158
|
+
return self._apply_num
|
|
159
|
+
|
|
160
|
+
@apply_num.setter
|
|
161
|
+
def apply_num(self, apply_num):
|
|
162
|
+
"""Sets the apply_num of this PodSpecListForCreatePodInput.
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
:param apply_num: The apply_num of this PodSpecListForCreatePodInput. # noqa: E501
|
|
166
|
+
:type: int
|
|
167
|
+
"""
|
|
168
|
+
|
|
169
|
+
self._apply_num = apply_num
|
|
170
|
+
|
|
171
|
+
@property
|
|
172
|
+
def configuration_code(self):
|
|
173
|
+
"""Gets the configuration_code of this PodSpecListForCreatePodInput. # noqa: E501
|
|
174
|
+
|
|
175
|
+
|
|
176
|
+
:return: The configuration_code of this PodSpecListForCreatePodInput. # noqa: E501
|
|
177
|
+
:rtype: str
|
|
178
|
+
"""
|
|
179
|
+
return self._configuration_code
|
|
180
|
+
|
|
181
|
+
@configuration_code.setter
|
|
182
|
+
def configuration_code(self, configuration_code):
|
|
183
|
+
"""Sets the configuration_code of this PodSpecListForCreatePodInput.
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
:param configuration_code: The configuration_code of this PodSpecListForCreatePodInput. # noqa: E501
|
|
187
|
+
:type: str
|
|
188
|
+
"""
|
|
189
|
+
|
|
190
|
+
self._configuration_code = configuration_code
|
|
191
|
+
|
|
192
|
+
@property
|
|
193
|
+
def custom_route_id(self):
|
|
194
|
+
"""Gets the custom_route_id of this PodSpecListForCreatePodInput. # noqa: E501
|
|
195
|
+
|
|
196
|
+
|
|
197
|
+
:return: The custom_route_id of this PodSpecListForCreatePodInput. # noqa: E501
|
|
198
|
+
:rtype: str
|
|
199
|
+
"""
|
|
200
|
+
return self._custom_route_id
|
|
201
|
+
|
|
202
|
+
@custom_route_id.setter
|
|
203
|
+
def custom_route_id(self, custom_route_id):
|
|
204
|
+
"""Sets the custom_route_id of this PodSpecListForCreatePodInput.
|
|
205
|
+
|
|
206
|
+
|
|
207
|
+
:param custom_route_id: The custom_route_id of this PodSpecListForCreatePodInput. # noqa: E501
|
|
208
|
+
:type: str
|
|
209
|
+
"""
|
|
210
|
+
|
|
211
|
+
self._custom_route_id = custom_route_id
|
|
212
|
+
|
|
213
|
+
@property
|
|
214
|
+
def dnsid(self):
|
|
215
|
+
"""Gets the dnsid of this PodSpecListForCreatePodInput. # noqa: E501
|
|
216
|
+
|
|
217
|
+
|
|
218
|
+
:return: The dnsid of this PodSpecListForCreatePodInput. # noqa: E501
|
|
219
|
+
:rtype: str
|
|
220
|
+
"""
|
|
221
|
+
return self._dnsid
|
|
222
|
+
|
|
223
|
+
@dnsid.setter
|
|
224
|
+
def dnsid(self, dnsid):
|
|
225
|
+
"""Sets the dnsid of this PodSpecListForCreatePodInput.
|
|
226
|
+
|
|
227
|
+
|
|
228
|
+
:param dnsid: The dnsid of this PodSpecListForCreatePodInput. # noqa: E501
|
|
229
|
+
:type: str
|
|
230
|
+
"""
|
|
231
|
+
|
|
232
|
+
self._dnsid = dnsid
|
|
233
|
+
|
|
234
|
+
@property
|
|
235
|
+
def data_size(self):
|
|
236
|
+
"""Gets the data_size of this PodSpecListForCreatePodInput. # noqa: E501
|
|
237
|
+
|
|
238
|
+
|
|
239
|
+
:return: The data_size of this PodSpecListForCreatePodInput. # noqa: E501
|
|
240
|
+
:rtype: str
|
|
241
|
+
"""
|
|
242
|
+
return self._data_size
|
|
243
|
+
|
|
244
|
+
@data_size.setter
|
|
245
|
+
def data_size(self, data_size):
|
|
246
|
+
"""Sets the data_size of this PodSpecListForCreatePodInput.
|
|
247
|
+
|
|
248
|
+
|
|
249
|
+
:param data_size: The data_size of this PodSpecListForCreatePodInput. # noqa: E501
|
|
250
|
+
:type: str
|
|
251
|
+
"""
|
|
252
|
+
|
|
253
|
+
self._data_size = data_size
|
|
254
|
+
|
|
255
|
+
@property
|
|
256
|
+
def dc(self):
|
|
257
|
+
"""Gets the dc of this PodSpecListForCreatePodInput. # noqa: E501
|
|
258
|
+
|
|
259
|
+
|
|
260
|
+
:return: The dc of this PodSpecListForCreatePodInput. # noqa: E501
|
|
261
|
+
:rtype: str
|
|
262
|
+
"""
|
|
263
|
+
return self._dc
|
|
264
|
+
|
|
265
|
+
@dc.setter
|
|
266
|
+
def dc(self, dc):
|
|
267
|
+
"""Sets the dc of this PodSpecListForCreatePodInput.
|
|
268
|
+
|
|
269
|
+
|
|
270
|
+
:param dc: The dc of this PodSpecListForCreatePodInput. # noqa: E501
|
|
271
|
+
:type: str
|
|
272
|
+
"""
|
|
273
|
+
|
|
274
|
+
self._dc = dc
|
|
275
|
+
|
|
276
|
+
@property
|
|
277
|
+
def display_layout_id(self):
|
|
278
|
+
"""Gets the display_layout_id of this PodSpecListForCreatePodInput. # noqa: E501
|
|
279
|
+
|
|
280
|
+
|
|
281
|
+
:return: The display_layout_id of this PodSpecListForCreatePodInput. # noqa: E501
|
|
282
|
+
:rtype: str
|
|
283
|
+
"""
|
|
284
|
+
return self._display_layout_id
|
|
285
|
+
|
|
286
|
+
@display_layout_id.setter
|
|
287
|
+
def display_layout_id(self, display_layout_id):
|
|
288
|
+
"""Sets the display_layout_id of this PodSpecListForCreatePodInput.
|
|
289
|
+
|
|
290
|
+
|
|
291
|
+
:param display_layout_id: The display_layout_id of this PodSpecListForCreatePodInput. # noqa: E501
|
|
292
|
+
:type: str
|
|
293
|
+
"""
|
|
294
|
+
|
|
295
|
+
self._display_layout_id = display_layout_id
|
|
296
|
+
|
|
297
|
+
@property
|
|
298
|
+
def down_bandwidth_limit(self):
|
|
299
|
+
"""Gets the down_bandwidth_limit of this PodSpecListForCreatePodInput. # noqa: E501
|
|
300
|
+
|
|
301
|
+
|
|
302
|
+
:return: The down_bandwidth_limit of this PodSpecListForCreatePodInput. # noqa: E501
|
|
303
|
+
:rtype: int
|
|
304
|
+
"""
|
|
305
|
+
return self._down_bandwidth_limit
|
|
306
|
+
|
|
307
|
+
@down_bandwidth_limit.setter
|
|
308
|
+
def down_bandwidth_limit(self, down_bandwidth_limit):
|
|
309
|
+
"""Sets the down_bandwidth_limit of this PodSpecListForCreatePodInput.
|
|
310
|
+
|
|
311
|
+
|
|
312
|
+
:param down_bandwidth_limit: The down_bandwidth_limit of this PodSpecListForCreatePodInput. # noqa: E501
|
|
313
|
+
:type: int
|
|
314
|
+
"""
|
|
315
|
+
|
|
316
|
+
self._down_bandwidth_limit = down_bandwidth_limit
|
|
317
|
+
|
|
318
|
+
@property
|
|
319
|
+
def host_id(self):
|
|
320
|
+
"""Gets the host_id of this PodSpecListForCreatePodInput. # noqa: E501
|
|
321
|
+
|
|
322
|
+
|
|
323
|
+
:return: The host_id of this PodSpecListForCreatePodInput. # noqa: E501
|
|
324
|
+
:rtype: str
|
|
325
|
+
"""
|
|
326
|
+
return self._host_id
|
|
327
|
+
|
|
328
|
+
@host_id.setter
|
|
329
|
+
def host_id(self, host_id):
|
|
330
|
+
"""Sets the host_id of this PodSpecListForCreatePodInput.
|
|
331
|
+
|
|
332
|
+
|
|
333
|
+
:param host_id: The host_id of this PodSpecListForCreatePodInput. # noqa: E501
|
|
334
|
+
:type: str
|
|
335
|
+
"""
|
|
336
|
+
|
|
337
|
+
self._host_id = host_id
|
|
338
|
+
|
|
339
|
+
@property
|
|
340
|
+
def ip_white_list(self):
|
|
341
|
+
"""Gets the ip_white_list of this PodSpecListForCreatePodInput. # noqa: E501
|
|
342
|
+
|
|
343
|
+
|
|
344
|
+
:return: The ip_white_list of this PodSpecListForCreatePodInput. # noqa: E501
|
|
345
|
+
:rtype: str
|
|
346
|
+
"""
|
|
347
|
+
return self._ip_white_list
|
|
348
|
+
|
|
349
|
+
@ip_white_list.setter
|
|
350
|
+
def ip_white_list(self, ip_white_list):
|
|
351
|
+
"""Sets the ip_white_list of this PodSpecListForCreatePodInput.
|
|
352
|
+
|
|
353
|
+
|
|
354
|
+
:param ip_white_list: The ip_white_list of this PodSpecListForCreatePodInput. # noqa: E501
|
|
355
|
+
:type: str
|
|
356
|
+
"""
|
|
357
|
+
|
|
358
|
+
self._ip_white_list = ip_white_list
|
|
359
|
+
|
|
360
|
+
@property
|
|
361
|
+
def image_id(self):
|
|
362
|
+
"""Gets the image_id of this PodSpecListForCreatePodInput. # noqa: E501
|
|
363
|
+
|
|
364
|
+
|
|
365
|
+
:return: The image_id of this PodSpecListForCreatePodInput. # noqa: E501
|
|
366
|
+
:rtype: str
|
|
367
|
+
"""
|
|
368
|
+
return self._image_id
|
|
369
|
+
|
|
370
|
+
@image_id.setter
|
|
371
|
+
def image_id(self, image_id):
|
|
372
|
+
"""Sets the image_id of this PodSpecListForCreatePodInput.
|
|
373
|
+
|
|
374
|
+
|
|
375
|
+
:param image_id: The image_id of this PodSpecListForCreatePodInput. # noqa: E501
|
|
376
|
+
:type: str
|
|
377
|
+
"""
|
|
378
|
+
|
|
379
|
+
self._image_id = image_id
|
|
380
|
+
|
|
381
|
+
@property
|
|
382
|
+
def overlay_persist_property(self):
|
|
383
|
+
"""Gets the overlay_persist_property of this PodSpecListForCreatePodInput. # noqa: E501
|
|
384
|
+
|
|
385
|
+
|
|
386
|
+
:return: The overlay_persist_property of this PodSpecListForCreatePodInput. # noqa: E501
|
|
387
|
+
:rtype: list[OverlayPersistPropertyForCreatePodInput]
|
|
388
|
+
"""
|
|
389
|
+
return self._overlay_persist_property
|
|
390
|
+
|
|
391
|
+
@overlay_persist_property.setter
|
|
392
|
+
def overlay_persist_property(self, overlay_persist_property):
|
|
393
|
+
"""Sets the overlay_persist_property of this PodSpecListForCreatePodInput.
|
|
394
|
+
|
|
395
|
+
|
|
396
|
+
:param overlay_persist_property: The overlay_persist_property of this PodSpecListForCreatePodInput. # noqa: E501
|
|
397
|
+
:type: list[OverlayPersistPropertyForCreatePodInput]
|
|
398
|
+
"""
|
|
399
|
+
|
|
400
|
+
self._overlay_persist_property = overlay_persist_property
|
|
401
|
+
|
|
402
|
+
@property
|
|
403
|
+
def overlay_property(self):
|
|
404
|
+
"""Gets the overlay_property of this PodSpecListForCreatePodInput. # noqa: E501
|
|
405
|
+
|
|
406
|
+
|
|
407
|
+
:return: The overlay_property of this PodSpecListForCreatePodInput. # noqa: E501
|
|
408
|
+
:rtype: list[OverlayPropertyForCreatePodInput]
|
|
409
|
+
"""
|
|
410
|
+
return self._overlay_property
|
|
411
|
+
|
|
412
|
+
@overlay_property.setter
|
|
413
|
+
def overlay_property(self, overlay_property):
|
|
414
|
+
"""Sets the overlay_property of this PodSpecListForCreatePodInput.
|
|
415
|
+
|
|
416
|
+
|
|
417
|
+
:param overlay_property: The overlay_property of this PodSpecListForCreatePodInput. # noqa: E501
|
|
418
|
+
:type: list[OverlayPropertyForCreatePodInput]
|
|
419
|
+
"""
|
|
420
|
+
|
|
421
|
+
self._overlay_property = overlay_property
|
|
422
|
+
|
|
423
|
+
@property
|
|
424
|
+
def overlay_settings(self):
|
|
425
|
+
"""Gets the overlay_settings of this PodSpecListForCreatePodInput. # noqa: E501
|
|
426
|
+
|
|
427
|
+
|
|
428
|
+
:return: The overlay_settings of this PodSpecListForCreatePodInput. # noqa: E501
|
|
429
|
+
:rtype: list[OverlaySettingForCreatePodInput]
|
|
430
|
+
"""
|
|
431
|
+
return self._overlay_settings
|
|
432
|
+
|
|
433
|
+
@overlay_settings.setter
|
|
434
|
+
def overlay_settings(self, overlay_settings):
|
|
435
|
+
"""Sets the overlay_settings of this PodSpecListForCreatePodInput.
|
|
436
|
+
|
|
437
|
+
|
|
438
|
+
:param overlay_settings: The overlay_settings of this PodSpecListForCreatePodInput. # noqa: E501
|
|
439
|
+
:type: list[OverlaySettingForCreatePodInput]
|
|
440
|
+
"""
|
|
441
|
+
|
|
442
|
+
self._overlay_settings = overlay_settings
|
|
443
|
+
|
|
444
|
+
@property
|
|
445
|
+
def phone_template_id(self):
|
|
446
|
+
"""Gets the phone_template_id of this PodSpecListForCreatePodInput. # noqa: E501
|
|
447
|
+
|
|
448
|
+
|
|
449
|
+
:return: The phone_template_id of this PodSpecListForCreatePodInput. # noqa: E501
|
|
450
|
+
:rtype: str
|
|
451
|
+
"""
|
|
452
|
+
return self._phone_template_id
|
|
453
|
+
|
|
454
|
+
@phone_template_id.setter
|
|
455
|
+
def phone_template_id(self, phone_template_id):
|
|
456
|
+
"""Sets the phone_template_id of this PodSpecListForCreatePodInput.
|
|
457
|
+
|
|
458
|
+
|
|
459
|
+
:param phone_template_id: The phone_template_id of this PodSpecListForCreatePodInput. # noqa: E501
|
|
460
|
+
:type: str
|
|
461
|
+
"""
|
|
462
|
+
|
|
463
|
+
self._phone_template_id = phone_template_id
|
|
464
|
+
|
|
465
|
+
@property
|
|
466
|
+
def pod_name(self):
|
|
467
|
+
"""Gets the pod_name of this PodSpecListForCreatePodInput. # noqa: E501
|
|
468
|
+
|
|
469
|
+
|
|
470
|
+
:return: The pod_name of this PodSpecListForCreatePodInput. # noqa: E501
|
|
471
|
+
:rtype: str
|
|
472
|
+
"""
|
|
473
|
+
return self._pod_name
|
|
474
|
+
|
|
475
|
+
@pod_name.setter
|
|
476
|
+
def pod_name(self, pod_name):
|
|
477
|
+
"""Sets the pod_name of this PodSpecListForCreatePodInput.
|
|
478
|
+
|
|
479
|
+
|
|
480
|
+
:param pod_name: The pod_name of this PodSpecListForCreatePodInput. # noqa: E501
|
|
481
|
+
:type: str
|
|
482
|
+
"""
|
|
483
|
+
|
|
484
|
+
self._pod_name = pod_name
|
|
485
|
+
|
|
486
|
+
@property
|
|
487
|
+
def port_mapping_rule_id_list(self):
|
|
488
|
+
"""Gets the port_mapping_rule_id_list of this PodSpecListForCreatePodInput. # noqa: E501
|
|
489
|
+
|
|
490
|
+
|
|
491
|
+
:return: The port_mapping_rule_id_list of this PodSpecListForCreatePodInput. # noqa: E501
|
|
492
|
+
:rtype: list[str]
|
|
493
|
+
"""
|
|
494
|
+
return self._port_mapping_rule_id_list
|
|
495
|
+
|
|
496
|
+
@port_mapping_rule_id_list.setter
|
|
497
|
+
def port_mapping_rule_id_list(self, port_mapping_rule_id_list):
|
|
498
|
+
"""Sets the port_mapping_rule_id_list of this PodSpecListForCreatePodInput.
|
|
499
|
+
|
|
500
|
+
|
|
501
|
+
:param port_mapping_rule_id_list: The port_mapping_rule_id_list of this PodSpecListForCreatePodInput. # noqa: E501
|
|
502
|
+
:type: list[str]
|
|
503
|
+
"""
|
|
504
|
+
|
|
505
|
+
self._port_mapping_rule_id_list = port_mapping_rule_id_list
|
|
506
|
+
|
|
507
|
+
@property
|
|
508
|
+
def start(self):
|
|
509
|
+
"""Gets the start of this PodSpecListForCreatePodInput. # noqa: E501
|
|
510
|
+
|
|
511
|
+
|
|
512
|
+
:return: The start of this PodSpecListForCreatePodInput. # noqa: E501
|
|
513
|
+
:rtype: bool
|
|
514
|
+
"""
|
|
515
|
+
return self._start
|
|
516
|
+
|
|
517
|
+
@start.setter
|
|
518
|
+
def start(self, start):
|
|
519
|
+
"""Sets the start of this PodSpecListForCreatePodInput.
|
|
520
|
+
|
|
521
|
+
|
|
522
|
+
:param start: The start of this PodSpecListForCreatePodInput. # noqa: E501
|
|
523
|
+
:type: bool
|
|
524
|
+
"""
|
|
525
|
+
|
|
526
|
+
self._start = start
|
|
527
|
+
|
|
528
|
+
@property
|
|
529
|
+
def tag_id(self):
|
|
530
|
+
"""Gets the tag_id of this PodSpecListForCreatePodInput. # noqa: E501
|
|
531
|
+
|
|
532
|
+
|
|
533
|
+
:return: The tag_id of this PodSpecListForCreatePodInput. # noqa: E501
|
|
534
|
+
:rtype: str
|
|
535
|
+
"""
|
|
536
|
+
return self._tag_id
|
|
537
|
+
|
|
538
|
+
@tag_id.setter
|
|
539
|
+
def tag_id(self, tag_id):
|
|
540
|
+
"""Sets the tag_id of this PodSpecListForCreatePodInput.
|
|
541
|
+
|
|
542
|
+
|
|
543
|
+
:param tag_id: The tag_id of this PodSpecListForCreatePodInput. # noqa: E501
|
|
544
|
+
:type: str
|
|
545
|
+
"""
|
|
546
|
+
|
|
547
|
+
self._tag_id = tag_id
|
|
548
|
+
|
|
549
|
+
@property
|
|
550
|
+
def up_bandwidth_limit(self):
|
|
551
|
+
"""Gets the up_bandwidth_limit of this PodSpecListForCreatePodInput. # noqa: E501
|
|
552
|
+
|
|
553
|
+
|
|
554
|
+
:return: The up_bandwidth_limit of this PodSpecListForCreatePodInput. # noqa: E501
|
|
555
|
+
:rtype: int
|
|
556
|
+
"""
|
|
557
|
+
return self._up_bandwidth_limit
|
|
558
|
+
|
|
559
|
+
@up_bandwidth_limit.setter
|
|
560
|
+
def up_bandwidth_limit(self, up_bandwidth_limit):
|
|
561
|
+
"""Sets the up_bandwidth_limit of this PodSpecListForCreatePodInput.
|
|
562
|
+
|
|
563
|
+
|
|
564
|
+
:param up_bandwidth_limit: The up_bandwidth_limit of this PodSpecListForCreatePodInput. # noqa: E501
|
|
565
|
+
:type: int
|
|
566
|
+
"""
|
|
567
|
+
|
|
568
|
+
self._up_bandwidth_limit = up_bandwidth_limit
|
|
569
|
+
|
|
570
|
+
def to_dict(self):
|
|
571
|
+
"""Returns the model properties as a dict"""
|
|
572
|
+
result = {}
|
|
573
|
+
|
|
574
|
+
for attr, _ in six.iteritems(self.swagger_types):
|
|
575
|
+
value = getattr(self, attr)
|
|
576
|
+
if isinstance(value, list):
|
|
577
|
+
result[attr] = list(map(
|
|
578
|
+
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
|
579
|
+
value
|
|
580
|
+
))
|
|
581
|
+
elif hasattr(value, "to_dict"):
|
|
582
|
+
result[attr] = value.to_dict()
|
|
583
|
+
elif isinstance(value, dict):
|
|
584
|
+
result[attr] = dict(map(
|
|
585
|
+
lambda item: (item[0], item[1].to_dict())
|
|
586
|
+
if hasattr(item[1], "to_dict") else item,
|
|
587
|
+
value.items()
|
|
588
|
+
))
|
|
589
|
+
else:
|
|
590
|
+
result[attr] = value
|
|
591
|
+
if issubclass(PodSpecListForCreatePodInput, dict):
|
|
592
|
+
for key, value in self.items():
|
|
593
|
+
result[key] = value
|
|
594
|
+
|
|
595
|
+
return result
|
|
596
|
+
|
|
597
|
+
def to_str(self):
|
|
598
|
+
"""Returns the string representation of the model"""
|
|
599
|
+
return pprint.pformat(self.to_dict())
|
|
600
|
+
|
|
601
|
+
def __repr__(self):
|
|
602
|
+
"""For `print` and `pprint`"""
|
|
603
|
+
return self.to_str()
|
|
604
|
+
|
|
605
|
+
def __eq__(self, other):
|
|
606
|
+
"""Returns true if both objects are equal"""
|
|
607
|
+
if not isinstance(other, PodSpecListForCreatePodInput):
|
|
608
|
+
return False
|
|
609
|
+
|
|
610
|
+
return self.to_dict() == other.to_dict()
|
|
611
|
+
|
|
612
|
+
def __ne__(self, other):
|
|
613
|
+
"""Returns true if both objects are not equal"""
|
|
614
|
+
if not isinstance(other, PodSpecListForCreatePodInput):
|
|
615
|
+
return True
|
|
616
|
+
|
|
617
|
+
return self.to_dict() != other.to_dict()
|