alibabacloud-agentrun20250910 5.0.0__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.
- alibabacloud_agentrun20250910/__init__.py +1 -0
- alibabacloud_agentrun20250910/client.py +3712 -0
- alibabacloud_agentrun20250910/models/__init__.py +579 -0
- alibabacloud_agentrun20250910/models/_activate_template_mcprequest.py +43 -0
- alibabacloud_agentrun20250910/models/_activate_template_mcpresponse.py +54 -0
- alibabacloud_agentrun20250910/models/_agent_runtime.py +261 -0
- alibabacloud_agentrun20250910/models/_agent_runtime_endpoint.py +110 -0
- alibabacloud_agentrun20250910/models/_agent_runtime_endpoint_result.py +55 -0
- alibabacloud_agentrun20250910/models/_agent_runtime_result.py +55 -0
- alibabacloud_agentrun20250910/models/_agent_runtime_version.py +79 -0
- alibabacloud_agentrun20250910/models/_agent_runtime_version_result.py +55 -0
- alibabacloud_agentrun20250910/models/_ai_fallback_config.py +44 -0
- alibabacloud_agentrun20250910/models/_ai_fallback_service_config.py +49 -0
- alibabacloud_agentrun20250910/models/_ai_service_config.py +67 -0
- alibabacloud_agentrun20250910/models/_apig_llmmodel.py +137 -0
- alibabacloud_agentrun20250910/models/_arms_configuration.py +43 -0
- alibabacloud_agentrun20250910/models/_attach_policy_config.py +49 -0
- alibabacloud_agentrun20250910/models/_browser.py +145 -0
- alibabacloud_agentrun20250910/models/_browser_automation_stream.py +41 -0
- alibabacloud_agentrun20250910/models/_browser_configuration.py +73 -0
- alibabacloud_agentrun20250910/models/_browser_live_view_stream.py +33 -0
- alibabacloud_agentrun20250910/models/_browser_oss_location.py +41 -0
- alibabacloud_agentrun20250910/models/_browser_recording_configuration.py +44 -0
- alibabacloud_agentrun20250910/models/_browser_result.py +55 -0
- alibabacloud_agentrun20250910/models/_browser_session_list_out.py +68 -0
- alibabacloud_agentrun20250910/models/_browser_session_out.py +83 -0
- alibabacloud_agentrun20250910/models/_browser_streams.py +47 -0
- alibabacloud_agentrun20250910/models/_browser_view_port.py +41 -0
- alibabacloud_agentrun20250910/models/_capconfig.py +49 -0
- alibabacloud_agentrun20250910/models/_cert_config.py +52 -0
- alibabacloud_agentrun20250910/models/_code_configuration.py +79 -0
- alibabacloud_agentrun20250910/models/_code_info.py +41 -0
- alibabacloud_agentrun20250910/models/_code_interpreter.py +134 -0
- alibabacloud_agentrun20250910/models/_code_interpreter_result.py +55 -0
- alibabacloud_agentrun20250910/models/_code_interpreter_session_config.py +54 -0
- alibabacloud_agentrun20250910/models/_code_interpreter_session_list_out.py +68 -0
- alibabacloud_agentrun20250910/models/_code_interpreter_session_out.py +94 -0
- alibabacloud_agentrun20250910/models/_common_result.py +54 -0
- alibabacloud_agentrun20250910/models/_container_configuration.py +62 -0
- alibabacloud_agentrun20250910/models/_create_agent_runtime_endpoint_input.py +62 -0
- alibabacloud_agentrun20250910/models/_create_agent_runtime_endpoint_request.py +39 -0
- alibabacloud_agentrun20250910/models/_create_agent_runtime_endpoint_response.py +54 -0
- alibabacloud_agentrun20250910/models/_create_agent_runtime_input.py +219 -0
- alibabacloud_agentrun20250910/models/_create_agent_runtime_request.py +39 -0
- alibabacloud_agentrun20250910/models/_create_agent_runtime_response.py +54 -0
- alibabacloud_agentrun20250910/models/_create_agent_runtime_version_input.py +34 -0
- alibabacloud_agentrun20250910/models/_create_apig_llmmodel_input.py +83 -0
- alibabacloud_agentrun20250910/models/_create_browser_input.py +101 -0
- alibabacloud_agentrun20250910/models/_create_browser_request.py +37 -0
- alibabacloud_agentrun20250910/models/_create_browser_response.py +54 -0
- alibabacloud_agentrun20250910/models/_create_code_interpreter_input.py +107 -0
- alibabacloud_agentrun20250910/models/_create_code_interpreter_request.py +37 -0
- alibabacloud_agentrun20250910/models/_create_code_interpreter_response.py +54 -0
- alibabacloud_agentrun20250910/models/_create_credential_input.py +87 -0
- alibabacloud_agentrun20250910/models/_create_credential_output.py +124 -0
- alibabacloud_agentrun20250910/models/_create_credential_request.py +36 -0
- alibabacloud_agentrun20250910/models/_create_credential_response.py +54 -0
- alibabacloud_agentrun20250910/models/_create_custom_domain_input.py +92 -0
- alibabacloud_agentrun20250910/models/_create_domain_input.py +49 -0
- alibabacloud_agentrun20250910/models/_create_gateway_input.py +60 -0
- alibabacloud_agentrun20250910/models/_create_gateway_target_input.py +52 -0
- alibabacloud_agentrun20250910/models/_create_model_input.py +83 -0
- alibabacloud_agentrun20250910/models/_create_model_proxy_input.py +154 -0
- alibabacloud_agentrun20250910/models/_create_model_proxy_request.py +36 -0
- alibabacloud_agentrun20250910/models/_create_model_proxy_response.py +54 -0
- alibabacloud_agentrun20250910/models/_create_model_service_input.py +110 -0
- alibabacloud_agentrun20250910/models/_create_model_service_request.py +36 -0
- alibabacloud_agentrun20250910/models/_create_model_service_response.py +54 -0
- alibabacloud_agentrun20250910/models/_create_sandbox_input.py +75 -0
- alibabacloud_agentrun20250910/models/_create_sandbox_request.py +39 -0
- alibabacloud_agentrun20250910/models/_create_sandbox_response.py +54 -0
- alibabacloud_agentrun20250910/models/_create_template_input.py +210 -0
- alibabacloud_agentrun20250910/models/_create_template_request.py +39 -0
- alibabacloud_agentrun20250910/models/_create_template_response.py +54 -0
- alibabacloud_agentrun20250910/models/_create_tool_data.py +65 -0
- alibabacloud_agentrun20250910/models/_create_tool_input.py +80 -0
- alibabacloud_agentrun20250910/models/_create_tool_output.py +52 -0
- alibabacloud_agentrun20250910/models/_credential.py +124 -0
- alibabacloud_agentrun20250910/models/_credential_configuration.py +34 -0
- alibabacloud_agentrun20250910/models/_credential_list_item.py +89 -0
- alibabacloud_agentrun20250910/models/_credential_public_config.py +167 -0
- alibabacloud_agentrun20250910/models/_credential_result.py +52 -0
- alibabacloud_agentrun20250910/models/_custom_domain.py +106 -0
- alibabacloud_agentrun20250910/models/_custom_domain_result.py +55 -0
- alibabacloud_agentrun20250910/models/_custom_runtime_config.py +51 -0
- alibabacloud_agentrun20250910/models/_delete_agent_runtime_endpoint_response.py +54 -0
- alibabacloud_agentrun20250910/models/_delete_agent_runtime_response.py +54 -0
- alibabacloud_agentrun20250910/models/_delete_browser_out.py +49 -0
- alibabacloud_agentrun20250910/models/_delete_browser_response.py +54 -0
- alibabacloud_agentrun20250910/models/_delete_browser_result.py +55 -0
- alibabacloud_agentrun20250910/models/_delete_code_interpreter_out.py +49 -0
- alibabacloud_agentrun20250910/models/_delete_code_interpreter_response.py +54 -0
- alibabacloud_agentrun20250910/models/_delete_code_interpreter_result.py +55 -0
- alibabacloud_agentrun20250910/models/_delete_credential_response.py +54 -0
- alibabacloud_agentrun20250910/models/_delete_model_proxy_response.py +54 -0
- alibabacloud_agentrun20250910/models/_delete_model_proxy_result.py +52 -0
- alibabacloud_agentrun20250910/models/_delete_model_service_response.py +54 -0
- alibabacloud_agentrun20250910/models/_delete_model_service_result.py +52 -0
- alibabacloud_agentrun20250910/models/_delete_sandbox_response.py +54 -0
- alibabacloud_agentrun20250910/models/_delete_sandbox_result.py +54 -0
- alibabacloud_agentrun20250910/models/_delete_template_response.py +54 -0
- alibabacloud_agentrun20250910/models/_delete_template_result.py +54 -0
- alibabacloud_agentrun20250910/models/_deregister_service_input.py +36 -0
- alibabacloud_agentrun20250910/models/_domain_info.py +57 -0
- alibabacloud_agentrun20250910/models/_error_result.py +52 -0
- alibabacloud_agentrun20250910/models/_fclink_config.py +41 -0
- alibabacloud_agentrun20250910/models/_gateway.py +81 -0
- alibabacloud_agentrun20250910/models/_gateway_network_configuration.py +51 -0
- alibabacloud_agentrun20250910/models/_get_access_token_request.py +49 -0
- alibabacloud_agentrun20250910/models/_get_access_token_response.py +54 -0
- alibabacloud_agentrun20250910/models/_get_access_token_response_body.py +79 -0
- alibabacloud_agentrun20250910/models/_get_agent_runtime_endpoint_response.py +54 -0
- alibabacloud_agentrun20250910/models/_get_agent_runtime_request.py +34 -0
- alibabacloud_agentrun20250910/models/_get_agent_runtime_response.py +54 -0
- alibabacloud_agentrun20250910/models/_get_browser_response.py +54 -0
- alibabacloud_agentrun20250910/models/_get_browser_session_result.py +53 -0
- alibabacloud_agentrun20250910/models/_get_code_interpreter_response.py +54 -0
- alibabacloud_agentrun20250910/models/_get_code_interpreter_session_result.py +53 -0
- alibabacloud_agentrun20250910/models/_get_credential_output.py +124 -0
- alibabacloud_agentrun20250910/models/_get_credential_response.py +54 -0
- alibabacloud_agentrun20250910/models/_get_model_proxy_response.py +54 -0
- alibabacloud_agentrun20250910/models/_get_model_service_response.py +54 -0
- alibabacloud_agentrun20250910/models/_get_sandbox_response.py +54 -0
- alibabacloud_agentrun20250910/models/_get_template_response.py +54 -0
- alibabacloud_agentrun20250910/models/_get_tool_output.py +44 -0
- alibabacloud_agentrun20250910/models/_gray_traffic_weight.py +43 -0
- alibabacloud_agentrun20250910/models/_health_check_config.py +79 -0
- alibabacloud_agentrun20250910/models/_health_check_configuration.py +79 -0
- alibabacloud_agentrun20250910/models/_list_agent_runtime_endpoints_input.py +63 -0
- alibabacloud_agentrun20250910/models/_list_agent_runtime_endpoints_output.py +68 -0
- alibabacloud_agentrun20250910/models/_list_agent_runtime_endpoints_request.py +61 -0
- alibabacloud_agentrun20250910/models/_list_agent_runtime_endpoints_response.py +54 -0
- alibabacloud_agentrun20250910/models/_list_agent_runtime_endpoints_result.py +55 -0
- alibabacloud_agentrun20250910/models/_list_agent_runtime_versions_input.py +43 -0
- alibabacloud_agentrun20250910/models/_list_agent_runtime_versions_output.py +68 -0
- alibabacloud_agentrun20250910/models/_list_agent_runtime_versions_request.py +43 -0
- alibabacloud_agentrun20250910/models/_list_agent_runtime_versions_response.py +54 -0
- alibabacloud_agentrun20250910/models/_list_agent_runtime_versions_result.py +55 -0
- alibabacloud_agentrun20250910/models/_list_agent_runtimes_input.py +63 -0
- alibabacloud_agentrun20250910/models/_list_agent_runtimes_output.py +68 -0
- alibabacloud_agentrun20250910/models/_list_agent_runtimes_request.py +70 -0
- alibabacloud_agentrun20250910/models/_list_agent_runtimes_response.py +54 -0
- alibabacloud_agentrun20250910/models/_list_agent_runtimes_result.py +55 -0
- alibabacloud_agentrun20250910/models/_list_browser_session_result.py +53 -0
- alibabacloud_agentrun20250910/models/_list_browsers_input.py +50 -0
- alibabacloud_agentrun20250910/models/_list_browsers_output.py +68 -0
- alibabacloud_agentrun20250910/models/_list_browsers_request.py +61 -0
- alibabacloud_agentrun20250910/models/_list_browsers_response.py +54 -0
- alibabacloud_agentrun20250910/models/_list_browsers_result.py +55 -0
- alibabacloud_agentrun20250910/models/_list_code_interpreter_session_result.py +53 -0
- alibabacloud_agentrun20250910/models/_list_code_interpreters_input.py +50 -0
- alibabacloud_agentrun20250910/models/_list_code_interpreters_output.py +68 -0
- alibabacloud_agentrun20250910/models/_list_code_interpreters_request.py +52 -0
- alibabacloud_agentrun20250910/models/_list_code_interpreters_response.py +54 -0
- alibabacloud_agentrun20250910/models/_list_code_interpreters_result.py +55 -0
- alibabacloud_agentrun20250910/models/_list_credentials_output.py +68 -0
- alibabacloud_agentrun20250910/models/_list_credentials_request.py +84 -0
- alibabacloud_agentrun20250910/models/_list_credentials_response.py +54 -0
- alibabacloud_agentrun20250910/models/_list_credentials_result.py +52 -0
- alibabacloud_agentrun20250910/models/_list_custom_domains_output.py +68 -0
- alibabacloud_agentrun20250910/models/_list_custom_domains_result.py +52 -0
- alibabacloud_agentrun20250910/models/_list_domains_output.py +68 -0
- alibabacloud_agentrun20250910/models/_list_gateways_output.py +60 -0
- alibabacloud_agentrun20250910/models/_list_model_providers_request.py +65 -0
- alibabacloud_agentrun20250910/models/_list_model_providers_response.py +54 -0
- alibabacloud_agentrun20250910/models/_list_model_providers_response_body.py +176 -0
- alibabacloud_agentrun20250910/models/_list_model_proxies_output.py +68 -0
- alibabacloud_agentrun20250910/models/_list_model_proxies_request.py +58 -0
- alibabacloud_agentrun20250910/models/_list_model_proxies_response.py +54 -0
- alibabacloud_agentrun20250910/models/_list_model_proxies_result.py +52 -0
- alibabacloud_agentrun20250910/models/_list_model_services_output.py +68 -0
- alibabacloud_agentrun20250910/models/_list_model_services_request.py +66 -0
- alibabacloud_agentrun20250910/models/_list_model_services_response.py +54 -0
- alibabacloud_agentrun20250910/models/_list_model_services_result.py +52 -0
- alibabacloud_agentrun20250910/models/_list_sandboxes_output.py +53 -0
- alibabacloud_agentrun20250910/models/_list_sandboxes_request.py +67 -0
- alibabacloud_agentrun20250910/models/_list_sandboxes_response.py +54 -0
- alibabacloud_agentrun20250910/models/_list_sandboxes_result.py +55 -0
- alibabacloud_agentrun20250910/models/_list_templates_output.py +72 -0
- alibabacloud_agentrun20250910/models/_list_templates_request.py +68 -0
- alibabacloud_agentrun20250910/models/_list_templates_response.py +54 -0
- alibabacloud_agentrun20250910/models/_list_templates_result.py +55 -0
- alibabacloud_agentrun20250910/models/_list_tools_output.py +68 -0
- alibabacloud_agentrun20250910/models/_llmapiconfiguration.py +101 -0
- alibabacloud_agentrun20250910/models/_llmdeploy_config.py +93 -0
- alibabacloud_agentrun20250910/models/_log_configuration.py +43 -0
- alibabacloud_agentrun20250910/models/_mcpapi.py +95 -0
- alibabacloud_agentrun20250910/models/_mcpapiconfiguration.py +65 -0
- alibabacloud_agentrun20250910/models/_mcpbackend_config.py +52 -0
- alibabacloud_agentrun20250910/models/_mcpmatch.py +36 -0
- alibabacloud_agentrun20250910/models/_mcppath_match.py +41 -0
- alibabacloud_agentrun20250910/models/_mcpserver_config.py +49 -0
- alibabacloud_agentrun20250910/models/_mcpservice_config.py +33 -0
- alibabacloud_agentrun20250910/models/_model.py +137 -0
- alibabacloud_agentrun20250910/models/_model_features.py +65 -0
- alibabacloud_agentrun20250910/models/_model_info_config.py +74 -0
- alibabacloud_agentrun20250910/models/_model_parameter_rule.py +75 -0
- alibabacloud_agentrun20250910/models/_model_properties.py +33 -0
- alibabacloud_agentrun20250910/models/_model_proxy.py +194 -0
- alibabacloud_agentrun20250910/models/_model_proxy_result.py +52 -0
- alibabacloud_agentrun20250910/models/_model_service.py +146 -0
- alibabacloud_agentrun20250910/models/_model_service_result.py +52 -0
- alibabacloud_agentrun20250910/models/_nasconfig.py +60 -0
- alibabacloud_agentrun20250910/models/_nasmount_config.py +49 -0
- alibabacloud_agentrun20250910/models/_network_configuration.py +59 -0
- alibabacloud_agentrun20250910/models/_oss_configuration.py +68 -0
- alibabacloud_agentrun20250910/models/_ossmount_config.py +44 -0
- alibabacloud_agentrun20250910/models/_ossmount_point.py +65 -0
- alibabacloud_agentrun20250910/models/_pagination_info.py +57 -0
- alibabacloud_agentrun20250910/models/_path_config.py +72 -0
- alibabacloud_agentrun20250910/models/_polar_fs_config.py +60 -0
- alibabacloud_agentrun20250910/models/_polar_fs_mount_config.py +49 -0
- alibabacloud_agentrun20250910/models/_policy_config.py +52 -0
- alibabacloud_agentrun20250910/models/_protocol_configuration.py +33 -0
- alibabacloud_agentrun20250910/models/_provider_settings.py +51 -0
- alibabacloud_agentrun20250910/models/_proxy_config.py +372 -0
- alibabacloud_agentrun20250910/models/_publish_runtime_version_input.py +43 -0
- alibabacloud_agentrun20250910/models/_publish_runtime_version_request.py +36 -0
- alibabacloud_agentrun20250910/models/_publish_runtime_version_response.py +54 -0
- alibabacloud_agentrun20250910/models/_recording_configuration.py +47 -0
- alibabacloud_agentrun20250910/models/_register_service_input.py +98 -0
- alibabacloud_agentrun20250910/models/_related_resource.py +49 -0
- alibabacloud_agentrun20250910/models/_related_workload.py +49 -0
- alibabacloud_agentrun20250910/models/_route_config.py +45 -0
- alibabacloud_agentrun20250910/models/_routing_configuration.py +45 -0
- alibabacloud_agentrun20250910/models/_sandbox.py +123 -0
- alibabacloud_agentrun20250910/models/_sandbox_health_check_out.py +36 -0
- alibabacloud_agentrun20250910/models/_sandbox_health_check_result.py +54 -0
- alibabacloud_agentrun20250910/models/_sandbox_result.py +57 -0
- alibabacloud_agentrun20250910/models/_service_config.py +44 -0
- alibabacloud_agentrun20250910/models/_service_result.py +54 -0
- alibabacloud_agentrun20250910/models/_start_browser_session_input.py +33 -0
- alibabacloud_agentrun20250910/models/_start_browser_session_result.py +53 -0
- alibabacloud_agentrun20250910/models/_start_code_interpreter_session_input.py +34 -0
- alibabacloud_agentrun20250910/models/_start_code_interpreter_session_result.py +53 -0
- alibabacloud_agentrun20250910/models/_stop_code_interpreter_session_result.py +42 -0
- alibabacloud_agentrun20250910/models/_stop_sandbox_response.py +54 -0
- alibabacloud_agentrun20250910/models/_stop_sandbox_result.py +52 -0
- alibabacloud_agentrun20250910/models/_stop_template_mcpresponse.py +54 -0
- alibabacloud_agentrun20250910/models/_target.py +55 -0
- alibabacloud_agentrun20250910/models/_target_configuration.py +55 -0
- alibabacloud_agentrun20250910/models/_target_service_config.py +57 -0
- alibabacloud_agentrun20250910/models/_template.py +352 -0
- alibabacloud_agentrun20250910/models/_template_result.py +57 -0
- alibabacloud_agentrun20250910/models/_tlsconfig.py +54 -0
- alibabacloud_agentrun20250910/models/_tool_info.py +100 -0
- alibabacloud_agentrun20250910/models/_tool_list_item.py +100 -0
- alibabacloud_agentrun20250910/models/_trigger_config.py +43 -0
- alibabacloud_agentrun20250910/models/_update_agent_runtime_endpoint_input.py +62 -0
- alibabacloud_agentrun20250910/models/_update_agent_runtime_endpoint_request.py +39 -0
- alibabacloud_agentrun20250910/models/_update_agent_runtime_endpoint_response.py +54 -0
- alibabacloud_agentrun20250910/models/_update_agent_runtime_input.py +193 -0
- alibabacloud_agentrun20250910/models/_update_agent_runtime_request.py +39 -0
- alibabacloud_agentrun20250910/models/_update_agent_runtime_response.py +54 -0
- alibabacloud_agentrun20250910/models/_update_apig_llmmodel_input.py +83 -0
- alibabacloud_agentrun20250910/models/_update_credential_input.py +60 -0
- alibabacloud_agentrun20250910/models/_update_credential_output.py +124 -0
- alibabacloud_agentrun20250910/models/_update_credential_request.py +36 -0
- alibabacloud_agentrun20250910/models/_update_credential_response.py +54 -0
- alibabacloud_agentrun20250910/models/_update_custom_domain_input.py +79 -0
- alibabacloud_agentrun20250910/models/_update_domain_input.py +41 -0
- alibabacloud_agentrun20250910/models/_update_model_input.py +83 -0
- alibabacloud_agentrun20250910/models/_update_model_proxy_input.py +93 -0
- alibabacloud_agentrun20250910/models/_update_model_proxy_request.py +36 -0
- alibabacloud_agentrun20250910/models/_update_model_proxy_response.py +54 -0
- alibabacloud_agentrun20250910/models/_update_model_service_input.py +98 -0
- alibabacloud_agentrun20250910/models/_update_model_service_request.py +36 -0
- alibabacloud_agentrun20250910/models/_update_model_service_response.py +54 -0
- alibabacloud_agentrun20250910/models/_update_target_configuration_input.py +44 -0
- alibabacloud_agentrun20250910/models/_update_template_input.py +177 -0
- alibabacloud_agentrun20250910/models/_update_template_request.py +48 -0
- alibabacloud_agentrun20250910/models/_update_template_response.py +54 -0
- alibabacloud_agentrun20250910/models/_update_tool_data.py +65 -0
- alibabacloud_agentrun20250910/models/_update_tool_input.py +49 -0
- alibabacloud_agentrun20250910/models/_update_tool_output.py +52 -0
- alibabacloud_agentrun20250910/models/_version_weight.py +43 -0
- alibabacloud_agentrun20250910/models/_view_port_configuration.py +47 -0
- alibabacloud_agentrun20250910-5.0.0.dist-info/LICENSE +13 -0
- alibabacloud_agentrun20250910-5.0.0.dist-info/METADATA +69 -0
- alibabacloud_agentrun20250910-5.0.0.dist-info/RECORD +282 -0
- alibabacloud_agentrun20250910-5.0.0.dist-info/WHEEL +5 -0
- alibabacloud_agentrun20250910-5.0.0.dist-info/top_level.txt +1 -0
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# This file is auto-generated, don't edit it. Thanks.
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
|
|
5
|
+
from alibabacloud_agentrun20250910 import models as main_models
|
|
6
|
+
from darabonba.model import DaraModel
|
|
7
|
+
|
|
8
|
+
class CreateCodeInterpreterInput(DaraModel):
|
|
9
|
+
def __init__(
|
|
10
|
+
self,
|
|
11
|
+
code_interpreter_name: str = None,
|
|
12
|
+
cpu: float = None,
|
|
13
|
+
credential_id: str = None,
|
|
14
|
+
description: str = None,
|
|
15
|
+
execution_role_arn: str = None,
|
|
16
|
+
memory: int = None,
|
|
17
|
+
network_configuration: main_models.NetworkConfiguration = None,
|
|
18
|
+
session_idle_timeout_seconds: int = None,
|
|
19
|
+
):
|
|
20
|
+
# 代码解释器的名称,用于标识和区分不同的代码解释器实例
|
|
21
|
+
#
|
|
22
|
+
# This parameter is required.
|
|
23
|
+
self.code_interpreter_name = code_interpreter_name
|
|
24
|
+
# CPU资源配置(单位:核数)
|
|
25
|
+
#
|
|
26
|
+
# This parameter is required.
|
|
27
|
+
self.cpu = cpu
|
|
28
|
+
self.credential_id = credential_id
|
|
29
|
+
# 代码解释器的描述信息,说明该解释器的用途和功能
|
|
30
|
+
self.description = description
|
|
31
|
+
# 此代码解释器的执行角色
|
|
32
|
+
self.execution_role_arn = execution_role_arn
|
|
33
|
+
# 内存资源配置(单位:MB)
|
|
34
|
+
#
|
|
35
|
+
# This parameter is required.
|
|
36
|
+
self.memory = memory
|
|
37
|
+
# 代码解释器的网络配置,包括VPC、安全组等网络访问设置
|
|
38
|
+
#
|
|
39
|
+
# This parameter is required.
|
|
40
|
+
self.network_configuration = network_configuration
|
|
41
|
+
# 会话的空闲超时时间,单位为秒。实例没有会话请求后处于空闲状态,空闲态为闲置计费模式,超过此超时时间后会话自动过期,不可继续使用
|
|
42
|
+
self.session_idle_timeout_seconds = session_idle_timeout_seconds
|
|
43
|
+
|
|
44
|
+
def validate(self):
|
|
45
|
+
if self.network_configuration:
|
|
46
|
+
self.network_configuration.validate()
|
|
47
|
+
|
|
48
|
+
def to_map(self):
|
|
49
|
+
result = dict()
|
|
50
|
+
_map = super().to_map()
|
|
51
|
+
if _map is not None:
|
|
52
|
+
result = _map
|
|
53
|
+
if self.code_interpreter_name is not None:
|
|
54
|
+
result['codeInterpreterName'] = self.code_interpreter_name
|
|
55
|
+
|
|
56
|
+
if self.cpu is not None:
|
|
57
|
+
result['cpu'] = self.cpu
|
|
58
|
+
|
|
59
|
+
if self.credential_id is not None:
|
|
60
|
+
result['credentialId'] = self.credential_id
|
|
61
|
+
|
|
62
|
+
if self.description is not None:
|
|
63
|
+
result['description'] = self.description
|
|
64
|
+
|
|
65
|
+
if self.execution_role_arn is not None:
|
|
66
|
+
result['executionRoleArn'] = self.execution_role_arn
|
|
67
|
+
|
|
68
|
+
if self.memory is not None:
|
|
69
|
+
result['memory'] = self.memory
|
|
70
|
+
|
|
71
|
+
if self.network_configuration is not None:
|
|
72
|
+
result['networkConfiguration'] = self.network_configuration.to_map()
|
|
73
|
+
|
|
74
|
+
if self.session_idle_timeout_seconds is not None:
|
|
75
|
+
result['sessionIdleTimeoutSeconds'] = self.session_idle_timeout_seconds
|
|
76
|
+
|
|
77
|
+
return result
|
|
78
|
+
|
|
79
|
+
def from_map(self, m: dict = None):
|
|
80
|
+
m = m or dict()
|
|
81
|
+
if m.get('codeInterpreterName') is not None:
|
|
82
|
+
self.code_interpreter_name = m.get('codeInterpreterName')
|
|
83
|
+
|
|
84
|
+
if m.get('cpu') is not None:
|
|
85
|
+
self.cpu = m.get('cpu')
|
|
86
|
+
|
|
87
|
+
if m.get('credentialId') is not None:
|
|
88
|
+
self.credential_id = m.get('credentialId')
|
|
89
|
+
|
|
90
|
+
if m.get('description') is not None:
|
|
91
|
+
self.description = m.get('description')
|
|
92
|
+
|
|
93
|
+
if m.get('executionRoleArn') is not None:
|
|
94
|
+
self.execution_role_arn = m.get('executionRoleArn')
|
|
95
|
+
|
|
96
|
+
if m.get('memory') is not None:
|
|
97
|
+
self.memory = m.get('memory')
|
|
98
|
+
|
|
99
|
+
if m.get('networkConfiguration') is not None:
|
|
100
|
+
temp_model = main_models.NetworkConfiguration()
|
|
101
|
+
self.network_configuration = temp_model.from_map(m.get('networkConfiguration'))
|
|
102
|
+
|
|
103
|
+
if m.get('sessionIdleTimeoutSeconds') is not None:
|
|
104
|
+
self.session_idle_timeout_seconds = m.get('sessionIdleTimeoutSeconds')
|
|
105
|
+
|
|
106
|
+
return self
|
|
107
|
+
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# This file is auto-generated, don't edit it. Thanks.
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
|
|
5
|
+
from alibabacloud_agentrun20250910 import models as main_models
|
|
6
|
+
from darabonba.model import DaraModel
|
|
7
|
+
|
|
8
|
+
class CreateCodeInterpreterRequest(DaraModel):
|
|
9
|
+
def __init__(
|
|
10
|
+
self,
|
|
11
|
+
body: main_models.CreateCodeInterpreterInput = None,
|
|
12
|
+
):
|
|
13
|
+
# This parameter is required.
|
|
14
|
+
self.body = body
|
|
15
|
+
|
|
16
|
+
def validate(self):
|
|
17
|
+
if self.body:
|
|
18
|
+
self.body.validate()
|
|
19
|
+
|
|
20
|
+
def to_map(self):
|
|
21
|
+
result = dict()
|
|
22
|
+
_map = super().to_map()
|
|
23
|
+
if _map is not None:
|
|
24
|
+
result = _map
|
|
25
|
+
if self.body is not None:
|
|
26
|
+
result['body'] = self.body.to_map()
|
|
27
|
+
|
|
28
|
+
return result
|
|
29
|
+
|
|
30
|
+
def from_map(self, m: dict = None):
|
|
31
|
+
m = m or dict()
|
|
32
|
+
if m.get('body') is not None:
|
|
33
|
+
temp_model = main_models.CreateCodeInterpreterInput()
|
|
34
|
+
self.body = temp_model.from_map(m.get('body'))
|
|
35
|
+
|
|
36
|
+
return self
|
|
37
|
+
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# This file is auto-generated, don't edit it. Thanks.
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
|
|
5
|
+
from typing import Dict
|
|
6
|
+
|
|
7
|
+
from alibabacloud_agentrun20250910 import models as main_models
|
|
8
|
+
from darabonba.model import DaraModel
|
|
9
|
+
|
|
10
|
+
class CreateCodeInterpreterResponse(DaraModel):
|
|
11
|
+
def __init__(
|
|
12
|
+
self,
|
|
13
|
+
headers: Dict[str, str] = None,
|
|
14
|
+
status_code: int = None,
|
|
15
|
+
body: main_models.CodeInterpreterResult = None,
|
|
16
|
+
):
|
|
17
|
+
self.headers = headers
|
|
18
|
+
self.status_code = status_code
|
|
19
|
+
self.body = body
|
|
20
|
+
|
|
21
|
+
def validate(self):
|
|
22
|
+
if self.body:
|
|
23
|
+
self.body.validate()
|
|
24
|
+
|
|
25
|
+
def to_map(self):
|
|
26
|
+
result = dict()
|
|
27
|
+
_map = super().to_map()
|
|
28
|
+
if _map is not None:
|
|
29
|
+
result = _map
|
|
30
|
+
if self.headers is not None:
|
|
31
|
+
result['headers'] = self.headers
|
|
32
|
+
|
|
33
|
+
if self.status_code is not None:
|
|
34
|
+
result['statusCode'] = self.status_code
|
|
35
|
+
|
|
36
|
+
if self.body is not None:
|
|
37
|
+
result['body'] = self.body.to_map()
|
|
38
|
+
|
|
39
|
+
return result
|
|
40
|
+
|
|
41
|
+
def from_map(self, m: dict = None):
|
|
42
|
+
m = m or dict()
|
|
43
|
+
if m.get('headers') is not None:
|
|
44
|
+
self.headers = m.get('headers')
|
|
45
|
+
|
|
46
|
+
if m.get('statusCode') is not None:
|
|
47
|
+
self.status_code = m.get('statusCode')
|
|
48
|
+
|
|
49
|
+
if m.get('body') is not None:
|
|
50
|
+
temp_model = main_models.CodeInterpreterResult()
|
|
51
|
+
self.body = temp_model.from_map(m.get('body'))
|
|
52
|
+
|
|
53
|
+
return self
|
|
54
|
+
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# This file is auto-generated, don't edit it. Thanks.
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
|
|
5
|
+
from alibabacloud_agentrun20250910 import models as main_models
|
|
6
|
+
from darabonba.model import DaraModel
|
|
7
|
+
|
|
8
|
+
class CreateCredentialInput(DaraModel):
|
|
9
|
+
def __init__(
|
|
10
|
+
self,
|
|
11
|
+
credential_auth_type: str = None,
|
|
12
|
+
credential_name: str = None,
|
|
13
|
+
credential_public_config: main_models.CredentialPublicConfig = None,
|
|
14
|
+
credential_secret: str = None,
|
|
15
|
+
credential_source_type: str = None,
|
|
16
|
+
description: str = None,
|
|
17
|
+
enabled: bool = None,
|
|
18
|
+
):
|
|
19
|
+
# This parameter is required.
|
|
20
|
+
self.credential_auth_type = credential_auth_type
|
|
21
|
+
# This parameter is required.
|
|
22
|
+
self.credential_name = credential_name
|
|
23
|
+
self.credential_public_config = credential_public_config
|
|
24
|
+
self.credential_secret = credential_secret
|
|
25
|
+
# This parameter is required.
|
|
26
|
+
self.credential_source_type = credential_source_type
|
|
27
|
+
self.description = description
|
|
28
|
+
self.enabled = enabled
|
|
29
|
+
|
|
30
|
+
def validate(self):
|
|
31
|
+
if self.credential_public_config:
|
|
32
|
+
self.credential_public_config.validate()
|
|
33
|
+
|
|
34
|
+
def to_map(self):
|
|
35
|
+
result = dict()
|
|
36
|
+
_map = super().to_map()
|
|
37
|
+
if _map is not None:
|
|
38
|
+
result = _map
|
|
39
|
+
if self.credential_auth_type is not None:
|
|
40
|
+
result['credentialAuthType'] = self.credential_auth_type
|
|
41
|
+
|
|
42
|
+
if self.credential_name is not None:
|
|
43
|
+
result['credentialName'] = self.credential_name
|
|
44
|
+
|
|
45
|
+
if self.credential_public_config is not None:
|
|
46
|
+
result['credentialPublicConfig'] = self.credential_public_config.to_map()
|
|
47
|
+
|
|
48
|
+
if self.credential_secret is not None:
|
|
49
|
+
result['credentialSecret'] = self.credential_secret
|
|
50
|
+
|
|
51
|
+
if self.credential_source_type is not None:
|
|
52
|
+
result['credentialSourceType'] = self.credential_source_type
|
|
53
|
+
|
|
54
|
+
if self.description is not None:
|
|
55
|
+
result['description'] = self.description
|
|
56
|
+
|
|
57
|
+
if self.enabled is not None:
|
|
58
|
+
result['enabled'] = self.enabled
|
|
59
|
+
|
|
60
|
+
return result
|
|
61
|
+
|
|
62
|
+
def from_map(self, m: dict = None):
|
|
63
|
+
m = m or dict()
|
|
64
|
+
if m.get('credentialAuthType') is not None:
|
|
65
|
+
self.credential_auth_type = m.get('credentialAuthType')
|
|
66
|
+
|
|
67
|
+
if m.get('credentialName') is not None:
|
|
68
|
+
self.credential_name = m.get('credentialName')
|
|
69
|
+
|
|
70
|
+
if m.get('credentialPublicConfig') is not None:
|
|
71
|
+
temp_model = main_models.CredentialPublicConfig()
|
|
72
|
+
self.credential_public_config = temp_model.from_map(m.get('credentialPublicConfig'))
|
|
73
|
+
|
|
74
|
+
if m.get('credentialSecret') is not None:
|
|
75
|
+
self.credential_secret = m.get('credentialSecret')
|
|
76
|
+
|
|
77
|
+
if m.get('credentialSourceType') is not None:
|
|
78
|
+
self.credential_source_type = m.get('credentialSourceType')
|
|
79
|
+
|
|
80
|
+
if m.get('description') is not None:
|
|
81
|
+
self.description = m.get('description')
|
|
82
|
+
|
|
83
|
+
if m.get('enabled') is not None:
|
|
84
|
+
self.enabled = m.get('enabled')
|
|
85
|
+
|
|
86
|
+
return self
|
|
87
|
+
|
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# This file is auto-generated, don't edit it. Thanks.
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
|
|
5
|
+
from typing import Dict, List
|
|
6
|
+
|
|
7
|
+
from alibabacloud_agentrun20250910 import models as main_models
|
|
8
|
+
from darabonba.model import DaraModel
|
|
9
|
+
|
|
10
|
+
class CreateCredentialOutput(DaraModel):
|
|
11
|
+
def __init__(
|
|
12
|
+
self,
|
|
13
|
+
created_at: str = None,
|
|
14
|
+
credential_auth_type: str = None,
|
|
15
|
+
credential_id: str = None,
|
|
16
|
+
credential_name: str = None,
|
|
17
|
+
credential_public_config: Dict[str, str] = None,
|
|
18
|
+
credential_secret: str = None,
|
|
19
|
+
credential_source_type: str = None,
|
|
20
|
+
description: str = None,
|
|
21
|
+
enabled: bool = None,
|
|
22
|
+
related_resources: List[main_models.RelatedResource] = None,
|
|
23
|
+
updated_at: str = None,
|
|
24
|
+
):
|
|
25
|
+
self.created_at = created_at
|
|
26
|
+
self.credential_auth_type = credential_auth_type
|
|
27
|
+
self.credential_id = credential_id
|
|
28
|
+
self.credential_name = credential_name
|
|
29
|
+
self.credential_public_config = credential_public_config
|
|
30
|
+
self.credential_secret = credential_secret
|
|
31
|
+
self.credential_source_type = credential_source_type
|
|
32
|
+
self.description = description
|
|
33
|
+
self.enabled = enabled
|
|
34
|
+
self.related_resources = related_resources
|
|
35
|
+
self.updated_at = updated_at
|
|
36
|
+
|
|
37
|
+
def validate(self):
|
|
38
|
+
if self.related_resources:
|
|
39
|
+
for v1 in self.related_resources:
|
|
40
|
+
if v1:
|
|
41
|
+
v1.validate()
|
|
42
|
+
|
|
43
|
+
def to_map(self):
|
|
44
|
+
result = dict()
|
|
45
|
+
_map = super().to_map()
|
|
46
|
+
if _map is not None:
|
|
47
|
+
result = _map
|
|
48
|
+
if self.created_at is not None:
|
|
49
|
+
result['createdAt'] = self.created_at
|
|
50
|
+
|
|
51
|
+
if self.credential_auth_type is not None:
|
|
52
|
+
result['credentialAuthType'] = self.credential_auth_type
|
|
53
|
+
|
|
54
|
+
if self.credential_id is not None:
|
|
55
|
+
result['credentialId'] = self.credential_id
|
|
56
|
+
|
|
57
|
+
if self.credential_name is not None:
|
|
58
|
+
result['credentialName'] = self.credential_name
|
|
59
|
+
|
|
60
|
+
if self.credential_public_config is not None:
|
|
61
|
+
result['credentialPublicConfig'] = self.credential_public_config
|
|
62
|
+
|
|
63
|
+
if self.credential_secret is not None:
|
|
64
|
+
result['credentialSecret'] = self.credential_secret
|
|
65
|
+
|
|
66
|
+
if self.credential_source_type is not None:
|
|
67
|
+
result['credentialSourceType'] = self.credential_source_type
|
|
68
|
+
|
|
69
|
+
if self.description is not None:
|
|
70
|
+
result['description'] = self.description
|
|
71
|
+
|
|
72
|
+
if self.enabled is not None:
|
|
73
|
+
result['enabled'] = self.enabled
|
|
74
|
+
|
|
75
|
+
result['relatedResources'] = []
|
|
76
|
+
if self.related_resources is not None:
|
|
77
|
+
for k1 in self.related_resources:
|
|
78
|
+
result['relatedResources'].append(k1.to_map() if k1 else None)
|
|
79
|
+
|
|
80
|
+
if self.updated_at is not None:
|
|
81
|
+
result['updatedAt'] = self.updated_at
|
|
82
|
+
|
|
83
|
+
return result
|
|
84
|
+
|
|
85
|
+
def from_map(self, m: dict = None):
|
|
86
|
+
m = m or dict()
|
|
87
|
+
if m.get('createdAt') is not None:
|
|
88
|
+
self.created_at = m.get('createdAt')
|
|
89
|
+
|
|
90
|
+
if m.get('credentialAuthType') is not None:
|
|
91
|
+
self.credential_auth_type = m.get('credentialAuthType')
|
|
92
|
+
|
|
93
|
+
if m.get('credentialId') is not None:
|
|
94
|
+
self.credential_id = m.get('credentialId')
|
|
95
|
+
|
|
96
|
+
if m.get('credentialName') is not None:
|
|
97
|
+
self.credential_name = m.get('credentialName')
|
|
98
|
+
|
|
99
|
+
if m.get('credentialPublicConfig') is not None:
|
|
100
|
+
self.credential_public_config = m.get('credentialPublicConfig')
|
|
101
|
+
|
|
102
|
+
if m.get('credentialSecret') is not None:
|
|
103
|
+
self.credential_secret = m.get('credentialSecret')
|
|
104
|
+
|
|
105
|
+
if m.get('credentialSourceType') is not None:
|
|
106
|
+
self.credential_source_type = m.get('credentialSourceType')
|
|
107
|
+
|
|
108
|
+
if m.get('description') is not None:
|
|
109
|
+
self.description = m.get('description')
|
|
110
|
+
|
|
111
|
+
if m.get('enabled') is not None:
|
|
112
|
+
self.enabled = m.get('enabled')
|
|
113
|
+
|
|
114
|
+
self.related_resources = []
|
|
115
|
+
if m.get('relatedResources') is not None:
|
|
116
|
+
for k1 in m.get('relatedResources'):
|
|
117
|
+
temp_model = main_models.RelatedResource()
|
|
118
|
+
self.related_resources.append(temp_model.from_map(k1))
|
|
119
|
+
|
|
120
|
+
if m.get('updatedAt') is not None:
|
|
121
|
+
self.updated_at = m.get('updatedAt')
|
|
122
|
+
|
|
123
|
+
return self
|
|
124
|
+
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# This file is auto-generated, don't edit it. Thanks.
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
|
|
5
|
+
from alibabacloud_agentrun20250910 import models as main_models
|
|
6
|
+
from darabonba.model import DaraModel
|
|
7
|
+
|
|
8
|
+
class CreateCredentialRequest(DaraModel):
|
|
9
|
+
def __init__(
|
|
10
|
+
self,
|
|
11
|
+
body: main_models.CreateCredentialInput = None,
|
|
12
|
+
):
|
|
13
|
+
self.body = body
|
|
14
|
+
|
|
15
|
+
def validate(self):
|
|
16
|
+
if self.body:
|
|
17
|
+
self.body.validate()
|
|
18
|
+
|
|
19
|
+
def to_map(self):
|
|
20
|
+
result = dict()
|
|
21
|
+
_map = super().to_map()
|
|
22
|
+
if _map is not None:
|
|
23
|
+
result = _map
|
|
24
|
+
if self.body is not None:
|
|
25
|
+
result['body'] = self.body.to_map()
|
|
26
|
+
|
|
27
|
+
return result
|
|
28
|
+
|
|
29
|
+
def from_map(self, m: dict = None):
|
|
30
|
+
m = m or dict()
|
|
31
|
+
if m.get('body') is not None:
|
|
32
|
+
temp_model = main_models.CreateCredentialInput()
|
|
33
|
+
self.body = temp_model.from_map(m.get('body'))
|
|
34
|
+
|
|
35
|
+
return self
|
|
36
|
+
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# This file is auto-generated, don't edit it. Thanks.
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
|
|
5
|
+
from typing import Dict
|
|
6
|
+
|
|
7
|
+
from alibabacloud_agentrun20250910 import models as main_models
|
|
8
|
+
from darabonba.model import DaraModel
|
|
9
|
+
|
|
10
|
+
class CreateCredentialResponse(DaraModel):
|
|
11
|
+
def __init__(
|
|
12
|
+
self,
|
|
13
|
+
headers: Dict[str, str] = None,
|
|
14
|
+
status_code: int = None,
|
|
15
|
+
body: main_models.CredentialResult = None,
|
|
16
|
+
):
|
|
17
|
+
self.headers = headers
|
|
18
|
+
self.status_code = status_code
|
|
19
|
+
self.body = body
|
|
20
|
+
|
|
21
|
+
def validate(self):
|
|
22
|
+
if self.body:
|
|
23
|
+
self.body.validate()
|
|
24
|
+
|
|
25
|
+
def to_map(self):
|
|
26
|
+
result = dict()
|
|
27
|
+
_map = super().to_map()
|
|
28
|
+
if _map is not None:
|
|
29
|
+
result = _map
|
|
30
|
+
if self.headers is not None:
|
|
31
|
+
result['headers'] = self.headers
|
|
32
|
+
|
|
33
|
+
if self.status_code is not None:
|
|
34
|
+
result['statusCode'] = self.status_code
|
|
35
|
+
|
|
36
|
+
if self.body is not None:
|
|
37
|
+
result['body'] = self.body.to_map()
|
|
38
|
+
|
|
39
|
+
return result
|
|
40
|
+
|
|
41
|
+
def from_map(self, m: dict = None):
|
|
42
|
+
m = m or dict()
|
|
43
|
+
if m.get('headers') is not None:
|
|
44
|
+
self.headers = m.get('headers')
|
|
45
|
+
|
|
46
|
+
if m.get('statusCode') is not None:
|
|
47
|
+
self.status_code = m.get('statusCode')
|
|
48
|
+
|
|
49
|
+
if m.get('body') is not None:
|
|
50
|
+
temp_model = main_models.CredentialResult()
|
|
51
|
+
self.body = temp_model.from_map(m.get('body'))
|
|
52
|
+
|
|
53
|
+
return self
|
|
54
|
+
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# This file is auto-generated, don't edit it. Thanks.
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
|
|
5
|
+
from alibabacloud_agentrun20250910 import models as main_models
|
|
6
|
+
from darabonba.model import DaraModel
|
|
7
|
+
|
|
8
|
+
class CreateCustomDomainInput(DaraModel):
|
|
9
|
+
def __init__(
|
|
10
|
+
self,
|
|
11
|
+
cert_config: main_models.CertConfig = None,
|
|
12
|
+
description: str = None,
|
|
13
|
+
domain_name: str = None,
|
|
14
|
+
protocol: str = None,
|
|
15
|
+
route_config: main_models.RouteConfig = None,
|
|
16
|
+
tls_config: main_models.TLSConfig = None,
|
|
17
|
+
):
|
|
18
|
+
# HTTPS 证书的信息。
|
|
19
|
+
self.cert_config = cert_config
|
|
20
|
+
# 描述
|
|
21
|
+
self.description = description
|
|
22
|
+
# 域名。填写已在阿里云备案或接入备案的自定义域名名称。
|
|
23
|
+
#
|
|
24
|
+
# This parameter is required.
|
|
25
|
+
self.domain_name = domain_name
|
|
26
|
+
# 域名支持的协议类型:● HTTP:仅支持 HTTP 协议。● HTTPS:仅支持 HTTPS 协议。● HTTP,HTTPS:支持 HTTP 及 HTTPS 协议。
|
|
27
|
+
#
|
|
28
|
+
# This parameter is required.
|
|
29
|
+
self.protocol = protocol
|
|
30
|
+
# 路由表:自定义域名访问时的 PATH 到 资源 的映射。
|
|
31
|
+
self.route_config = route_config
|
|
32
|
+
# TLS 配置信息。
|
|
33
|
+
self.tls_config = tls_config
|
|
34
|
+
|
|
35
|
+
def validate(self):
|
|
36
|
+
if self.cert_config:
|
|
37
|
+
self.cert_config.validate()
|
|
38
|
+
if self.route_config:
|
|
39
|
+
self.route_config.validate()
|
|
40
|
+
if self.tls_config:
|
|
41
|
+
self.tls_config.validate()
|
|
42
|
+
|
|
43
|
+
def to_map(self):
|
|
44
|
+
result = dict()
|
|
45
|
+
_map = super().to_map()
|
|
46
|
+
if _map is not None:
|
|
47
|
+
result = _map
|
|
48
|
+
if self.cert_config is not None:
|
|
49
|
+
result['certConfig'] = self.cert_config.to_map()
|
|
50
|
+
|
|
51
|
+
if self.description is not None:
|
|
52
|
+
result['description'] = self.description
|
|
53
|
+
|
|
54
|
+
if self.domain_name is not None:
|
|
55
|
+
result['domainName'] = self.domain_name
|
|
56
|
+
|
|
57
|
+
if self.protocol is not None:
|
|
58
|
+
result['protocol'] = self.protocol
|
|
59
|
+
|
|
60
|
+
if self.route_config is not None:
|
|
61
|
+
result['routeConfig'] = self.route_config.to_map()
|
|
62
|
+
|
|
63
|
+
if self.tls_config is not None:
|
|
64
|
+
result['tlsConfig'] = self.tls_config.to_map()
|
|
65
|
+
|
|
66
|
+
return result
|
|
67
|
+
|
|
68
|
+
def from_map(self, m: dict = None):
|
|
69
|
+
m = m or dict()
|
|
70
|
+
if m.get('certConfig') is not None:
|
|
71
|
+
temp_model = main_models.CertConfig()
|
|
72
|
+
self.cert_config = temp_model.from_map(m.get('certConfig'))
|
|
73
|
+
|
|
74
|
+
if m.get('description') is not None:
|
|
75
|
+
self.description = m.get('description')
|
|
76
|
+
|
|
77
|
+
if m.get('domainName') is not None:
|
|
78
|
+
self.domain_name = m.get('domainName')
|
|
79
|
+
|
|
80
|
+
if m.get('protocol') is not None:
|
|
81
|
+
self.protocol = m.get('protocol')
|
|
82
|
+
|
|
83
|
+
if m.get('routeConfig') is not None:
|
|
84
|
+
temp_model = main_models.RouteConfig()
|
|
85
|
+
self.route_config = temp_model.from_map(m.get('routeConfig'))
|
|
86
|
+
|
|
87
|
+
if m.get('tlsConfig') is not None:
|
|
88
|
+
temp_model = main_models.TLSConfig()
|
|
89
|
+
self.tls_config = temp_model.from_map(m.get('tlsConfig'))
|
|
90
|
+
|
|
91
|
+
return self
|
|
92
|
+
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# This file is auto-generated, don't edit it. Thanks.
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
|
|
5
|
+
from darabonba.model import DaraModel
|
|
6
|
+
|
|
7
|
+
class CreateDomainInput(DaraModel):
|
|
8
|
+
def __init__(
|
|
9
|
+
self,
|
|
10
|
+
cert_identifier: str = None,
|
|
11
|
+
name: str = None,
|
|
12
|
+
protocol: str = None,
|
|
13
|
+
):
|
|
14
|
+
self.cert_identifier = cert_identifier
|
|
15
|
+
self.name = name
|
|
16
|
+
self.protocol = protocol
|
|
17
|
+
|
|
18
|
+
def validate(self):
|
|
19
|
+
pass
|
|
20
|
+
|
|
21
|
+
def to_map(self):
|
|
22
|
+
result = dict()
|
|
23
|
+
_map = super().to_map()
|
|
24
|
+
if _map is not None:
|
|
25
|
+
result = _map
|
|
26
|
+
if self.cert_identifier is not None:
|
|
27
|
+
result['certIdentifier'] = self.cert_identifier
|
|
28
|
+
|
|
29
|
+
if self.name is not None:
|
|
30
|
+
result['name'] = self.name
|
|
31
|
+
|
|
32
|
+
if self.protocol is not None:
|
|
33
|
+
result['protocol'] = self.protocol
|
|
34
|
+
|
|
35
|
+
return result
|
|
36
|
+
|
|
37
|
+
def from_map(self, m: dict = None):
|
|
38
|
+
m = m or dict()
|
|
39
|
+
if m.get('certIdentifier') is not None:
|
|
40
|
+
self.cert_identifier = m.get('certIdentifier')
|
|
41
|
+
|
|
42
|
+
if m.get('name') is not None:
|
|
43
|
+
self.name = m.get('name')
|
|
44
|
+
|
|
45
|
+
if m.get('protocol') is not None:
|
|
46
|
+
self.protocol = m.get('protocol')
|
|
47
|
+
|
|
48
|
+
return self
|
|
49
|
+
|