volcengine-python-sdk 4.0.17__py2.py3-none-any.whl → 4.0.18__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.17.dist-info → volcengine_python_sdk-4.0.18.dist-info}/METADATA +1 -1
- {volcengine_python_sdk-4.0.17.dist-info → volcengine_python_sdk-4.0.18.dist-info}/RECORD +261 -137
- volcenginesdkapig/__init__.py +52 -10
- volcenginesdkapig/api/apig_api.py +1489 -228
- volcenginesdkapig/models/__init__.py +52 -10
- volcenginesdkapig/models/apm_trace_spec_for_create_gateway_input.py +123 -0
- volcenginesdkapig/models/apm_trace_spec_for_get_gateway_output.py +95 -0
- volcenginesdkapig/models/apm_trace_spec_for_list_gateways_output.py +95 -0
- volcenginesdkapig/models/apm_trace_spec_for_update_gateway_trace_input.py +123 -0
- volcenginesdkapig/models/attach_gateway_lb_request.py +150 -0
- volcenginesdkapig/models/{tag_for_get_upstream_output.py → attach_gateway_lb_response.py} +20 -46
- volcenginesdkapig/models/create_custom_domain_request.py +255 -0
- volcenginesdkapig/models/create_custom_domain_response.py +123 -0
- volcenginesdkapig/models/create_gateway_request.py +17 -43
- volcenginesdkapig/models/create_upstream_request.py +1 -53
- volcenginesdkapig/models/create_upstream_version_request.py +150 -0
- volcenginesdkapig/models/create_upstream_version_response.py +149 -0
- volcenginesdkapig/models/custom_domain_for_get_custom_domain_output.py +357 -0
- volcenginesdkapig/models/delete_custom_domain_request.py +124 -0
- volcenginesdkapig/models/delete_custom_domain_response.py +95 -0
- volcenginesdkapig/models/delete_gateway_request.py +1 -27
- volcenginesdkapig/models/delete_upstream_version_request.py +151 -0
- volcenginesdkapig/models/delete_upstream_version_response.py +95 -0
- volcenginesdkapig20221112/models/tag_for_get_route_output.py → volcenginesdkapig/models/detach_gateway_lb_request.py +22 -47
- volcenginesdkapig/models/detach_gateway_lb_response.py +95 -0
- volcenginesdkapig/models/domain_spec_for_get_gateway_service_output.py +123 -0
- volcenginesdkapig/models/domain_spec_for_list_gateway_services_output.py +123 -0
- volcenginesdkapig/models/domain_spec_for_update_gateway_service_input.py +123 -0
- volcenginesdkapig/models/filter_for_list_gateways_input.py +1 -27
- volcenginesdkapig/models/gateway_for_get_gateway_output.py +17 -43
- volcenginesdkapig/models/gateway_service_for_get_gateway_service_output.py +29 -29
- volcenginesdkapig20221112/models/tag_for_list_routes_output.py → volcenginesdkapig/models/get_custom_domain_request.py +22 -47
- volcenginesdkapig/models/get_custom_domain_response.py +123 -0
- volcenginesdkapig/models/get_jwt_token_request.py +123 -0
- volcenginesdkapig/models/{tag_for_list_gateways_input.py → get_jwt_token_response.py} +20 -46
- volcenginesdkapig/models/imported_clb_spec_for_attach_gateway_lb_input.py +149 -0
- volcenginesdkapig/models/imported_clb_spec_for_list_gateway_lbs_output.py +201 -0
- volcenginesdkapig/models/ip_list_for_list_gateway_lbs_output.py +149 -0
- volcenginesdkapig/models/item_for_list_custom_domains_output.py +357 -0
- volcenginesdkapig/models/item_for_list_gateway_lbs_output.py +305 -0
- volcenginesdkapig/models/item_for_list_gateway_services_output.py +29 -29
- volcenginesdkapig/models/item_for_list_gateways_output.py +27 -1
- volcenginesdkapig/models/item_for_list_upstreams_output.py +1 -53
- volcenginesdkapig/models/{tag_for_list_gateway_services_output.py → label_for_create_upstream_version_input.py} +13 -13
- volcenginesdkapig/models/{tag_for_get_gateway_service_output.py → label_for_update_upstream_version_input.py} +13 -13
- volcenginesdkapig/models/list_custom_domains_request.py +201 -0
- volcenginesdkapig/models/list_custom_domains_response.py +149 -0
- volcenginesdkapig/models/list_gateway_lbs_request.py +124 -0
- volcenginesdkapig/models/list_gateway_lbs_response.py +149 -0
- volcenginesdkapig/models/list_upstreams_request.py +1 -27
- volcenginesdkapig/models/port_for_list_gateway_lbs_output.py +149 -0
- volcenginesdkapig/models/tls_trace_spec_for_create_gateway_input.py +201 -0
- volcenginesdkapig/models/tls_trace_spec_for_get_gateway_output.py +149 -0
- volcenginesdkapig/models/tls_trace_spec_for_list_gateways_output.py +149 -0
- volcenginesdkapig/models/tls_trace_spec_for_update_gateway_trace_input.py +201 -0
- volcenginesdkapig/models/trace_spec_for_create_gateway_input.py +201 -0
- volcenginesdkapig/models/trace_spec_for_get_gateway_output.py +201 -0
- volcenginesdkapig/models/trace_spec_for_list_gateways_output.py +201 -0
- volcenginesdkapig/models/trace_spec_for_update_gateway_trace_input.py +201 -0
- volcenginesdkapig/models/update_custom_domain_request.py +228 -0
- volcenginesdkapig/models/update_custom_domain_response.py +123 -0
- volcenginesdkapig/models/update_gateway_service_request.py +27 -1
- volcenginesdkapig/models/update_gateway_trace_request.py +150 -0
- volcenginesdkapig/models/update_gateway_trace_response.py +123 -0
- volcenginesdkapig/models/update_upstream_version_request.py +150 -0
- volcenginesdkapig/models/update_upstream_version_response.py +149 -0
- volcenginesdkapig/models/upstream_for_get_upstream_output.py +1 -53
- volcenginesdkapig/models/upstream_version_for_create_upstream_version_input.py +175 -0
- volcenginesdkapig/models/upstream_version_for_update_upstream_version_input.py +175 -0
- volcenginesdkapig20221112/__init__.py +12 -3
- volcenginesdkapig20221112/models/__init__.py +12 -3
- volcenginesdkapig/models/tag_for_list_upstreams_output.py → volcenginesdkapig20221112/models/allow_origin_for_create_route_input.py +25 -25
- volcenginesdkapig20221112/models/{tag_for_create_route_input.py → allow_origin_for_get_route_output.py} +24 -24
- volcenginesdkapig20221112/models/allow_origin_for_list_routes_output.py +149 -0
- volcenginesdkapig20221112/models/allow_origin_for_update_route_input.py +149 -0
- volcenginesdkapig20221112/models/cors_policy_setting_for_create_route_input.py +159 -3
- volcenginesdkapig20221112/models/cors_policy_setting_for_get_route_output.py +159 -3
- volcenginesdkapig20221112/models/cors_policy_setting_for_list_routes_output.py +159 -3
- volcenginesdkapig20221112/models/cors_policy_setting_for_update_route_input.py +159 -3
- volcenginesdkapig20221112/models/create_route_request.py +27 -53
- volcenginesdkapig20221112/models/fallback_setting_for_create_route_input.py +175 -0
- volcenginesdkapig20221112/models/fallback_setting_for_get_route_output.py +175 -0
- volcenginesdkapig20221112/models/fallback_setting_for_list_routes_output.py +175 -0
- volcenginesdkapig20221112/models/fallback_setting_for_update_route_input.py +175 -0
- volcenginesdkapig20221112/models/fallback_upstream_for_create_route_input.py +201 -0
- volcenginesdkapig20221112/models/fallback_upstream_for_get_route_output.py +201 -0
- volcenginesdkapig20221112/models/fallback_upstream_for_list_routes_output.py +201 -0
- volcenginesdkapig20221112/models/fallback_upstream_for_update_route_input.py +201 -0
- volcenginesdkapig20221112/models/header_operation_for_create_route_input.py +1 -27
- volcenginesdkapig20221112/models/header_operation_for_get_route_output.py +1 -27
- volcenginesdkapig20221112/models/header_operation_for_list_routes_output.py +1 -27
- volcenginesdkapig20221112/models/header_operation_for_update_route_input.py +1 -27
- volcenginesdkapig20221112/models/item_for_list_routes_output.py +27 -53
- volcenginesdkapig20221112/models/list_routes_request.py +1 -27
- volcenginesdkapig20221112/models/route_for_get_route_output.py +27 -53
- volcenginesdkapig20221112/models/update_route_request.py +27 -1
- volcenginesdkarkruntime/resources/images/images.py +178 -4
- volcenginesdkarkruntime/types/images/__init__.py +3 -2
- volcenginesdkarkruntime/types/images/image_gen_completed_event.py +51 -0
- volcenginesdkarkruntime/types/images/image_gen_generating_event.py +53 -0
- volcenginesdkarkruntime/types/images/image_gen_stream_event.py +24 -0
- volcenginesdkarkruntime/types/images/images.py +6 -2
- volcenginesdkarkruntime/types/responses/mcp_input_item_param.py +109 -0
- volcenginesdkarkruntime/types/responses/mcp_tool.py +80 -0
- volcenginesdkarkruntime/types/responses/mcp_tool_param.py +78 -0
- volcenginesdkarkruntime/types/responses/response_create_params.py +2 -1
- volcenginesdkarkruntime/types/responses/response_input_param.py +5 -0
- volcenginesdkarkruntime/types/responses/response_item.py +4 -0
- volcenginesdkarkruntime/types/responses/response_mcp_call_arguments_delta_event.py +37 -0
- volcenginesdkarkruntime/types/responses/response_mcp_call_arguments_done_event.py +34 -0
- volcenginesdkarkruntime/types/responses/response_mcp_call_completed_event.py +31 -0
- volcenginesdkarkruntime/types/responses/response_mcp_call_failed_event.py +31 -0
- volcenginesdkarkruntime/types/responses/response_mcp_call_in_progress_event.py +31 -0
- volcenginesdkarkruntime/types/responses/response_mcp_item.py +110 -0
- volcenginesdkarkruntime/types/responses/response_mcp_list_tools_completed_event.py +31 -0
- volcenginesdkarkruntime/types/responses/response_mcp_list_tools_failed_event.py +31 -0
- volcenginesdkarkruntime/types/responses/response_mcp_list_tools_in_progress_event.py +31 -0
- volcenginesdkarkruntime/types/responses/response_output_item.py +4 -0
- volcenginesdkarkruntime/types/responses/response_stream_event.py +18 -0
- volcenginesdkarkruntime/types/responses/response_tool_usage.py +32 -0
- volcenginesdkarkruntime/types/responses/response_usage.py +7 -0
- volcenginesdkarkruntime/types/responses/tool.py +3 -1
- volcenginesdkarkruntime/types/responses/tool_choice_mcp_param.py +29 -0
- volcenginesdkarkruntime/types/responses/tool_param.py +2 -1
- volcenginesdkarkruntime/types/responses/web_search_tool.py +49 -0
- volcenginesdkarkruntime/types/responses/web_search_tool_param.py +1 -1
- volcenginesdkcen/__init__.py +9 -0
- volcenginesdkcen/api/cen_api.py +388 -0
- volcenginesdkcen/models/__init__.py +9 -0
- volcenginesdkcen/models/associate_cen_bandwidth_package_response.py +1 -29
- volcenginesdkcen/models/attach_instance_to_cen_response.py +1 -29
- volcenginesdkcen/models/cen_bandwidth_package_for_describe_cen_bandwidth_packages_billing_output.py +279 -0
- volcenginesdkcen/models/cen_bandwidth_package_for_describe_cen_bandwidth_packages_output.py +50 -24
- volcenginesdkcen/models/create_cen_bandwidth_package_request.py +27 -1
- volcenginesdkcen/models/create_cen_bandwidth_package_response.py +3 -29
- volcenginesdkcen/models/create_cen_inter_region_bandwidth_request.py +27 -1
- volcenginesdkcen/models/create_cen_inter_region_bandwidth_response.py +3 -29
- volcenginesdkcen/models/create_cen_request.py +3 -0
- volcenginesdkcen/models/create_cen_response.py +3 -29
- volcenginesdkcen/models/create_cen_service_route_entry_response.py +1 -29
- volcenginesdkcen/models/create_cen_summary_route_entry_response.py +1 -29
- volcenginesdkcen/models/delete_cen_bandwidth_package_response.py +1 -29
- volcenginesdkcen/models/delete_cen_inter_region_bandwidth_response.py +1 -29
- volcenginesdkcen/models/delete_cen_response.py +1 -29
- volcenginesdkcen/models/delete_cen_service_route_entry_response.py +1 -29
- volcenginesdkcen/models/delete_cen_summary_route_entry_response.py +1 -29
- volcenginesdkcen/models/describe_cen_attached_instance_attributes_response.py +27 -27
- volcenginesdkcen/models/describe_cen_attached_instances_response.py +1 -27
- volcenginesdkcen/models/describe_cen_attributes_response.py +1 -27
- volcenginesdkcen/models/describe_cen_bandwidth_package_attributes_response.py +41 -41
- volcenginesdkcen/models/describe_cen_bandwidth_packages_billing_request.py +175 -0
- volcenginesdkcen/models/describe_cen_bandwidth_packages_billing_response.py +201 -0
- volcenginesdkcen/models/describe_cen_bandwidth_packages_response.py +1 -27
- volcenginesdkcen/models/describe_cen_inter_region_bandwidth_attributes_response.py +1 -27
- volcenginesdkcen/models/describe_cen_inter_region_bandwidths_response.py +1 -27
- volcenginesdkcen/models/describe_cen_route_entries_response.py +1 -27
- volcenginesdkcen/models/describe_cen_summary_route_entries_response.py +1 -27
- volcenginesdkcen/models/describe_cens_response.py +1 -27
- volcenginesdkcen/models/describe_grant_rules_to_cen_response.py +1 -27
- volcenginesdkcen/models/describe_instance_granted_rules_response.py +1 -27
- volcenginesdkcen/models/detach_instance_from_cen_response.py +1 -29
- volcenginesdkcen/models/disassociate_cen_bandwidth_package_response.py +1 -29
- volcenginesdkcen/models/grant_instance_to_cen_response.py +1 -29
- volcenginesdkcen/models/list_tags_for_resources_response.py +1 -27
- volcenginesdkcen/models/modify_cen_attributes_response.py +1 -29
- volcenginesdkcen/models/modify_cen_bandwidth_package_association_request.py +151 -0
- volcenginesdkcen/models/modify_cen_bandwidth_package_association_response.py +95 -0
- volcenginesdkcen/models/modify_cen_bandwidth_package_attributes_response.py +1 -29
- volcenginesdkcen/models/modify_cen_inter_region_bandwidth_attributes_request.py +27 -1
- volcenginesdkcen/models/modify_cen_inter_region_bandwidth_attributes_response.py +1 -29
- volcenginesdkcen/models/modify_cen_service_route_entry_attributes_response.py +1 -29
- volcenginesdkcen/models/publish_cen_route_entry_response.py +1 -29
- volcenginesdkcen/models/renew_cen_bandwidth_package_request.py +176 -0
- volcenginesdkcen/models/renew_cen_bandwidth_package_response.py +95 -0
- volcenginesdkcen/models/revoke_instance_from_cen_response.py +1 -29
- volcenginesdkcen/models/set_cen_bandwidth_package_renewal_request.py +203 -0
- volcenginesdkcen/models/set_cen_bandwidth_package_renewal_response.py +95 -0
- volcenginesdkcen/models/tag_filter_for_describe_cens_input.py +15 -15
- volcenginesdkcen/models/tag_resources_response.py +1 -29
- volcenginesdkcen/models/untag_resources_response.py +1 -29
- volcenginesdkcen/models/withdraw_cen_route_entry_response.py +1 -29
- volcenginesdkclb/__init__.py +2 -0
- volcenginesdkclb/api/clb_api.py +97 -0
- volcenginesdkclb/models/__init__.py +2 -0
- volcenginesdkclb/models/certificate_for_describe_nlb_listener_certificates_output.py +27 -1
- volcenginesdkclb/models/create_nlb_listener_request.py +157 -1
- volcenginesdkclb/models/describe_certificates_response.py +1 -53
- volcenginesdkclb/models/describe_load_balancers_request.py +53 -1
- volcenginesdkclb/models/describe_load_balancers_response.py +1 -27
- volcenginesdkclb/models/describe_nlb_listener_attributes_response.py +131 -1
- volcenginesdkclb/models/describe_nlb_listener_certificates_request.py +27 -1
- volcenginesdkclb/models/describe_nlb_server_group_attributes_response.py +1 -27
- volcenginesdkclb/models/modify_nlb_listener_additional_certificates_request.py +202 -0
- volcenginesdkclb/models/modify_nlb_listener_additional_certificates_response.py +123 -0
- volcenginesdkclb/models/modify_nlb_listener_attributes_request.py +157 -1
- volcenginesdkcore/api_client.py +1 -1
- volcenginesdkcore/configuration.py +1 -1
- volcenginesdktransitrouter/__init__.py +49 -6
- volcenginesdktransitrouter/api/transitrouter_api.py +2318 -572
- volcenginesdktransitrouter/models/__init__.py +49 -4
- volcenginesdktransitrouter/models/associate_transit_router_multicast_domain_request.py +178 -0
- volcenginesdktransitrouter/models/associate_transit_router_multicast_domain_response.py +95 -0
- volcenginesdktransitrouter/models/create_transit_router_bandwidth_package_request.py +27 -1
- volcenginesdktransitrouter/models/create_transit_router_flow_log_request.py +388 -0
- volcenginesdktransitrouter/models/create_transit_router_flow_log_response.py +123 -0
- volcenginesdktransitrouter/models/create_transit_router_forward_policy_entry_request.py +27 -1
- volcenginesdktransitrouter/models/create_transit_router_multicast_domain_request.py +228 -0
- volcenginesdktransitrouter/models/create_transit_router_multicast_domain_response.py +123 -0
- volcenginesdktransitrouter/models/create_transit_router_multicast_group_member_request.py +204 -0
- volcenginesdktransitrouter/models/create_transit_router_multicast_group_member_response.py +95 -0
- volcenginesdktransitrouter/models/create_transit_router_multicast_group_source_request.py +204 -0
- volcenginesdktransitrouter/models/create_transit_router_multicast_group_source_response.py +95 -0
- volcenginesdktransitrouter/models/create_transit_router_request.py +27 -1
- volcenginesdktransitrouter/models/create_transit_router_route_policy_entry_request.py +27 -1
- volcenginesdktransitrouter/models/delete_transit_router_flow_log_request.py +124 -0
- volcenginesdktransitrouter/models/delete_transit_router_flow_log_response.py +95 -0
- volcenginesdktransitrouter/models/delete_transit_router_multicast_domain_request.py +124 -0
- volcenginesdktransitrouter/models/delete_transit_router_multicast_domain_response.py +95 -0
- volcenginesdktransitrouter/models/delete_transit_router_multicast_group_member_request.py +178 -0
- volcenginesdktransitrouter/models/delete_transit_router_multicast_group_member_response.py +95 -0
- volcenginesdktransitrouter/models/delete_transit_router_multicast_group_source_request.py +178 -0
- volcenginesdktransitrouter/models/delete_transit_router_multicast_group_source_response.py +95 -0
- volcenginesdktransitrouter/models/describe_transit_router_flow_logs_request.py +386 -0
- volcenginesdktransitrouter/models/describe_transit_router_flow_logs_response.py +123 -0
- volcenginesdktransitrouter/models/describe_transit_router_forward_policy_entries_request.py +27 -1
- volcenginesdktransitrouter/models/describe_transit_router_multicast_domain_associations_request.py +279 -0
- volcenginesdktransitrouter/models/describe_transit_router_multicast_domain_associations_response.py +201 -0
- volcenginesdktransitrouter/models/describe_transit_router_multicast_domains_request.py +254 -0
- volcenginesdktransitrouter/models/describe_transit_router_multicast_domains_response.py +201 -0
- volcenginesdktransitrouter/models/describe_transit_router_multicast_groups_request.py +435 -0
- volcenginesdktransitrouter/models/describe_transit_router_multicast_groups_response.py +123 -0
- volcenginesdktransitrouter/models/describe_transit_router_route_entries_request.py +79 -1
- volcenginesdktransitrouter/models/describe_transit_router_route_entries_response.py +55 -3
- volcenginesdktransitrouter/models/dissociate_transit_router_multicast_domain_request.py +178 -0
- volcenginesdktransitrouter/models/dissociate_transit_router_multicast_domain_response.py +95 -0
- volcenginesdktransitrouter/models/models.py +2198 -2208
- volcenginesdktransitrouter/models/modify_transit_router_flow_log_attributes_request.py +202 -0
- volcenginesdktransitrouter/models/modify_transit_router_flow_log_attributes_response.py +95 -0
- volcenginesdktransitrouter/models/modify_transit_router_forward_policy_entry_attributes_request.py +27 -1
- volcenginesdktransitrouter/models/modify_transit_router_multicast_domain_attributes_request.py +176 -0
- volcenginesdktransitrouter/models/modify_transit_router_multicast_domain_attributes_response.py +95 -0
- volcenginesdktransitrouter/models/modify_transit_router_route_policy_entry_attributes_request.py +27 -1
- volcenginesdktransitrouter/models/start_transit_router_flow_log_request.py +124 -0
- volcenginesdktransitrouter/models/start_transit_router_flow_log_response.py +95 -0
- volcenginesdktransitrouter/models/stop_transit_router_flow_log_request.py +124 -0
- volcenginesdktransitrouter/models/stop_transit_router_flow_log_response.py +95 -0
- volcenginesdktransitrouter/models/tag_filter_for_describe_transit_router_flow_logs_input.py +149 -0
- volcenginesdktransitrouter/models/tag_filter_for_describe_transit_router_multicast_domains_input.py +149 -0
- volcenginesdkapig/models/tag_for_get_gateway_output.py → volcenginesdktransitrouter/models/tag_for_create_transit_router_flow_log_input.py +14 -14
- volcenginesdkapig/models/tag_for_create_gateway_input.py → volcenginesdktransitrouter/models/tag_for_create_transit_router_multicast_domain_input.py +14 -14
- volcenginesdkapig/models/tag_for_create_upstream_input.py → volcenginesdktransitrouter/models/tag_for_describe_transit_router_multicast_domains_output.py +14 -14
- volcenginesdktransitrouter/models/transit_router_attachment_for_describe_transit_router_peer_attachments_output.py +27 -1
- volcenginesdktransitrouter/models/transit_router_attachment_for_describe_transit_router_vpn_attachments_output.py +27 -1
- volcenginesdktransitrouter/models/transit_router_flow_log_for_describe_transit_router_flow_logs_output.py +513 -0
- volcenginesdktransitrouter/models/transit_router_for_describe_transit_routers_output.py +27 -1
- volcenginesdktransitrouter/models/transit_router_multicast_domains_for_describe_transit_router_multicast_domains_output.py +279 -0
- volcenginesdktransitrouter/models/transit_router_multicast_group_for_describe_transit_router_multicast_groups_output.py +487 -0
- volcenginesdkapig/models/backend_spec_for_create_gateway_input.py +0 -149
- volcenginesdkapig/models/backend_spec_for_get_gateway_output.py +0 -149
- {volcengine_python_sdk-4.0.17.dist-info → volcengine_python_sdk-4.0.18.dist-info}/LICENSE.txt +0 -0
- {volcengine_python_sdk-4.0.17.dist-info → volcengine_python_sdk-4.0.18.dist-info}/NOTICE.md +0 -0
- {volcengine_python_sdk-4.0.17.dist-info → volcengine_python_sdk-4.0.18.dist-info}/WHEEL +0 -0
- {volcengine_python_sdk-4.0.17.dist-info → volcengine_python_sdk-4.0.18.dist-info}/top_level.txt +0 -0
|
@@ -324,6 +324,103 @@ class TRANSITROUTERApi(object):
|
|
|
324
324
|
_request_timeout=params.get('_request_timeout'),
|
|
325
325
|
collection_formats=collection_formats)
|
|
326
326
|
|
|
327
|
+
def associate_transit_router_multicast_domain(self, body, **kwargs): # noqa: E501
|
|
328
|
+
"""associate_transit_router_multicast_domain # noqa: E501
|
|
329
|
+
|
|
330
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
331
|
+
asynchronous HTTP request, please pass async_req=True
|
|
332
|
+
>>> thread = api.associate_transit_router_multicast_domain(body, async_req=True)
|
|
333
|
+
>>> result = thread.get()
|
|
334
|
+
|
|
335
|
+
:param async_req bool
|
|
336
|
+
:param AssociateTransitRouterMulticastDomainRequest body: (required)
|
|
337
|
+
:return: AssociateTransitRouterMulticastDomainResponse
|
|
338
|
+
If the method is called asynchronously,
|
|
339
|
+
returns the request thread.
|
|
340
|
+
"""
|
|
341
|
+
kwargs['_return_http_data_only'] = True
|
|
342
|
+
if kwargs.get('async_req'):
|
|
343
|
+
return self.associate_transit_router_multicast_domain_with_http_info(body, **kwargs) # noqa: E501
|
|
344
|
+
else:
|
|
345
|
+
(data) = self.associate_transit_router_multicast_domain_with_http_info(body, **kwargs) # noqa: E501
|
|
346
|
+
return data
|
|
347
|
+
|
|
348
|
+
def associate_transit_router_multicast_domain_with_http_info(self, body, **kwargs): # noqa: E501
|
|
349
|
+
"""associate_transit_router_multicast_domain # noqa: E501
|
|
350
|
+
|
|
351
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
352
|
+
asynchronous HTTP request, please pass async_req=True
|
|
353
|
+
>>> thread = api.associate_transit_router_multicast_domain_with_http_info(body, async_req=True)
|
|
354
|
+
>>> result = thread.get()
|
|
355
|
+
|
|
356
|
+
:param async_req bool
|
|
357
|
+
:param AssociateTransitRouterMulticastDomainRequest body: (required)
|
|
358
|
+
:return: AssociateTransitRouterMulticastDomainResponse
|
|
359
|
+
If the method is called asynchronously,
|
|
360
|
+
returns the request thread.
|
|
361
|
+
"""
|
|
362
|
+
|
|
363
|
+
all_params = ['body'] # noqa: E501
|
|
364
|
+
all_params.append('async_req')
|
|
365
|
+
all_params.append('_return_http_data_only')
|
|
366
|
+
all_params.append('_preload_content')
|
|
367
|
+
all_params.append('_request_timeout')
|
|
368
|
+
|
|
369
|
+
params = locals()
|
|
370
|
+
for key, val in six.iteritems(params['kwargs']):
|
|
371
|
+
if key not in all_params:
|
|
372
|
+
raise TypeError(
|
|
373
|
+
"Got an unexpected keyword argument '%s'"
|
|
374
|
+
" to method associate_transit_router_multicast_domain" % key
|
|
375
|
+
)
|
|
376
|
+
params[key] = val
|
|
377
|
+
del params['kwargs']
|
|
378
|
+
# verify the required parameter 'body' is set
|
|
379
|
+
if self.api_client.client_side_validation and ('body' not in params or
|
|
380
|
+
params['body'] is None): # noqa: E501
|
|
381
|
+
raise ValueError("Missing the required parameter `body` when calling `associate_transit_router_multicast_domain`") # noqa: E501
|
|
382
|
+
|
|
383
|
+
collection_formats = {}
|
|
384
|
+
|
|
385
|
+
path_params = {}
|
|
386
|
+
|
|
387
|
+
query_params = []
|
|
388
|
+
|
|
389
|
+
header_params = {}
|
|
390
|
+
|
|
391
|
+
form_params = []
|
|
392
|
+
local_var_files = {}
|
|
393
|
+
|
|
394
|
+
body_params = None
|
|
395
|
+
if 'body' in params:
|
|
396
|
+
body_params = params['body']
|
|
397
|
+
# HTTP header `Accept`
|
|
398
|
+
header_params['Accept'] = self.api_client.select_header_accept(
|
|
399
|
+
['application/json']) # noqa: E501
|
|
400
|
+
|
|
401
|
+
# HTTP header `Content-Type`
|
|
402
|
+
header_params['Content-Type'] = self.api_client.select_header_content_type( # noqa: E501
|
|
403
|
+
['text/plain']) # noqa: E501
|
|
404
|
+
|
|
405
|
+
# Authentication setting
|
|
406
|
+
auth_settings = ['volcengineSign'] # noqa: E501
|
|
407
|
+
|
|
408
|
+
return self.api_client.call_api(
|
|
409
|
+
'/AssociateTransitRouterMulticastDomain/2020-04-01/transitrouter/get/text_plain/', 'GET',
|
|
410
|
+
path_params,
|
|
411
|
+
query_params,
|
|
412
|
+
header_params,
|
|
413
|
+
body=body_params,
|
|
414
|
+
post_params=form_params,
|
|
415
|
+
files=local_var_files,
|
|
416
|
+
response_type='AssociateTransitRouterMulticastDomainResponse', # noqa: E501
|
|
417
|
+
auth_settings=auth_settings,
|
|
418
|
+
async_req=params.get('async_req'),
|
|
419
|
+
_return_http_data_only=params.get('_return_http_data_only'),
|
|
420
|
+
_preload_content=params.get('_preload_content', True),
|
|
421
|
+
_request_timeout=params.get('_request_timeout'),
|
|
422
|
+
collection_formats=collection_formats)
|
|
423
|
+
|
|
327
424
|
def associate_transit_router_route_policy_to_route_table(self, body, **kwargs): # noqa: E501
|
|
328
425
|
"""associate_transit_router_route_policy_to_route_table # noqa: E501
|
|
329
426
|
|
|
@@ -906,6 +1003,103 @@ class TRANSITROUTERApi(object):
|
|
|
906
1003
|
_request_timeout=params.get('_request_timeout'),
|
|
907
1004
|
collection_formats=collection_formats)
|
|
908
1005
|
|
|
1006
|
+
def create_transit_router_flow_log(self, body, **kwargs): # noqa: E501
|
|
1007
|
+
"""create_transit_router_flow_log # noqa: E501
|
|
1008
|
+
|
|
1009
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
1010
|
+
asynchronous HTTP request, please pass async_req=True
|
|
1011
|
+
>>> thread = api.create_transit_router_flow_log(body, async_req=True)
|
|
1012
|
+
>>> result = thread.get()
|
|
1013
|
+
|
|
1014
|
+
:param async_req bool
|
|
1015
|
+
:param CreateTransitRouterFlowLogRequest body: (required)
|
|
1016
|
+
:return: CreateTransitRouterFlowLogResponse
|
|
1017
|
+
If the method is called asynchronously,
|
|
1018
|
+
returns the request thread.
|
|
1019
|
+
"""
|
|
1020
|
+
kwargs['_return_http_data_only'] = True
|
|
1021
|
+
if kwargs.get('async_req'):
|
|
1022
|
+
return self.create_transit_router_flow_log_with_http_info(body, **kwargs) # noqa: E501
|
|
1023
|
+
else:
|
|
1024
|
+
(data) = self.create_transit_router_flow_log_with_http_info(body, **kwargs) # noqa: E501
|
|
1025
|
+
return data
|
|
1026
|
+
|
|
1027
|
+
def create_transit_router_flow_log_with_http_info(self, body, **kwargs): # noqa: E501
|
|
1028
|
+
"""create_transit_router_flow_log # noqa: E501
|
|
1029
|
+
|
|
1030
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
1031
|
+
asynchronous HTTP request, please pass async_req=True
|
|
1032
|
+
>>> thread = api.create_transit_router_flow_log_with_http_info(body, async_req=True)
|
|
1033
|
+
>>> result = thread.get()
|
|
1034
|
+
|
|
1035
|
+
:param async_req bool
|
|
1036
|
+
:param CreateTransitRouterFlowLogRequest body: (required)
|
|
1037
|
+
:return: CreateTransitRouterFlowLogResponse
|
|
1038
|
+
If the method is called asynchronously,
|
|
1039
|
+
returns the request thread.
|
|
1040
|
+
"""
|
|
1041
|
+
|
|
1042
|
+
all_params = ['body'] # noqa: E501
|
|
1043
|
+
all_params.append('async_req')
|
|
1044
|
+
all_params.append('_return_http_data_only')
|
|
1045
|
+
all_params.append('_preload_content')
|
|
1046
|
+
all_params.append('_request_timeout')
|
|
1047
|
+
|
|
1048
|
+
params = locals()
|
|
1049
|
+
for key, val in six.iteritems(params['kwargs']):
|
|
1050
|
+
if key not in all_params:
|
|
1051
|
+
raise TypeError(
|
|
1052
|
+
"Got an unexpected keyword argument '%s'"
|
|
1053
|
+
" to method create_transit_router_flow_log" % key
|
|
1054
|
+
)
|
|
1055
|
+
params[key] = val
|
|
1056
|
+
del params['kwargs']
|
|
1057
|
+
# verify the required parameter 'body' is set
|
|
1058
|
+
if self.api_client.client_side_validation and ('body' not in params or
|
|
1059
|
+
params['body'] is None): # noqa: E501
|
|
1060
|
+
raise ValueError("Missing the required parameter `body` when calling `create_transit_router_flow_log`") # noqa: E501
|
|
1061
|
+
|
|
1062
|
+
collection_formats = {}
|
|
1063
|
+
|
|
1064
|
+
path_params = {}
|
|
1065
|
+
|
|
1066
|
+
query_params = []
|
|
1067
|
+
|
|
1068
|
+
header_params = {}
|
|
1069
|
+
|
|
1070
|
+
form_params = []
|
|
1071
|
+
local_var_files = {}
|
|
1072
|
+
|
|
1073
|
+
body_params = None
|
|
1074
|
+
if 'body' in params:
|
|
1075
|
+
body_params = params['body']
|
|
1076
|
+
# HTTP header `Accept`
|
|
1077
|
+
header_params['Accept'] = self.api_client.select_header_accept(
|
|
1078
|
+
['application/json']) # noqa: E501
|
|
1079
|
+
|
|
1080
|
+
# HTTP header `Content-Type`
|
|
1081
|
+
header_params['Content-Type'] = self.api_client.select_header_content_type( # noqa: E501
|
|
1082
|
+
['text/plain']) # noqa: E501
|
|
1083
|
+
|
|
1084
|
+
# Authentication setting
|
|
1085
|
+
auth_settings = ['volcengineSign'] # noqa: E501
|
|
1086
|
+
|
|
1087
|
+
return self.api_client.call_api(
|
|
1088
|
+
'/CreateTransitRouterFlowLog/2020-04-01/transitrouter/get/text_plain/', 'GET',
|
|
1089
|
+
path_params,
|
|
1090
|
+
query_params,
|
|
1091
|
+
header_params,
|
|
1092
|
+
body=body_params,
|
|
1093
|
+
post_params=form_params,
|
|
1094
|
+
files=local_var_files,
|
|
1095
|
+
response_type='CreateTransitRouterFlowLogResponse', # noqa: E501
|
|
1096
|
+
auth_settings=auth_settings,
|
|
1097
|
+
async_req=params.get('async_req'),
|
|
1098
|
+
_return_http_data_only=params.get('_return_http_data_only'),
|
|
1099
|
+
_preload_content=params.get('_preload_content', True),
|
|
1100
|
+
_request_timeout=params.get('_request_timeout'),
|
|
1101
|
+
collection_formats=collection_formats)
|
|
1102
|
+
|
|
909
1103
|
def create_transit_router_forward_policy_entry(self, body, **kwargs): # noqa: E501
|
|
910
1104
|
"""create_transit_router_forward_policy_entry # noqa: E501
|
|
911
1105
|
|
|
@@ -1197,38 +1391,38 @@ class TRANSITROUTERApi(object):
|
|
|
1197
1391
|
_request_timeout=params.get('_request_timeout'),
|
|
1198
1392
|
collection_formats=collection_formats)
|
|
1199
1393
|
|
|
1200
|
-
def
|
|
1201
|
-
"""
|
|
1394
|
+
def create_transit_router_multicast_domain(self, body, **kwargs): # noqa: E501
|
|
1395
|
+
"""create_transit_router_multicast_domain # noqa: E501
|
|
1202
1396
|
|
|
1203
1397
|
This method makes a synchronous HTTP request by default. To make an
|
|
1204
1398
|
asynchronous HTTP request, please pass async_req=True
|
|
1205
|
-
>>> thread = api.
|
|
1399
|
+
>>> thread = api.create_transit_router_multicast_domain(body, async_req=True)
|
|
1206
1400
|
>>> result = thread.get()
|
|
1207
1401
|
|
|
1208
1402
|
:param async_req bool
|
|
1209
|
-
:param
|
|
1210
|
-
:return:
|
|
1403
|
+
:param CreateTransitRouterMulticastDomainRequest body: (required)
|
|
1404
|
+
:return: CreateTransitRouterMulticastDomainResponse
|
|
1211
1405
|
If the method is called asynchronously,
|
|
1212
1406
|
returns the request thread.
|
|
1213
1407
|
"""
|
|
1214
1408
|
kwargs['_return_http_data_only'] = True
|
|
1215
1409
|
if kwargs.get('async_req'):
|
|
1216
|
-
return self.
|
|
1410
|
+
return self.create_transit_router_multicast_domain_with_http_info(body, **kwargs) # noqa: E501
|
|
1217
1411
|
else:
|
|
1218
|
-
(data) = self.
|
|
1412
|
+
(data) = self.create_transit_router_multicast_domain_with_http_info(body, **kwargs) # noqa: E501
|
|
1219
1413
|
return data
|
|
1220
1414
|
|
|
1221
|
-
def
|
|
1222
|
-
"""
|
|
1415
|
+
def create_transit_router_multicast_domain_with_http_info(self, body, **kwargs): # noqa: E501
|
|
1416
|
+
"""create_transit_router_multicast_domain # noqa: E501
|
|
1223
1417
|
|
|
1224
1418
|
This method makes a synchronous HTTP request by default. To make an
|
|
1225
1419
|
asynchronous HTTP request, please pass async_req=True
|
|
1226
|
-
>>> thread = api.
|
|
1420
|
+
>>> thread = api.create_transit_router_multicast_domain_with_http_info(body, async_req=True)
|
|
1227
1421
|
>>> result = thread.get()
|
|
1228
1422
|
|
|
1229
1423
|
:param async_req bool
|
|
1230
|
-
:param
|
|
1231
|
-
:return:
|
|
1424
|
+
:param CreateTransitRouterMulticastDomainRequest body: (required)
|
|
1425
|
+
:return: CreateTransitRouterMulticastDomainResponse
|
|
1232
1426
|
If the method is called asynchronously,
|
|
1233
1427
|
returns the request thread.
|
|
1234
1428
|
"""
|
|
@@ -1244,14 +1438,14 @@ class TRANSITROUTERApi(object):
|
|
|
1244
1438
|
if key not in all_params:
|
|
1245
1439
|
raise TypeError(
|
|
1246
1440
|
"Got an unexpected keyword argument '%s'"
|
|
1247
|
-
" to method
|
|
1441
|
+
" to method create_transit_router_multicast_domain" % key
|
|
1248
1442
|
)
|
|
1249
1443
|
params[key] = val
|
|
1250
1444
|
del params['kwargs']
|
|
1251
1445
|
# verify the required parameter 'body' is set
|
|
1252
1446
|
if self.api_client.client_side_validation and ('body' not in params or
|
|
1253
1447
|
params['body'] is None): # noqa: E501
|
|
1254
|
-
raise ValueError("Missing the required parameter `body` when calling `
|
|
1448
|
+
raise ValueError("Missing the required parameter `body` when calling `create_transit_router_multicast_domain`") # noqa: E501
|
|
1255
1449
|
|
|
1256
1450
|
collection_formats = {}
|
|
1257
1451
|
|
|
@@ -1279,14 +1473,14 @@ class TRANSITROUTERApi(object):
|
|
|
1279
1473
|
auth_settings = ['volcengineSign'] # noqa: E501
|
|
1280
1474
|
|
|
1281
1475
|
return self.api_client.call_api(
|
|
1282
|
-
'/
|
|
1476
|
+
'/CreateTransitRouterMulticastDomain/2020-04-01/transitrouter/get/text_plain/', 'GET',
|
|
1283
1477
|
path_params,
|
|
1284
1478
|
query_params,
|
|
1285
1479
|
header_params,
|
|
1286
1480
|
body=body_params,
|
|
1287
1481
|
post_params=form_params,
|
|
1288
1482
|
files=local_var_files,
|
|
1289
|
-
response_type='
|
|
1483
|
+
response_type='CreateTransitRouterMulticastDomainResponse', # noqa: E501
|
|
1290
1484
|
auth_settings=auth_settings,
|
|
1291
1485
|
async_req=params.get('async_req'),
|
|
1292
1486
|
_return_http_data_only=params.get('_return_http_data_only'),
|
|
@@ -1294,38 +1488,38 @@ class TRANSITROUTERApi(object):
|
|
|
1294
1488
|
_request_timeout=params.get('_request_timeout'),
|
|
1295
1489
|
collection_formats=collection_formats)
|
|
1296
1490
|
|
|
1297
|
-
def
|
|
1298
|
-
"""
|
|
1491
|
+
def create_transit_router_multicast_group_member(self, body, **kwargs): # noqa: E501
|
|
1492
|
+
"""create_transit_router_multicast_group_member # noqa: E501
|
|
1299
1493
|
|
|
1300
1494
|
This method makes a synchronous HTTP request by default. To make an
|
|
1301
1495
|
asynchronous HTTP request, please pass async_req=True
|
|
1302
|
-
>>> thread = api.
|
|
1496
|
+
>>> thread = api.create_transit_router_multicast_group_member(body, async_req=True)
|
|
1303
1497
|
>>> result = thread.get()
|
|
1304
1498
|
|
|
1305
1499
|
:param async_req bool
|
|
1306
|
-
:param
|
|
1307
|
-
:return:
|
|
1500
|
+
:param CreateTransitRouterMulticastGroupMemberRequest body: (required)
|
|
1501
|
+
:return: CreateTransitRouterMulticastGroupMemberResponse
|
|
1308
1502
|
If the method is called asynchronously,
|
|
1309
1503
|
returns the request thread.
|
|
1310
1504
|
"""
|
|
1311
1505
|
kwargs['_return_http_data_only'] = True
|
|
1312
1506
|
if kwargs.get('async_req'):
|
|
1313
|
-
return self.
|
|
1507
|
+
return self.create_transit_router_multicast_group_member_with_http_info(body, **kwargs) # noqa: E501
|
|
1314
1508
|
else:
|
|
1315
|
-
(data) = self.
|
|
1509
|
+
(data) = self.create_transit_router_multicast_group_member_with_http_info(body, **kwargs) # noqa: E501
|
|
1316
1510
|
return data
|
|
1317
1511
|
|
|
1318
|
-
def
|
|
1319
|
-
"""
|
|
1512
|
+
def create_transit_router_multicast_group_member_with_http_info(self, body, **kwargs): # noqa: E501
|
|
1513
|
+
"""create_transit_router_multicast_group_member # noqa: E501
|
|
1320
1514
|
|
|
1321
1515
|
This method makes a synchronous HTTP request by default. To make an
|
|
1322
1516
|
asynchronous HTTP request, please pass async_req=True
|
|
1323
|
-
>>> thread = api.
|
|
1517
|
+
>>> thread = api.create_transit_router_multicast_group_member_with_http_info(body, async_req=True)
|
|
1324
1518
|
>>> result = thread.get()
|
|
1325
1519
|
|
|
1326
1520
|
:param async_req bool
|
|
1327
|
-
:param
|
|
1328
|
-
:return:
|
|
1521
|
+
:param CreateTransitRouterMulticastGroupMemberRequest body: (required)
|
|
1522
|
+
:return: CreateTransitRouterMulticastGroupMemberResponse
|
|
1329
1523
|
If the method is called asynchronously,
|
|
1330
1524
|
returns the request thread.
|
|
1331
1525
|
"""
|
|
@@ -1341,14 +1535,14 @@ class TRANSITROUTERApi(object):
|
|
|
1341
1535
|
if key not in all_params:
|
|
1342
1536
|
raise TypeError(
|
|
1343
1537
|
"Got an unexpected keyword argument '%s'"
|
|
1344
|
-
" to method
|
|
1538
|
+
" to method create_transit_router_multicast_group_member" % key
|
|
1345
1539
|
)
|
|
1346
1540
|
params[key] = val
|
|
1347
1541
|
del params['kwargs']
|
|
1348
1542
|
# verify the required parameter 'body' is set
|
|
1349
1543
|
if self.api_client.client_side_validation and ('body' not in params or
|
|
1350
1544
|
params['body'] is None): # noqa: E501
|
|
1351
|
-
raise ValueError("Missing the required parameter `body` when calling `
|
|
1545
|
+
raise ValueError("Missing the required parameter `body` when calling `create_transit_router_multicast_group_member`") # noqa: E501
|
|
1352
1546
|
|
|
1353
1547
|
collection_formats = {}
|
|
1354
1548
|
|
|
@@ -1376,14 +1570,14 @@ class TRANSITROUTERApi(object):
|
|
|
1376
1570
|
auth_settings = ['volcengineSign'] # noqa: E501
|
|
1377
1571
|
|
|
1378
1572
|
return self.api_client.call_api(
|
|
1379
|
-
'/
|
|
1573
|
+
'/CreateTransitRouterMulticastGroupMember/2020-04-01/transitrouter/get/text_plain/', 'GET',
|
|
1380
1574
|
path_params,
|
|
1381
1575
|
query_params,
|
|
1382
1576
|
header_params,
|
|
1383
1577
|
body=body_params,
|
|
1384
1578
|
post_params=form_params,
|
|
1385
1579
|
files=local_var_files,
|
|
1386
|
-
response_type='
|
|
1580
|
+
response_type='CreateTransitRouterMulticastGroupMemberResponse', # noqa: E501
|
|
1387
1581
|
auth_settings=auth_settings,
|
|
1388
1582
|
async_req=params.get('async_req'),
|
|
1389
1583
|
_return_http_data_only=params.get('_return_http_data_only'),
|
|
@@ -1391,38 +1585,38 @@ class TRANSITROUTERApi(object):
|
|
|
1391
1585
|
_request_timeout=params.get('_request_timeout'),
|
|
1392
1586
|
collection_formats=collection_formats)
|
|
1393
1587
|
|
|
1394
|
-
def
|
|
1395
|
-
"""
|
|
1588
|
+
def create_transit_router_multicast_group_source(self, body, **kwargs): # noqa: E501
|
|
1589
|
+
"""create_transit_router_multicast_group_source # noqa: E501
|
|
1396
1590
|
|
|
1397
1591
|
This method makes a synchronous HTTP request by default. To make an
|
|
1398
1592
|
asynchronous HTTP request, please pass async_req=True
|
|
1399
|
-
>>> thread = api.
|
|
1593
|
+
>>> thread = api.create_transit_router_multicast_group_source(body, async_req=True)
|
|
1400
1594
|
>>> result = thread.get()
|
|
1401
1595
|
|
|
1402
1596
|
:param async_req bool
|
|
1403
|
-
:param
|
|
1404
|
-
:return:
|
|
1597
|
+
:param CreateTransitRouterMulticastGroupSourceRequest body: (required)
|
|
1598
|
+
:return: CreateTransitRouterMulticastGroupSourceResponse
|
|
1405
1599
|
If the method is called asynchronously,
|
|
1406
1600
|
returns the request thread.
|
|
1407
1601
|
"""
|
|
1408
1602
|
kwargs['_return_http_data_only'] = True
|
|
1409
1603
|
if kwargs.get('async_req'):
|
|
1410
|
-
return self.
|
|
1604
|
+
return self.create_transit_router_multicast_group_source_with_http_info(body, **kwargs) # noqa: E501
|
|
1411
1605
|
else:
|
|
1412
|
-
(data) = self.
|
|
1606
|
+
(data) = self.create_transit_router_multicast_group_source_with_http_info(body, **kwargs) # noqa: E501
|
|
1413
1607
|
return data
|
|
1414
1608
|
|
|
1415
|
-
def
|
|
1416
|
-
"""
|
|
1609
|
+
def create_transit_router_multicast_group_source_with_http_info(self, body, **kwargs): # noqa: E501
|
|
1610
|
+
"""create_transit_router_multicast_group_source # noqa: E501
|
|
1417
1611
|
|
|
1418
1612
|
This method makes a synchronous HTTP request by default. To make an
|
|
1419
1613
|
asynchronous HTTP request, please pass async_req=True
|
|
1420
|
-
>>> thread = api.
|
|
1614
|
+
>>> thread = api.create_transit_router_multicast_group_source_with_http_info(body, async_req=True)
|
|
1421
1615
|
>>> result = thread.get()
|
|
1422
1616
|
|
|
1423
1617
|
:param async_req bool
|
|
1424
|
-
:param
|
|
1425
|
-
:return:
|
|
1618
|
+
:param CreateTransitRouterMulticastGroupSourceRequest body: (required)
|
|
1619
|
+
:return: CreateTransitRouterMulticastGroupSourceResponse
|
|
1426
1620
|
If the method is called asynchronously,
|
|
1427
1621
|
returns the request thread.
|
|
1428
1622
|
"""
|
|
@@ -1438,14 +1632,14 @@ class TRANSITROUTERApi(object):
|
|
|
1438
1632
|
if key not in all_params:
|
|
1439
1633
|
raise TypeError(
|
|
1440
1634
|
"Got an unexpected keyword argument '%s'"
|
|
1441
|
-
" to method
|
|
1635
|
+
" to method create_transit_router_multicast_group_source" % key
|
|
1442
1636
|
)
|
|
1443
1637
|
params[key] = val
|
|
1444
1638
|
del params['kwargs']
|
|
1445
1639
|
# verify the required parameter 'body' is set
|
|
1446
1640
|
if self.api_client.client_side_validation and ('body' not in params or
|
|
1447
1641
|
params['body'] is None): # noqa: E501
|
|
1448
|
-
raise ValueError("Missing the required parameter `body` when calling `
|
|
1642
|
+
raise ValueError("Missing the required parameter `body` when calling `create_transit_router_multicast_group_source`") # noqa: E501
|
|
1449
1643
|
|
|
1450
1644
|
collection_formats = {}
|
|
1451
1645
|
|
|
@@ -1473,14 +1667,14 @@ class TRANSITROUTERApi(object):
|
|
|
1473
1667
|
auth_settings = ['volcengineSign'] # noqa: E501
|
|
1474
1668
|
|
|
1475
1669
|
return self.api_client.call_api(
|
|
1476
|
-
'/
|
|
1670
|
+
'/CreateTransitRouterMulticastGroupSource/2020-04-01/transitrouter/get/text_plain/', 'GET',
|
|
1477
1671
|
path_params,
|
|
1478
1672
|
query_params,
|
|
1479
1673
|
header_params,
|
|
1480
1674
|
body=body_params,
|
|
1481
1675
|
post_params=form_params,
|
|
1482
1676
|
files=local_var_files,
|
|
1483
|
-
response_type='
|
|
1677
|
+
response_type='CreateTransitRouterMulticastGroupSourceResponse', # noqa: E501
|
|
1484
1678
|
auth_settings=auth_settings,
|
|
1485
1679
|
async_req=params.get('async_req'),
|
|
1486
1680
|
_return_http_data_only=params.get('_return_http_data_only'),
|
|
@@ -1488,38 +1682,38 @@ class TRANSITROUTERApi(object):
|
|
|
1488
1682
|
_request_timeout=params.get('_request_timeout'),
|
|
1489
1683
|
collection_formats=collection_formats)
|
|
1490
1684
|
|
|
1491
|
-
def
|
|
1492
|
-
"""
|
|
1685
|
+
def create_transit_router_peer_attachment(self, body, **kwargs): # noqa: E501
|
|
1686
|
+
"""create_transit_router_peer_attachment # noqa: E501
|
|
1493
1687
|
|
|
1494
1688
|
This method makes a synchronous HTTP request by default. To make an
|
|
1495
1689
|
asynchronous HTTP request, please pass async_req=True
|
|
1496
|
-
>>> thread = api.
|
|
1690
|
+
>>> thread = api.create_transit_router_peer_attachment(body, async_req=True)
|
|
1497
1691
|
>>> result = thread.get()
|
|
1498
1692
|
|
|
1499
1693
|
:param async_req bool
|
|
1500
|
-
:param
|
|
1501
|
-
:return:
|
|
1694
|
+
:param CreateTransitRouterPeerAttachmentRequest body: (required)
|
|
1695
|
+
:return: CreateTransitRouterPeerAttachmentResponse
|
|
1502
1696
|
If the method is called asynchronously,
|
|
1503
1697
|
returns the request thread.
|
|
1504
1698
|
"""
|
|
1505
1699
|
kwargs['_return_http_data_only'] = True
|
|
1506
1700
|
if kwargs.get('async_req'):
|
|
1507
|
-
return self.
|
|
1701
|
+
return self.create_transit_router_peer_attachment_with_http_info(body, **kwargs) # noqa: E501
|
|
1508
1702
|
else:
|
|
1509
|
-
(data) = self.
|
|
1703
|
+
(data) = self.create_transit_router_peer_attachment_with_http_info(body, **kwargs) # noqa: E501
|
|
1510
1704
|
return data
|
|
1511
1705
|
|
|
1512
|
-
def
|
|
1513
|
-
"""
|
|
1706
|
+
def create_transit_router_peer_attachment_with_http_info(self, body, **kwargs): # noqa: E501
|
|
1707
|
+
"""create_transit_router_peer_attachment # noqa: E501
|
|
1514
1708
|
|
|
1515
1709
|
This method makes a synchronous HTTP request by default. To make an
|
|
1516
1710
|
asynchronous HTTP request, please pass async_req=True
|
|
1517
|
-
>>> thread = api.
|
|
1711
|
+
>>> thread = api.create_transit_router_peer_attachment_with_http_info(body, async_req=True)
|
|
1518
1712
|
>>> result = thread.get()
|
|
1519
1713
|
|
|
1520
1714
|
:param async_req bool
|
|
1521
|
-
:param
|
|
1522
|
-
:return:
|
|
1715
|
+
:param CreateTransitRouterPeerAttachmentRequest body: (required)
|
|
1716
|
+
:return: CreateTransitRouterPeerAttachmentResponse
|
|
1523
1717
|
If the method is called asynchronously,
|
|
1524
1718
|
returns the request thread.
|
|
1525
1719
|
"""
|
|
@@ -1535,14 +1729,14 @@ class TRANSITROUTERApi(object):
|
|
|
1535
1729
|
if key not in all_params:
|
|
1536
1730
|
raise TypeError(
|
|
1537
1731
|
"Got an unexpected keyword argument '%s'"
|
|
1538
|
-
" to method
|
|
1732
|
+
" to method create_transit_router_peer_attachment" % key
|
|
1539
1733
|
)
|
|
1540
1734
|
params[key] = val
|
|
1541
1735
|
del params['kwargs']
|
|
1542
1736
|
# verify the required parameter 'body' is set
|
|
1543
1737
|
if self.api_client.client_side_validation and ('body' not in params or
|
|
1544
1738
|
params['body'] is None): # noqa: E501
|
|
1545
|
-
raise ValueError("Missing the required parameter `body` when calling `
|
|
1739
|
+
raise ValueError("Missing the required parameter `body` when calling `create_transit_router_peer_attachment`") # noqa: E501
|
|
1546
1740
|
|
|
1547
1741
|
collection_formats = {}
|
|
1548
1742
|
|
|
@@ -1570,14 +1764,14 @@ class TRANSITROUTERApi(object):
|
|
|
1570
1764
|
auth_settings = ['volcengineSign'] # noqa: E501
|
|
1571
1765
|
|
|
1572
1766
|
return self.api_client.call_api(
|
|
1573
|
-
'/
|
|
1767
|
+
'/CreateTransitRouterPeerAttachment/2020-04-01/transitrouter/get/text_plain/', 'GET',
|
|
1574
1768
|
path_params,
|
|
1575
1769
|
query_params,
|
|
1576
1770
|
header_params,
|
|
1577
1771
|
body=body_params,
|
|
1578
1772
|
post_params=form_params,
|
|
1579
1773
|
files=local_var_files,
|
|
1580
|
-
response_type='
|
|
1774
|
+
response_type='CreateTransitRouterPeerAttachmentResponse', # noqa: E501
|
|
1581
1775
|
auth_settings=auth_settings,
|
|
1582
1776
|
async_req=params.get('async_req'),
|
|
1583
1777
|
_return_http_data_only=params.get('_return_http_data_only'),
|
|
@@ -1585,38 +1779,38 @@ class TRANSITROUTERApi(object):
|
|
|
1585
1779
|
_request_timeout=params.get('_request_timeout'),
|
|
1586
1780
|
collection_formats=collection_formats)
|
|
1587
1781
|
|
|
1588
|
-
def
|
|
1589
|
-
"""
|
|
1782
|
+
def create_transit_router_route_entry(self, body, **kwargs): # noqa: E501
|
|
1783
|
+
"""create_transit_router_route_entry # noqa: E501
|
|
1590
1784
|
|
|
1591
1785
|
This method makes a synchronous HTTP request by default. To make an
|
|
1592
1786
|
asynchronous HTTP request, please pass async_req=True
|
|
1593
|
-
>>> thread = api.
|
|
1787
|
+
>>> thread = api.create_transit_router_route_entry(body, async_req=True)
|
|
1594
1788
|
>>> result = thread.get()
|
|
1595
1789
|
|
|
1596
1790
|
:param async_req bool
|
|
1597
|
-
:param
|
|
1598
|
-
:return:
|
|
1791
|
+
:param CreateTransitRouterRouteEntryRequest body: (required)
|
|
1792
|
+
:return: CreateTransitRouterRouteEntryResponse
|
|
1599
1793
|
If the method is called asynchronously,
|
|
1600
1794
|
returns the request thread.
|
|
1601
1795
|
"""
|
|
1602
1796
|
kwargs['_return_http_data_only'] = True
|
|
1603
1797
|
if kwargs.get('async_req'):
|
|
1604
|
-
return self.
|
|
1798
|
+
return self.create_transit_router_route_entry_with_http_info(body, **kwargs) # noqa: E501
|
|
1605
1799
|
else:
|
|
1606
|
-
(data) = self.
|
|
1800
|
+
(data) = self.create_transit_router_route_entry_with_http_info(body, **kwargs) # noqa: E501
|
|
1607
1801
|
return data
|
|
1608
1802
|
|
|
1609
|
-
def
|
|
1610
|
-
"""
|
|
1803
|
+
def create_transit_router_route_entry_with_http_info(self, body, **kwargs): # noqa: E501
|
|
1804
|
+
"""create_transit_router_route_entry # noqa: E501
|
|
1611
1805
|
|
|
1612
1806
|
This method makes a synchronous HTTP request by default. To make an
|
|
1613
1807
|
asynchronous HTTP request, please pass async_req=True
|
|
1614
|
-
>>> thread = api.
|
|
1808
|
+
>>> thread = api.create_transit_router_route_entry_with_http_info(body, async_req=True)
|
|
1615
1809
|
>>> result = thread.get()
|
|
1616
1810
|
|
|
1617
1811
|
:param async_req bool
|
|
1618
|
-
:param
|
|
1619
|
-
:return:
|
|
1812
|
+
:param CreateTransitRouterRouteEntryRequest body: (required)
|
|
1813
|
+
:return: CreateTransitRouterRouteEntryResponse
|
|
1620
1814
|
If the method is called asynchronously,
|
|
1621
1815
|
returns the request thread.
|
|
1622
1816
|
"""
|
|
@@ -1632,14 +1826,14 @@ class TRANSITROUTERApi(object):
|
|
|
1632
1826
|
if key not in all_params:
|
|
1633
1827
|
raise TypeError(
|
|
1634
1828
|
"Got an unexpected keyword argument '%s'"
|
|
1635
|
-
" to method
|
|
1829
|
+
" to method create_transit_router_route_entry" % key
|
|
1636
1830
|
)
|
|
1637
1831
|
params[key] = val
|
|
1638
1832
|
del params['kwargs']
|
|
1639
1833
|
# verify the required parameter 'body' is set
|
|
1640
1834
|
if self.api_client.client_side_validation and ('body' not in params or
|
|
1641
1835
|
params['body'] is None): # noqa: E501
|
|
1642
|
-
raise ValueError("Missing the required parameter `body` when calling `
|
|
1836
|
+
raise ValueError("Missing the required parameter `body` when calling `create_transit_router_route_entry`") # noqa: E501
|
|
1643
1837
|
|
|
1644
1838
|
collection_formats = {}
|
|
1645
1839
|
|
|
@@ -1667,14 +1861,14 @@ class TRANSITROUTERApi(object):
|
|
|
1667
1861
|
auth_settings = ['volcengineSign'] # noqa: E501
|
|
1668
1862
|
|
|
1669
1863
|
return self.api_client.call_api(
|
|
1670
|
-
'/
|
|
1864
|
+
'/CreateTransitRouterRouteEntry/2020-04-01/transitrouter/get/text_plain/', 'GET',
|
|
1671
1865
|
path_params,
|
|
1672
1866
|
query_params,
|
|
1673
1867
|
header_params,
|
|
1674
1868
|
body=body_params,
|
|
1675
1869
|
post_params=form_params,
|
|
1676
1870
|
files=local_var_files,
|
|
1677
|
-
response_type='
|
|
1871
|
+
response_type='CreateTransitRouterRouteEntryResponse', # noqa: E501
|
|
1678
1872
|
auth_settings=auth_settings,
|
|
1679
1873
|
async_req=params.get('async_req'),
|
|
1680
1874
|
_return_http_data_only=params.get('_return_http_data_only'),
|
|
@@ -1682,38 +1876,38 @@ class TRANSITROUTERApi(object):
|
|
|
1682
1876
|
_request_timeout=params.get('_request_timeout'),
|
|
1683
1877
|
collection_formats=collection_formats)
|
|
1684
1878
|
|
|
1685
|
-
def
|
|
1686
|
-
"""
|
|
1879
|
+
def create_transit_router_route_policy_entry(self, body, **kwargs): # noqa: E501
|
|
1880
|
+
"""create_transit_router_route_policy_entry # noqa: E501
|
|
1687
1881
|
|
|
1688
1882
|
This method makes a synchronous HTTP request by default. To make an
|
|
1689
1883
|
asynchronous HTTP request, please pass async_req=True
|
|
1690
|
-
>>> thread = api.
|
|
1884
|
+
>>> thread = api.create_transit_router_route_policy_entry(body, async_req=True)
|
|
1691
1885
|
>>> result = thread.get()
|
|
1692
1886
|
|
|
1693
1887
|
:param async_req bool
|
|
1694
|
-
:param
|
|
1695
|
-
:return:
|
|
1888
|
+
:param CreateTransitRouterRoutePolicyEntryRequest body: (required)
|
|
1889
|
+
:return: CreateTransitRouterRoutePolicyEntryResponse
|
|
1696
1890
|
If the method is called asynchronously,
|
|
1697
1891
|
returns the request thread.
|
|
1698
1892
|
"""
|
|
1699
1893
|
kwargs['_return_http_data_only'] = True
|
|
1700
1894
|
if kwargs.get('async_req'):
|
|
1701
|
-
return self.
|
|
1895
|
+
return self.create_transit_router_route_policy_entry_with_http_info(body, **kwargs) # noqa: E501
|
|
1702
1896
|
else:
|
|
1703
|
-
(data) = self.
|
|
1897
|
+
(data) = self.create_transit_router_route_policy_entry_with_http_info(body, **kwargs) # noqa: E501
|
|
1704
1898
|
return data
|
|
1705
1899
|
|
|
1706
|
-
def
|
|
1707
|
-
"""
|
|
1900
|
+
def create_transit_router_route_policy_entry_with_http_info(self, body, **kwargs): # noqa: E501
|
|
1901
|
+
"""create_transit_router_route_policy_entry # noqa: E501
|
|
1708
1902
|
|
|
1709
1903
|
This method makes a synchronous HTTP request by default. To make an
|
|
1710
1904
|
asynchronous HTTP request, please pass async_req=True
|
|
1711
|
-
>>> thread = api.
|
|
1905
|
+
>>> thread = api.create_transit_router_route_policy_entry_with_http_info(body, async_req=True)
|
|
1712
1906
|
>>> result = thread.get()
|
|
1713
1907
|
|
|
1714
1908
|
:param async_req bool
|
|
1715
|
-
:param
|
|
1716
|
-
:return:
|
|
1909
|
+
:param CreateTransitRouterRoutePolicyEntryRequest body: (required)
|
|
1910
|
+
:return: CreateTransitRouterRoutePolicyEntryResponse
|
|
1717
1911
|
If the method is called asynchronously,
|
|
1718
1912
|
returns the request thread.
|
|
1719
1913
|
"""
|
|
@@ -1729,14 +1923,14 @@ class TRANSITROUTERApi(object):
|
|
|
1729
1923
|
if key not in all_params:
|
|
1730
1924
|
raise TypeError(
|
|
1731
1925
|
"Got an unexpected keyword argument '%s'"
|
|
1732
|
-
" to method
|
|
1926
|
+
" to method create_transit_router_route_policy_entry" % key
|
|
1733
1927
|
)
|
|
1734
1928
|
params[key] = val
|
|
1735
1929
|
del params['kwargs']
|
|
1736
1930
|
# verify the required parameter 'body' is set
|
|
1737
1931
|
if self.api_client.client_side_validation and ('body' not in params or
|
|
1738
1932
|
params['body'] is None): # noqa: E501
|
|
1739
|
-
raise ValueError("Missing the required parameter `body` when calling `
|
|
1933
|
+
raise ValueError("Missing the required parameter `body` when calling `create_transit_router_route_policy_entry`") # noqa: E501
|
|
1740
1934
|
|
|
1741
1935
|
collection_formats = {}
|
|
1742
1936
|
|
|
@@ -1764,14 +1958,14 @@ class TRANSITROUTERApi(object):
|
|
|
1764
1958
|
auth_settings = ['volcengineSign'] # noqa: E501
|
|
1765
1959
|
|
|
1766
1960
|
return self.api_client.call_api(
|
|
1767
|
-
'/
|
|
1961
|
+
'/CreateTransitRouterRoutePolicyEntry/2020-04-01/transitrouter/get/text_plain/', 'GET',
|
|
1768
1962
|
path_params,
|
|
1769
1963
|
query_params,
|
|
1770
1964
|
header_params,
|
|
1771
1965
|
body=body_params,
|
|
1772
1966
|
post_params=form_params,
|
|
1773
1967
|
files=local_var_files,
|
|
1774
|
-
response_type='
|
|
1968
|
+
response_type='CreateTransitRouterRoutePolicyEntryResponse', # noqa: E501
|
|
1775
1969
|
auth_settings=auth_settings,
|
|
1776
1970
|
async_req=params.get('async_req'),
|
|
1777
1971
|
_return_http_data_only=params.get('_return_http_data_only'),
|
|
@@ -1779,38 +1973,38 @@ class TRANSITROUTERApi(object):
|
|
|
1779
1973
|
_request_timeout=params.get('_request_timeout'),
|
|
1780
1974
|
collection_formats=collection_formats)
|
|
1781
1975
|
|
|
1782
|
-
def
|
|
1783
|
-
"""
|
|
1976
|
+
def create_transit_router_route_policy_table(self, body, **kwargs): # noqa: E501
|
|
1977
|
+
"""create_transit_router_route_policy_table # noqa: E501
|
|
1784
1978
|
|
|
1785
1979
|
This method makes a synchronous HTTP request by default. To make an
|
|
1786
1980
|
asynchronous HTTP request, please pass async_req=True
|
|
1787
|
-
>>> thread = api.
|
|
1981
|
+
>>> thread = api.create_transit_router_route_policy_table(body, async_req=True)
|
|
1788
1982
|
>>> result = thread.get()
|
|
1789
1983
|
|
|
1790
1984
|
:param async_req bool
|
|
1791
|
-
:param
|
|
1792
|
-
:return:
|
|
1985
|
+
:param CreateTransitRouterRoutePolicyTableRequest body: (required)
|
|
1986
|
+
:return: CreateTransitRouterRoutePolicyTableResponse
|
|
1793
1987
|
If the method is called asynchronously,
|
|
1794
1988
|
returns the request thread.
|
|
1795
1989
|
"""
|
|
1796
1990
|
kwargs['_return_http_data_only'] = True
|
|
1797
1991
|
if kwargs.get('async_req'):
|
|
1798
|
-
return self.
|
|
1992
|
+
return self.create_transit_router_route_policy_table_with_http_info(body, **kwargs) # noqa: E501
|
|
1799
1993
|
else:
|
|
1800
|
-
(data) = self.
|
|
1994
|
+
(data) = self.create_transit_router_route_policy_table_with_http_info(body, **kwargs) # noqa: E501
|
|
1801
1995
|
return data
|
|
1802
1996
|
|
|
1803
|
-
def
|
|
1804
|
-
"""
|
|
1997
|
+
def create_transit_router_route_policy_table_with_http_info(self, body, **kwargs): # noqa: E501
|
|
1998
|
+
"""create_transit_router_route_policy_table # noqa: E501
|
|
1805
1999
|
|
|
1806
2000
|
This method makes a synchronous HTTP request by default. To make an
|
|
1807
2001
|
asynchronous HTTP request, please pass async_req=True
|
|
1808
|
-
>>> thread = api.
|
|
2002
|
+
>>> thread = api.create_transit_router_route_policy_table_with_http_info(body, async_req=True)
|
|
1809
2003
|
>>> result = thread.get()
|
|
1810
2004
|
|
|
1811
2005
|
:param async_req bool
|
|
1812
|
-
:param
|
|
1813
|
-
:return:
|
|
2006
|
+
:param CreateTransitRouterRoutePolicyTableRequest body: (required)
|
|
2007
|
+
:return: CreateTransitRouterRoutePolicyTableResponse
|
|
1814
2008
|
If the method is called asynchronously,
|
|
1815
2009
|
returns the request thread.
|
|
1816
2010
|
"""
|
|
@@ -1826,14 +2020,14 @@ class TRANSITROUTERApi(object):
|
|
|
1826
2020
|
if key not in all_params:
|
|
1827
2021
|
raise TypeError(
|
|
1828
2022
|
"Got an unexpected keyword argument '%s'"
|
|
1829
|
-
" to method
|
|
2023
|
+
" to method create_transit_router_route_policy_table" % key
|
|
1830
2024
|
)
|
|
1831
2025
|
params[key] = val
|
|
1832
2026
|
del params['kwargs']
|
|
1833
2027
|
# verify the required parameter 'body' is set
|
|
1834
2028
|
if self.api_client.client_side_validation and ('body' not in params or
|
|
1835
2029
|
params['body'] is None): # noqa: E501
|
|
1836
|
-
raise ValueError("Missing the required parameter `body` when calling `
|
|
2030
|
+
raise ValueError("Missing the required parameter `body` when calling `create_transit_router_route_policy_table`") # noqa: E501
|
|
1837
2031
|
|
|
1838
2032
|
collection_formats = {}
|
|
1839
2033
|
|
|
@@ -1861,14 +2055,14 @@ class TRANSITROUTERApi(object):
|
|
|
1861
2055
|
auth_settings = ['volcengineSign'] # noqa: E501
|
|
1862
2056
|
|
|
1863
2057
|
return self.api_client.call_api(
|
|
1864
|
-
'/
|
|
2058
|
+
'/CreateTransitRouterRoutePolicyTable/2020-04-01/transitrouter/get/text_plain/', 'GET',
|
|
1865
2059
|
path_params,
|
|
1866
2060
|
query_params,
|
|
1867
2061
|
header_params,
|
|
1868
2062
|
body=body_params,
|
|
1869
2063
|
post_params=form_params,
|
|
1870
2064
|
files=local_var_files,
|
|
1871
|
-
response_type='
|
|
2065
|
+
response_type='CreateTransitRouterRoutePolicyTableResponse', # noqa: E501
|
|
1872
2066
|
auth_settings=auth_settings,
|
|
1873
2067
|
async_req=params.get('async_req'),
|
|
1874
2068
|
_return_http_data_only=params.get('_return_http_data_only'),
|
|
@@ -1876,38 +2070,38 @@ class TRANSITROUTERApi(object):
|
|
|
1876
2070
|
_request_timeout=params.get('_request_timeout'),
|
|
1877
2071
|
collection_formats=collection_formats)
|
|
1878
2072
|
|
|
1879
|
-
def
|
|
1880
|
-
"""
|
|
2073
|
+
def create_transit_router_route_table(self, body, **kwargs): # noqa: E501
|
|
2074
|
+
"""create_transit_router_route_table # noqa: E501
|
|
1881
2075
|
|
|
1882
2076
|
This method makes a synchronous HTTP request by default. To make an
|
|
1883
2077
|
asynchronous HTTP request, please pass async_req=True
|
|
1884
|
-
>>> thread = api.
|
|
2078
|
+
>>> thread = api.create_transit_router_route_table(body, async_req=True)
|
|
1885
2079
|
>>> result = thread.get()
|
|
1886
2080
|
|
|
1887
2081
|
:param async_req bool
|
|
1888
|
-
:param
|
|
1889
|
-
:return:
|
|
2082
|
+
:param CreateTransitRouterRouteTableRequest body: (required)
|
|
2083
|
+
:return: CreateTransitRouterRouteTableResponse
|
|
1890
2084
|
If the method is called asynchronously,
|
|
1891
2085
|
returns the request thread.
|
|
1892
2086
|
"""
|
|
1893
2087
|
kwargs['_return_http_data_only'] = True
|
|
1894
2088
|
if kwargs.get('async_req'):
|
|
1895
|
-
return self.
|
|
2089
|
+
return self.create_transit_router_route_table_with_http_info(body, **kwargs) # noqa: E501
|
|
1896
2090
|
else:
|
|
1897
|
-
(data) = self.
|
|
2091
|
+
(data) = self.create_transit_router_route_table_with_http_info(body, **kwargs) # noqa: E501
|
|
1898
2092
|
return data
|
|
1899
2093
|
|
|
1900
|
-
def
|
|
1901
|
-
"""
|
|
2094
|
+
def create_transit_router_route_table_with_http_info(self, body, **kwargs): # noqa: E501
|
|
2095
|
+
"""create_transit_router_route_table # noqa: E501
|
|
1902
2096
|
|
|
1903
2097
|
This method makes a synchronous HTTP request by default. To make an
|
|
1904
2098
|
asynchronous HTTP request, please pass async_req=True
|
|
1905
|
-
>>> thread = api.
|
|
2099
|
+
>>> thread = api.create_transit_router_route_table_with_http_info(body, async_req=True)
|
|
1906
2100
|
>>> result = thread.get()
|
|
1907
2101
|
|
|
1908
2102
|
:param async_req bool
|
|
1909
|
-
:param
|
|
1910
|
-
:return:
|
|
2103
|
+
:param CreateTransitRouterRouteTableRequest body: (required)
|
|
2104
|
+
:return: CreateTransitRouterRouteTableResponse
|
|
1911
2105
|
If the method is called asynchronously,
|
|
1912
2106
|
returns the request thread.
|
|
1913
2107
|
"""
|
|
@@ -1923,14 +2117,14 @@ class TRANSITROUTERApi(object):
|
|
|
1923
2117
|
if key not in all_params:
|
|
1924
2118
|
raise TypeError(
|
|
1925
2119
|
"Got an unexpected keyword argument '%s'"
|
|
1926
|
-
" to method
|
|
2120
|
+
" to method create_transit_router_route_table" % key
|
|
1927
2121
|
)
|
|
1928
2122
|
params[key] = val
|
|
1929
2123
|
del params['kwargs']
|
|
1930
2124
|
# verify the required parameter 'body' is set
|
|
1931
2125
|
if self.api_client.client_side_validation and ('body' not in params or
|
|
1932
2126
|
params['body'] is None): # noqa: E501
|
|
1933
|
-
raise ValueError("Missing the required parameter `body` when calling `
|
|
2127
|
+
raise ValueError("Missing the required parameter `body` when calling `create_transit_router_route_table`") # noqa: E501
|
|
1934
2128
|
|
|
1935
2129
|
collection_formats = {}
|
|
1936
2130
|
|
|
@@ -1958,14 +2152,14 @@ class TRANSITROUTERApi(object):
|
|
|
1958
2152
|
auth_settings = ['volcengineSign'] # noqa: E501
|
|
1959
2153
|
|
|
1960
2154
|
return self.api_client.call_api(
|
|
1961
|
-
'/
|
|
2155
|
+
'/CreateTransitRouterRouteTable/2020-04-01/transitrouter/get/text_plain/', 'GET',
|
|
1962
2156
|
path_params,
|
|
1963
2157
|
query_params,
|
|
1964
2158
|
header_params,
|
|
1965
2159
|
body=body_params,
|
|
1966
2160
|
post_params=form_params,
|
|
1967
2161
|
files=local_var_files,
|
|
1968
|
-
response_type='
|
|
2162
|
+
response_type='CreateTransitRouterRouteTableResponse', # noqa: E501
|
|
1969
2163
|
auth_settings=auth_settings,
|
|
1970
2164
|
async_req=params.get('async_req'),
|
|
1971
2165
|
_return_http_data_only=params.get('_return_http_data_only'),
|
|
@@ -1973,38 +2167,38 @@ class TRANSITROUTERApi(object):
|
|
|
1973
2167
|
_request_timeout=params.get('_request_timeout'),
|
|
1974
2168
|
collection_formats=collection_formats)
|
|
1975
2169
|
|
|
1976
|
-
def
|
|
1977
|
-
"""
|
|
2170
|
+
def create_transit_router_traffic_qos_marking_entry(self, body, **kwargs): # noqa: E501
|
|
2171
|
+
"""create_transit_router_traffic_qos_marking_entry # noqa: E501
|
|
1978
2172
|
|
|
1979
2173
|
This method makes a synchronous HTTP request by default. To make an
|
|
1980
2174
|
asynchronous HTTP request, please pass async_req=True
|
|
1981
|
-
>>> thread = api.
|
|
2175
|
+
>>> thread = api.create_transit_router_traffic_qos_marking_entry(body, async_req=True)
|
|
1982
2176
|
>>> result = thread.get()
|
|
1983
2177
|
|
|
1984
2178
|
:param async_req bool
|
|
1985
|
-
:param
|
|
1986
|
-
:return:
|
|
2179
|
+
:param CreateTransitRouterTrafficQosMarkingEntryRequest body: (required)
|
|
2180
|
+
:return: CreateTransitRouterTrafficQosMarkingEntryResponse
|
|
1987
2181
|
If the method is called asynchronously,
|
|
1988
2182
|
returns the request thread.
|
|
1989
2183
|
"""
|
|
1990
2184
|
kwargs['_return_http_data_only'] = True
|
|
1991
2185
|
if kwargs.get('async_req'):
|
|
1992
|
-
return self.
|
|
2186
|
+
return self.create_transit_router_traffic_qos_marking_entry_with_http_info(body, **kwargs) # noqa: E501
|
|
1993
2187
|
else:
|
|
1994
|
-
(data) = self.
|
|
2188
|
+
(data) = self.create_transit_router_traffic_qos_marking_entry_with_http_info(body, **kwargs) # noqa: E501
|
|
1995
2189
|
return data
|
|
1996
2190
|
|
|
1997
|
-
def
|
|
1998
|
-
"""
|
|
2191
|
+
def create_transit_router_traffic_qos_marking_entry_with_http_info(self, body, **kwargs): # noqa: E501
|
|
2192
|
+
"""create_transit_router_traffic_qos_marking_entry # noqa: E501
|
|
1999
2193
|
|
|
2000
2194
|
This method makes a synchronous HTTP request by default. To make an
|
|
2001
2195
|
asynchronous HTTP request, please pass async_req=True
|
|
2002
|
-
>>> thread = api.
|
|
2196
|
+
>>> thread = api.create_transit_router_traffic_qos_marking_entry_with_http_info(body, async_req=True)
|
|
2003
2197
|
>>> result = thread.get()
|
|
2004
2198
|
|
|
2005
2199
|
:param async_req bool
|
|
2006
|
-
:param
|
|
2007
|
-
:return:
|
|
2200
|
+
:param CreateTransitRouterTrafficQosMarkingEntryRequest body: (required)
|
|
2201
|
+
:return: CreateTransitRouterTrafficQosMarkingEntryResponse
|
|
2008
2202
|
If the method is called asynchronously,
|
|
2009
2203
|
returns the request thread.
|
|
2010
2204
|
"""
|
|
@@ -2020,14 +2214,14 @@ class TRANSITROUTERApi(object):
|
|
|
2020
2214
|
if key not in all_params:
|
|
2021
2215
|
raise TypeError(
|
|
2022
2216
|
"Got an unexpected keyword argument '%s'"
|
|
2023
|
-
" to method
|
|
2217
|
+
" to method create_transit_router_traffic_qos_marking_entry" % key
|
|
2024
2218
|
)
|
|
2025
2219
|
params[key] = val
|
|
2026
2220
|
del params['kwargs']
|
|
2027
2221
|
# verify the required parameter 'body' is set
|
|
2028
2222
|
if self.api_client.client_side_validation and ('body' not in params or
|
|
2029
2223
|
params['body'] is None): # noqa: E501
|
|
2030
|
-
raise ValueError("Missing the required parameter `body` when calling `
|
|
2224
|
+
raise ValueError("Missing the required parameter `body` when calling `create_transit_router_traffic_qos_marking_entry`") # noqa: E501
|
|
2031
2225
|
|
|
2032
2226
|
collection_formats = {}
|
|
2033
2227
|
|
|
@@ -2055,14 +2249,14 @@ class TRANSITROUTERApi(object):
|
|
|
2055
2249
|
auth_settings = ['volcengineSign'] # noqa: E501
|
|
2056
2250
|
|
|
2057
2251
|
return self.api_client.call_api(
|
|
2058
|
-
'/
|
|
2252
|
+
'/CreateTransitRouterTrafficQosMarkingEntry/2020-04-01/transitrouter/get/text_plain/', 'GET',
|
|
2059
2253
|
path_params,
|
|
2060
2254
|
query_params,
|
|
2061
2255
|
header_params,
|
|
2062
2256
|
body=body_params,
|
|
2063
2257
|
post_params=form_params,
|
|
2064
2258
|
files=local_var_files,
|
|
2065
|
-
response_type='
|
|
2259
|
+
response_type='CreateTransitRouterTrafficQosMarkingEntryResponse', # noqa: E501
|
|
2066
2260
|
auth_settings=auth_settings,
|
|
2067
2261
|
async_req=params.get('async_req'),
|
|
2068
2262
|
_return_http_data_only=params.get('_return_http_data_only'),
|
|
@@ -2070,38 +2264,38 @@ class TRANSITROUTERApi(object):
|
|
|
2070
2264
|
_request_timeout=params.get('_request_timeout'),
|
|
2071
2265
|
collection_formats=collection_formats)
|
|
2072
2266
|
|
|
2073
|
-
def
|
|
2074
|
-
"""
|
|
2267
|
+
def create_transit_router_traffic_qos_marking_policy(self, body, **kwargs): # noqa: E501
|
|
2268
|
+
"""create_transit_router_traffic_qos_marking_policy # noqa: E501
|
|
2075
2269
|
|
|
2076
2270
|
This method makes a synchronous HTTP request by default. To make an
|
|
2077
2271
|
asynchronous HTTP request, please pass async_req=True
|
|
2078
|
-
>>> thread = api.
|
|
2272
|
+
>>> thread = api.create_transit_router_traffic_qos_marking_policy(body, async_req=True)
|
|
2079
2273
|
>>> result = thread.get()
|
|
2080
2274
|
|
|
2081
2275
|
:param async_req bool
|
|
2082
|
-
:param
|
|
2083
|
-
:return:
|
|
2276
|
+
:param CreateTransitRouterTrafficQosMarkingPolicyRequest body: (required)
|
|
2277
|
+
:return: CreateTransitRouterTrafficQosMarkingPolicyResponse
|
|
2084
2278
|
If the method is called asynchronously,
|
|
2085
2279
|
returns the request thread.
|
|
2086
2280
|
"""
|
|
2087
2281
|
kwargs['_return_http_data_only'] = True
|
|
2088
2282
|
if kwargs.get('async_req'):
|
|
2089
|
-
return self.
|
|
2283
|
+
return self.create_transit_router_traffic_qos_marking_policy_with_http_info(body, **kwargs) # noqa: E501
|
|
2090
2284
|
else:
|
|
2091
|
-
(data) = self.
|
|
2285
|
+
(data) = self.create_transit_router_traffic_qos_marking_policy_with_http_info(body, **kwargs) # noqa: E501
|
|
2092
2286
|
return data
|
|
2093
2287
|
|
|
2094
|
-
def
|
|
2095
|
-
"""
|
|
2288
|
+
def create_transit_router_traffic_qos_marking_policy_with_http_info(self, body, **kwargs): # noqa: E501
|
|
2289
|
+
"""create_transit_router_traffic_qos_marking_policy # noqa: E501
|
|
2096
2290
|
|
|
2097
2291
|
This method makes a synchronous HTTP request by default. To make an
|
|
2098
2292
|
asynchronous HTTP request, please pass async_req=True
|
|
2099
|
-
>>> thread = api.
|
|
2293
|
+
>>> thread = api.create_transit_router_traffic_qos_marking_policy_with_http_info(body, async_req=True)
|
|
2100
2294
|
>>> result = thread.get()
|
|
2101
2295
|
|
|
2102
2296
|
:param async_req bool
|
|
2103
|
-
:param
|
|
2104
|
-
:return:
|
|
2297
|
+
:param CreateTransitRouterTrafficQosMarkingPolicyRequest body: (required)
|
|
2298
|
+
:return: CreateTransitRouterTrafficQosMarkingPolicyResponse
|
|
2105
2299
|
If the method is called asynchronously,
|
|
2106
2300
|
returns the request thread.
|
|
2107
2301
|
"""
|
|
@@ -2117,14 +2311,14 @@ class TRANSITROUTERApi(object):
|
|
|
2117
2311
|
if key not in all_params:
|
|
2118
2312
|
raise TypeError(
|
|
2119
2313
|
"Got an unexpected keyword argument '%s'"
|
|
2120
|
-
" to method
|
|
2314
|
+
" to method create_transit_router_traffic_qos_marking_policy" % key
|
|
2121
2315
|
)
|
|
2122
2316
|
params[key] = val
|
|
2123
2317
|
del params['kwargs']
|
|
2124
2318
|
# verify the required parameter 'body' is set
|
|
2125
2319
|
if self.api_client.client_side_validation and ('body' not in params or
|
|
2126
2320
|
params['body'] is None): # noqa: E501
|
|
2127
|
-
raise ValueError("Missing the required parameter `body` when calling `
|
|
2321
|
+
raise ValueError("Missing the required parameter `body` when calling `create_transit_router_traffic_qos_marking_policy`") # noqa: E501
|
|
2128
2322
|
|
|
2129
2323
|
collection_formats = {}
|
|
2130
2324
|
|
|
@@ -2152,14 +2346,14 @@ class TRANSITROUTERApi(object):
|
|
|
2152
2346
|
auth_settings = ['volcengineSign'] # noqa: E501
|
|
2153
2347
|
|
|
2154
2348
|
return self.api_client.call_api(
|
|
2155
|
-
'/
|
|
2349
|
+
'/CreateTransitRouterTrafficQosMarkingPolicy/2020-04-01/transitrouter/get/text_plain/', 'GET',
|
|
2156
2350
|
path_params,
|
|
2157
2351
|
query_params,
|
|
2158
2352
|
header_params,
|
|
2159
2353
|
body=body_params,
|
|
2160
2354
|
post_params=form_params,
|
|
2161
2355
|
files=local_var_files,
|
|
2162
|
-
response_type='
|
|
2356
|
+
response_type='CreateTransitRouterTrafficQosMarkingPolicyResponse', # noqa: E501
|
|
2163
2357
|
auth_settings=auth_settings,
|
|
2164
2358
|
async_req=params.get('async_req'),
|
|
2165
2359
|
_return_http_data_only=params.get('_return_http_data_only'),
|
|
@@ -2167,38 +2361,38 @@ class TRANSITROUTERApi(object):
|
|
|
2167
2361
|
_request_timeout=params.get('_request_timeout'),
|
|
2168
2362
|
collection_formats=collection_formats)
|
|
2169
2363
|
|
|
2170
|
-
def
|
|
2171
|
-
"""
|
|
2364
|
+
def create_transit_router_traffic_qos_queue_entry(self, body, **kwargs): # noqa: E501
|
|
2365
|
+
"""create_transit_router_traffic_qos_queue_entry # noqa: E501
|
|
2172
2366
|
|
|
2173
2367
|
This method makes a synchronous HTTP request by default. To make an
|
|
2174
2368
|
asynchronous HTTP request, please pass async_req=True
|
|
2175
|
-
>>> thread = api.
|
|
2369
|
+
>>> thread = api.create_transit_router_traffic_qos_queue_entry(body, async_req=True)
|
|
2176
2370
|
>>> result = thread.get()
|
|
2177
2371
|
|
|
2178
2372
|
:param async_req bool
|
|
2179
|
-
:param
|
|
2180
|
-
:return:
|
|
2373
|
+
:param CreateTransitRouterTrafficQosQueueEntryRequest body: (required)
|
|
2374
|
+
:return: CreateTransitRouterTrafficQosQueueEntryResponse
|
|
2181
2375
|
If the method is called asynchronously,
|
|
2182
2376
|
returns the request thread.
|
|
2183
2377
|
"""
|
|
2184
2378
|
kwargs['_return_http_data_only'] = True
|
|
2185
2379
|
if kwargs.get('async_req'):
|
|
2186
|
-
return self.
|
|
2380
|
+
return self.create_transit_router_traffic_qos_queue_entry_with_http_info(body, **kwargs) # noqa: E501
|
|
2187
2381
|
else:
|
|
2188
|
-
(data) = self.
|
|
2382
|
+
(data) = self.create_transit_router_traffic_qos_queue_entry_with_http_info(body, **kwargs) # noqa: E501
|
|
2189
2383
|
return data
|
|
2190
2384
|
|
|
2191
|
-
def
|
|
2192
|
-
"""
|
|
2385
|
+
def create_transit_router_traffic_qos_queue_entry_with_http_info(self, body, **kwargs): # noqa: E501
|
|
2386
|
+
"""create_transit_router_traffic_qos_queue_entry # noqa: E501
|
|
2193
2387
|
|
|
2194
2388
|
This method makes a synchronous HTTP request by default. To make an
|
|
2195
2389
|
asynchronous HTTP request, please pass async_req=True
|
|
2196
|
-
>>> thread = api.
|
|
2390
|
+
>>> thread = api.create_transit_router_traffic_qos_queue_entry_with_http_info(body, async_req=True)
|
|
2197
2391
|
>>> result = thread.get()
|
|
2198
2392
|
|
|
2199
2393
|
:param async_req bool
|
|
2200
|
-
:param
|
|
2201
|
-
:return:
|
|
2394
|
+
:param CreateTransitRouterTrafficQosQueueEntryRequest body: (required)
|
|
2395
|
+
:return: CreateTransitRouterTrafficQosQueueEntryResponse
|
|
2202
2396
|
If the method is called asynchronously,
|
|
2203
2397
|
returns the request thread.
|
|
2204
2398
|
"""
|
|
@@ -2214,14 +2408,14 @@ class TRANSITROUTERApi(object):
|
|
|
2214
2408
|
if key not in all_params:
|
|
2215
2409
|
raise TypeError(
|
|
2216
2410
|
"Got an unexpected keyword argument '%s'"
|
|
2217
|
-
" to method
|
|
2411
|
+
" to method create_transit_router_traffic_qos_queue_entry" % key
|
|
2218
2412
|
)
|
|
2219
2413
|
params[key] = val
|
|
2220
2414
|
del params['kwargs']
|
|
2221
2415
|
# verify the required parameter 'body' is set
|
|
2222
2416
|
if self.api_client.client_side_validation and ('body' not in params or
|
|
2223
2417
|
params['body'] is None): # noqa: E501
|
|
2224
|
-
raise ValueError("Missing the required parameter `body` when calling `
|
|
2418
|
+
raise ValueError("Missing the required parameter `body` when calling `create_transit_router_traffic_qos_queue_entry`") # noqa: E501
|
|
2225
2419
|
|
|
2226
2420
|
collection_formats = {}
|
|
2227
2421
|
|
|
@@ -2249,14 +2443,14 @@ class TRANSITROUTERApi(object):
|
|
|
2249
2443
|
auth_settings = ['volcengineSign'] # noqa: E501
|
|
2250
2444
|
|
|
2251
2445
|
return self.api_client.call_api(
|
|
2252
|
-
'/
|
|
2446
|
+
'/CreateTransitRouterTrafficQosQueueEntry/2020-04-01/transitrouter/get/text_plain/', 'GET',
|
|
2253
2447
|
path_params,
|
|
2254
2448
|
query_params,
|
|
2255
2449
|
header_params,
|
|
2256
2450
|
body=body_params,
|
|
2257
2451
|
post_params=form_params,
|
|
2258
2452
|
files=local_var_files,
|
|
2259
|
-
response_type='
|
|
2453
|
+
response_type='CreateTransitRouterTrafficQosQueueEntryResponse', # noqa: E501
|
|
2260
2454
|
auth_settings=auth_settings,
|
|
2261
2455
|
async_req=params.get('async_req'),
|
|
2262
2456
|
_return_http_data_only=params.get('_return_http_data_only'),
|
|
@@ -2264,38 +2458,38 @@ class TRANSITROUTERApi(object):
|
|
|
2264
2458
|
_request_timeout=params.get('_request_timeout'),
|
|
2265
2459
|
collection_formats=collection_formats)
|
|
2266
2460
|
|
|
2267
|
-
def
|
|
2268
|
-
"""
|
|
2461
|
+
def create_transit_router_traffic_qos_queue_policy(self, body, **kwargs): # noqa: E501
|
|
2462
|
+
"""create_transit_router_traffic_qos_queue_policy # noqa: E501
|
|
2269
2463
|
|
|
2270
2464
|
This method makes a synchronous HTTP request by default. To make an
|
|
2271
2465
|
asynchronous HTTP request, please pass async_req=True
|
|
2272
|
-
>>> thread = api.
|
|
2466
|
+
>>> thread = api.create_transit_router_traffic_qos_queue_policy(body, async_req=True)
|
|
2273
2467
|
>>> result = thread.get()
|
|
2274
2468
|
|
|
2275
2469
|
:param async_req bool
|
|
2276
|
-
:param
|
|
2277
|
-
:return:
|
|
2470
|
+
:param CreateTransitRouterTrafficQosQueuePolicyRequest body: (required)
|
|
2471
|
+
:return: CreateTransitRouterTrafficQosQueuePolicyResponse
|
|
2278
2472
|
If the method is called asynchronously,
|
|
2279
2473
|
returns the request thread.
|
|
2280
2474
|
"""
|
|
2281
2475
|
kwargs['_return_http_data_only'] = True
|
|
2282
2476
|
if kwargs.get('async_req'):
|
|
2283
|
-
return self.
|
|
2477
|
+
return self.create_transit_router_traffic_qos_queue_policy_with_http_info(body, **kwargs) # noqa: E501
|
|
2284
2478
|
else:
|
|
2285
|
-
(data) = self.
|
|
2479
|
+
(data) = self.create_transit_router_traffic_qos_queue_policy_with_http_info(body, **kwargs) # noqa: E501
|
|
2286
2480
|
return data
|
|
2287
2481
|
|
|
2288
|
-
def
|
|
2289
|
-
"""
|
|
2482
|
+
def create_transit_router_traffic_qos_queue_policy_with_http_info(self, body, **kwargs): # noqa: E501
|
|
2483
|
+
"""create_transit_router_traffic_qos_queue_policy # noqa: E501
|
|
2290
2484
|
|
|
2291
2485
|
This method makes a synchronous HTTP request by default. To make an
|
|
2292
2486
|
asynchronous HTTP request, please pass async_req=True
|
|
2293
|
-
>>> thread = api.
|
|
2487
|
+
>>> thread = api.create_transit_router_traffic_qos_queue_policy_with_http_info(body, async_req=True)
|
|
2294
2488
|
>>> result = thread.get()
|
|
2295
2489
|
|
|
2296
2490
|
:param async_req bool
|
|
2297
|
-
:param
|
|
2298
|
-
:return:
|
|
2491
|
+
:param CreateTransitRouterTrafficQosQueuePolicyRequest body: (required)
|
|
2492
|
+
:return: CreateTransitRouterTrafficQosQueuePolicyResponse
|
|
2299
2493
|
If the method is called asynchronously,
|
|
2300
2494
|
returns the request thread.
|
|
2301
2495
|
"""
|
|
@@ -2311,14 +2505,14 @@ class TRANSITROUTERApi(object):
|
|
|
2311
2505
|
if key not in all_params:
|
|
2312
2506
|
raise TypeError(
|
|
2313
2507
|
"Got an unexpected keyword argument '%s'"
|
|
2314
|
-
" to method
|
|
2508
|
+
" to method create_transit_router_traffic_qos_queue_policy" % key
|
|
2315
2509
|
)
|
|
2316
2510
|
params[key] = val
|
|
2317
2511
|
del params['kwargs']
|
|
2318
2512
|
# verify the required parameter 'body' is set
|
|
2319
2513
|
if self.api_client.client_side_validation and ('body' not in params or
|
|
2320
2514
|
params['body'] is None): # noqa: E501
|
|
2321
|
-
raise ValueError("Missing the required parameter `body` when calling `
|
|
2515
|
+
raise ValueError("Missing the required parameter `body` when calling `create_transit_router_traffic_qos_queue_policy`") # noqa: E501
|
|
2322
2516
|
|
|
2323
2517
|
collection_formats = {}
|
|
2324
2518
|
|
|
@@ -2346,14 +2540,14 @@ class TRANSITROUTERApi(object):
|
|
|
2346
2540
|
auth_settings = ['volcengineSign'] # noqa: E501
|
|
2347
2541
|
|
|
2348
2542
|
return self.api_client.call_api(
|
|
2349
|
-
'/
|
|
2543
|
+
'/CreateTransitRouterTrafficQosQueuePolicy/2020-04-01/transitrouter/get/text_plain/', 'GET',
|
|
2350
2544
|
path_params,
|
|
2351
2545
|
query_params,
|
|
2352
2546
|
header_params,
|
|
2353
2547
|
body=body_params,
|
|
2354
2548
|
post_params=form_params,
|
|
2355
2549
|
files=local_var_files,
|
|
2356
|
-
response_type='
|
|
2550
|
+
response_type='CreateTransitRouterTrafficQosQueuePolicyResponse', # noqa: E501
|
|
2357
2551
|
auth_settings=auth_settings,
|
|
2358
2552
|
async_req=params.get('async_req'),
|
|
2359
2553
|
_return_http_data_only=params.get('_return_http_data_only'),
|
|
@@ -2361,38 +2555,38 @@ class TRANSITROUTERApi(object):
|
|
|
2361
2555
|
_request_timeout=params.get('_request_timeout'),
|
|
2362
2556
|
collection_formats=collection_formats)
|
|
2363
2557
|
|
|
2364
|
-
def
|
|
2365
|
-
"""
|
|
2558
|
+
def create_transit_router_vpc_attachment(self, body, **kwargs): # noqa: E501
|
|
2559
|
+
"""create_transit_router_vpc_attachment # noqa: E501
|
|
2366
2560
|
|
|
2367
2561
|
This method makes a synchronous HTTP request by default. To make an
|
|
2368
2562
|
asynchronous HTTP request, please pass async_req=True
|
|
2369
|
-
>>> thread = api.
|
|
2563
|
+
>>> thread = api.create_transit_router_vpc_attachment(body, async_req=True)
|
|
2370
2564
|
>>> result = thread.get()
|
|
2371
2565
|
|
|
2372
2566
|
:param async_req bool
|
|
2373
|
-
:param
|
|
2374
|
-
:return:
|
|
2567
|
+
:param CreateTransitRouterVpcAttachmentRequest body: (required)
|
|
2568
|
+
:return: CreateTransitRouterVpcAttachmentResponse
|
|
2375
2569
|
If the method is called asynchronously,
|
|
2376
2570
|
returns the request thread.
|
|
2377
2571
|
"""
|
|
2378
2572
|
kwargs['_return_http_data_only'] = True
|
|
2379
2573
|
if kwargs.get('async_req'):
|
|
2380
|
-
return self.
|
|
2574
|
+
return self.create_transit_router_vpc_attachment_with_http_info(body, **kwargs) # noqa: E501
|
|
2381
2575
|
else:
|
|
2382
|
-
(data) = self.
|
|
2576
|
+
(data) = self.create_transit_router_vpc_attachment_with_http_info(body, **kwargs) # noqa: E501
|
|
2383
2577
|
return data
|
|
2384
2578
|
|
|
2385
|
-
def
|
|
2386
|
-
"""
|
|
2579
|
+
def create_transit_router_vpc_attachment_with_http_info(self, body, **kwargs): # noqa: E501
|
|
2580
|
+
"""create_transit_router_vpc_attachment # noqa: E501
|
|
2387
2581
|
|
|
2388
2582
|
This method makes a synchronous HTTP request by default. To make an
|
|
2389
2583
|
asynchronous HTTP request, please pass async_req=True
|
|
2390
|
-
>>> thread = api.
|
|
2584
|
+
>>> thread = api.create_transit_router_vpc_attachment_with_http_info(body, async_req=True)
|
|
2391
2585
|
>>> result = thread.get()
|
|
2392
2586
|
|
|
2393
2587
|
:param async_req bool
|
|
2394
|
-
:param
|
|
2395
|
-
:return:
|
|
2588
|
+
:param CreateTransitRouterVpcAttachmentRequest body: (required)
|
|
2589
|
+
:return: CreateTransitRouterVpcAttachmentResponse
|
|
2396
2590
|
If the method is called asynchronously,
|
|
2397
2591
|
returns the request thread.
|
|
2398
2592
|
"""
|
|
@@ -2408,14 +2602,14 @@ class TRANSITROUTERApi(object):
|
|
|
2408
2602
|
if key not in all_params:
|
|
2409
2603
|
raise TypeError(
|
|
2410
2604
|
"Got an unexpected keyword argument '%s'"
|
|
2411
|
-
" to method
|
|
2605
|
+
" to method create_transit_router_vpc_attachment" % key
|
|
2412
2606
|
)
|
|
2413
2607
|
params[key] = val
|
|
2414
2608
|
del params['kwargs']
|
|
2415
2609
|
# verify the required parameter 'body' is set
|
|
2416
2610
|
if self.api_client.client_side_validation and ('body' not in params or
|
|
2417
2611
|
params['body'] is None): # noqa: E501
|
|
2418
|
-
raise ValueError("Missing the required parameter `body` when calling `
|
|
2612
|
+
raise ValueError("Missing the required parameter `body` when calling `create_transit_router_vpc_attachment`") # noqa: E501
|
|
2419
2613
|
|
|
2420
2614
|
collection_formats = {}
|
|
2421
2615
|
|
|
@@ -2443,14 +2637,14 @@ class TRANSITROUTERApi(object):
|
|
|
2443
2637
|
auth_settings = ['volcengineSign'] # noqa: E501
|
|
2444
2638
|
|
|
2445
2639
|
return self.api_client.call_api(
|
|
2446
|
-
'/
|
|
2640
|
+
'/CreateTransitRouterVpcAttachment/2020-04-01/transitrouter/get/text_plain/', 'GET',
|
|
2447
2641
|
path_params,
|
|
2448
2642
|
query_params,
|
|
2449
2643
|
header_params,
|
|
2450
2644
|
body=body_params,
|
|
2451
2645
|
post_params=form_params,
|
|
2452
2646
|
files=local_var_files,
|
|
2453
|
-
response_type='
|
|
2647
|
+
response_type='CreateTransitRouterVpcAttachmentResponse', # noqa: E501
|
|
2454
2648
|
auth_settings=auth_settings,
|
|
2455
2649
|
async_req=params.get('async_req'),
|
|
2456
2650
|
_return_http_data_only=params.get('_return_http_data_only'),
|
|
@@ -2458,38 +2652,38 @@ class TRANSITROUTERApi(object):
|
|
|
2458
2652
|
_request_timeout=params.get('_request_timeout'),
|
|
2459
2653
|
collection_formats=collection_formats)
|
|
2460
2654
|
|
|
2461
|
-
def
|
|
2462
|
-
"""
|
|
2655
|
+
def create_transit_router_vpn_attachment(self, body, **kwargs): # noqa: E501
|
|
2656
|
+
"""create_transit_router_vpn_attachment # noqa: E501
|
|
2463
2657
|
|
|
2464
2658
|
This method makes a synchronous HTTP request by default. To make an
|
|
2465
2659
|
asynchronous HTTP request, please pass async_req=True
|
|
2466
|
-
>>> thread = api.
|
|
2660
|
+
>>> thread = api.create_transit_router_vpn_attachment(body, async_req=True)
|
|
2467
2661
|
>>> result = thread.get()
|
|
2468
2662
|
|
|
2469
2663
|
:param async_req bool
|
|
2470
|
-
:param
|
|
2471
|
-
:return:
|
|
2664
|
+
:param CreateTransitRouterVpnAttachmentRequest body: (required)
|
|
2665
|
+
:return: CreateTransitRouterVpnAttachmentResponse
|
|
2472
2666
|
If the method is called asynchronously,
|
|
2473
2667
|
returns the request thread.
|
|
2474
2668
|
"""
|
|
2475
2669
|
kwargs['_return_http_data_only'] = True
|
|
2476
2670
|
if kwargs.get('async_req'):
|
|
2477
|
-
return self.
|
|
2671
|
+
return self.create_transit_router_vpn_attachment_with_http_info(body, **kwargs) # noqa: E501
|
|
2478
2672
|
else:
|
|
2479
|
-
(data) = self.
|
|
2673
|
+
(data) = self.create_transit_router_vpn_attachment_with_http_info(body, **kwargs) # noqa: E501
|
|
2480
2674
|
return data
|
|
2481
2675
|
|
|
2482
|
-
def
|
|
2483
|
-
"""
|
|
2676
|
+
def create_transit_router_vpn_attachment_with_http_info(self, body, **kwargs): # noqa: E501
|
|
2677
|
+
"""create_transit_router_vpn_attachment # noqa: E501
|
|
2484
2678
|
|
|
2485
2679
|
This method makes a synchronous HTTP request by default. To make an
|
|
2486
2680
|
asynchronous HTTP request, please pass async_req=True
|
|
2487
|
-
>>> thread = api.
|
|
2681
|
+
>>> thread = api.create_transit_router_vpn_attachment_with_http_info(body, async_req=True)
|
|
2488
2682
|
>>> result = thread.get()
|
|
2489
2683
|
|
|
2490
2684
|
:param async_req bool
|
|
2491
|
-
:param
|
|
2492
|
-
:return:
|
|
2685
|
+
:param CreateTransitRouterVpnAttachmentRequest body: (required)
|
|
2686
|
+
:return: CreateTransitRouterVpnAttachmentResponse
|
|
2493
2687
|
If the method is called asynchronously,
|
|
2494
2688
|
returns the request thread.
|
|
2495
2689
|
"""
|
|
@@ -2505,14 +2699,14 @@ class TRANSITROUTERApi(object):
|
|
|
2505
2699
|
if key not in all_params:
|
|
2506
2700
|
raise TypeError(
|
|
2507
2701
|
"Got an unexpected keyword argument '%s'"
|
|
2508
|
-
" to method
|
|
2702
|
+
" to method create_transit_router_vpn_attachment" % key
|
|
2509
2703
|
)
|
|
2510
2704
|
params[key] = val
|
|
2511
2705
|
del params['kwargs']
|
|
2512
2706
|
# verify the required parameter 'body' is set
|
|
2513
2707
|
if self.api_client.client_side_validation and ('body' not in params or
|
|
2514
2708
|
params['body'] is None): # noqa: E501
|
|
2515
|
-
raise ValueError("Missing the required parameter `body` when calling `
|
|
2709
|
+
raise ValueError("Missing the required parameter `body` when calling `create_transit_router_vpn_attachment`") # noqa: E501
|
|
2516
2710
|
|
|
2517
2711
|
collection_formats = {}
|
|
2518
2712
|
|
|
@@ -2540,14 +2734,14 @@ class TRANSITROUTERApi(object):
|
|
|
2540
2734
|
auth_settings = ['volcengineSign'] # noqa: E501
|
|
2541
2735
|
|
|
2542
2736
|
return self.api_client.call_api(
|
|
2543
|
-
'/
|
|
2737
|
+
'/CreateTransitRouterVpnAttachment/2020-04-01/transitrouter/get/text_plain/', 'GET',
|
|
2544
2738
|
path_params,
|
|
2545
2739
|
query_params,
|
|
2546
2740
|
header_params,
|
|
2547
2741
|
body=body_params,
|
|
2548
2742
|
post_params=form_params,
|
|
2549
2743
|
files=local_var_files,
|
|
2550
|
-
response_type='
|
|
2744
|
+
response_type='CreateTransitRouterVpnAttachmentResponse', # noqa: E501
|
|
2551
2745
|
auth_settings=auth_settings,
|
|
2552
2746
|
async_req=params.get('async_req'),
|
|
2553
2747
|
_return_http_data_only=params.get('_return_http_data_only'),
|
|
@@ -2555,38 +2749,38 @@ class TRANSITROUTERApi(object):
|
|
|
2555
2749
|
_request_timeout=params.get('_request_timeout'),
|
|
2556
2750
|
collection_formats=collection_formats)
|
|
2557
2751
|
|
|
2558
|
-
def
|
|
2559
|
-
"""
|
|
2752
|
+
def delete_transit_router(self, body, **kwargs): # noqa: E501
|
|
2753
|
+
"""delete_transit_router # noqa: E501
|
|
2560
2754
|
|
|
2561
2755
|
This method makes a synchronous HTTP request by default. To make an
|
|
2562
2756
|
asynchronous HTTP request, please pass async_req=True
|
|
2563
|
-
>>> thread = api.
|
|
2757
|
+
>>> thread = api.delete_transit_router(body, async_req=True)
|
|
2564
2758
|
>>> result = thread.get()
|
|
2565
2759
|
|
|
2566
2760
|
:param async_req bool
|
|
2567
|
-
:param
|
|
2568
|
-
:return:
|
|
2761
|
+
:param DeleteTransitRouterRequest body: (required)
|
|
2762
|
+
:return: DeleteTransitRouterResponse
|
|
2569
2763
|
If the method is called asynchronously,
|
|
2570
2764
|
returns the request thread.
|
|
2571
2765
|
"""
|
|
2572
2766
|
kwargs['_return_http_data_only'] = True
|
|
2573
2767
|
if kwargs.get('async_req'):
|
|
2574
|
-
return self.
|
|
2768
|
+
return self.delete_transit_router_with_http_info(body, **kwargs) # noqa: E501
|
|
2575
2769
|
else:
|
|
2576
|
-
(data) = self.
|
|
2770
|
+
(data) = self.delete_transit_router_with_http_info(body, **kwargs) # noqa: E501
|
|
2577
2771
|
return data
|
|
2578
2772
|
|
|
2579
|
-
def
|
|
2580
|
-
"""
|
|
2773
|
+
def delete_transit_router_with_http_info(self, body, **kwargs): # noqa: E501
|
|
2774
|
+
"""delete_transit_router # noqa: E501
|
|
2581
2775
|
|
|
2582
2776
|
This method makes a synchronous HTTP request by default. To make an
|
|
2583
2777
|
asynchronous HTTP request, please pass async_req=True
|
|
2584
|
-
>>> thread = api.
|
|
2778
|
+
>>> thread = api.delete_transit_router_with_http_info(body, async_req=True)
|
|
2585
2779
|
>>> result = thread.get()
|
|
2586
2780
|
|
|
2587
2781
|
:param async_req bool
|
|
2588
|
-
:param
|
|
2589
|
-
:return:
|
|
2782
|
+
:param DeleteTransitRouterRequest body: (required)
|
|
2783
|
+
:return: DeleteTransitRouterResponse
|
|
2590
2784
|
If the method is called asynchronously,
|
|
2591
2785
|
returns the request thread.
|
|
2592
2786
|
"""
|
|
@@ -2602,14 +2796,14 @@ class TRANSITROUTERApi(object):
|
|
|
2602
2796
|
if key not in all_params:
|
|
2603
2797
|
raise TypeError(
|
|
2604
2798
|
"Got an unexpected keyword argument '%s'"
|
|
2605
|
-
" to method
|
|
2799
|
+
" to method delete_transit_router" % key
|
|
2606
2800
|
)
|
|
2607
2801
|
params[key] = val
|
|
2608
2802
|
del params['kwargs']
|
|
2609
2803
|
# verify the required parameter 'body' is set
|
|
2610
2804
|
if self.api_client.client_side_validation and ('body' not in params or
|
|
2611
2805
|
params['body'] is None): # noqa: E501
|
|
2612
|
-
raise ValueError("Missing the required parameter `body` when calling `
|
|
2806
|
+
raise ValueError("Missing the required parameter `body` when calling `delete_transit_router`") # noqa: E501
|
|
2613
2807
|
|
|
2614
2808
|
collection_formats = {}
|
|
2615
2809
|
|
|
@@ -2637,14 +2831,14 @@ class TRANSITROUTERApi(object):
|
|
|
2637
2831
|
auth_settings = ['volcengineSign'] # noqa: E501
|
|
2638
2832
|
|
|
2639
2833
|
return self.api_client.call_api(
|
|
2640
|
-
'/
|
|
2834
|
+
'/DeleteTransitRouter/2020-04-01/transitrouter/get/text_plain/', 'GET',
|
|
2641
2835
|
path_params,
|
|
2642
2836
|
query_params,
|
|
2643
2837
|
header_params,
|
|
2644
2838
|
body=body_params,
|
|
2645
2839
|
post_params=form_params,
|
|
2646
2840
|
files=local_var_files,
|
|
2647
|
-
response_type='
|
|
2841
|
+
response_type='DeleteTransitRouterResponse', # noqa: E501
|
|
2648
2842
|
auth_settings=auth_settings,
|
|
2649
2843
|
async_req=params.get('async_req'),
|
|
2650
2844
|
_return_http_data_only=params.get('_return_http_data_only'),
|
|
@@ -2652,38 +2846,38 @@ class TRANSITROUTERApi(object):
|
|
|
2652
2846
|
_request_timeout=params.get('_request_timeout'),
|
|
2653
2847
|
collection_formats=collection_formats)
|
|
2654
2848
|
|
|
2655
|
-
def
|
|
2656
|
-
"""
|
|
2849
|
+
def delete_transit_router_bandwidth_package(self, body, **kwargs): # noqa: E501
|
|
2850
|
+
"""delete_transit_router_bandwidth_package # noqa: E501
|
|
2657
2851
|
|
|
2658
2852
|
This method makes a synchronous HTTP request by default. To make an
|
|
2659
2853
|
asynchronous HTTP request, please pass async_req=True
|
|
2660
|
-
>>> thread = api.
|
|
2854
|
+
>>> thread = api.delete_transit_router_bandwidth_package(body, async_req=True)
|
|
2661
2855
|
>>> result = thread.get()
|
|
2662
2856
|
|
|
2663
2857
|
:param async_req bool
|
|
2664
|
-
:param
|
|
2665
|
-
:return:
|
|
2858
|
+
:param DeleteTransitRouterBandwidthPackageRequest body: (required)
|
|
2859
|
+
:return: DeleteTransitRouterBandwidthPackageResponse
|
|
2666
2860
|
If the method is called asynchronously,
|
|
2667
2861
|
returns the request thread.
|
|
2668
2862
|
"""
|
|
2669
2863
|
kwargs['_return_http_data_only'] = True
|
|
2670
2864
|
if kwargs.get('async_req'):
|
|
2671
|
-
return self.
|
|
2865
|
+
return self.delete_transit_router_bandwidth_package_with_http_info(body, **kwargs) # noqa: E501
|
|
2672
2866
|
else:
|
|
2673
|
-
(data) = self.
|
|
2867
|
+
(data) = self.delete_transit_router_bandwidth_package_with_http_info(body, **kwargs) # noqa: E501
|
|
2674
2868
|
return data
|
|
2675
2869
|
|
|
2676
|
-
def
|
|
2677
|
-
"""
|
|
2870
|
+
def delete_transit_router_bandwidth_package_with_http_info(self, body, **kwargs): # noqa: E501
|
|
2871
|
+
"""delete_transit_router_bandwidth_package # noqa: E501
|
|
2678
2872
|
|
|
2679
2873
|
This method makes a synchronous HTTP request by default. To make an
|
|
2680
2874
|
asynchronous HTTP request, please pass async_req=True
|
|
2681
|
-
>>> thread = api.
|
|
2875
|
+
>>> thread = api.delete_transit_router_bandwidth_package_with_http_info(body, async_req=True)
|
|
2682
2876
|
>>> result = thread.get()
|
|
2683
2877
|
|
|
2684
2878
|
:param async_req bool
|
|
2685
|
-
:param
|
|
2686
|
-
:return:
|
|
2879
|
+
:param DeleteTransitRouterBandwidthPackageRequest body: (required)
|
|
2880
|
+
:return: DeleteTransitRouterBandwidthPackageResponse
|
|
2687
2881
|
If the method is called asynchronously,
|
|
2688
2882
|
returns the request thread.
|
|
2689
2883
|
"""
|
|
@@ -2699,14 +2893,14 @@ class TRANSITROUTERApi(object):
|
|
|
2699
2893
|
if key not in all_params:
|
|
2700
2894
|
raise TypeError(
|
|
2701
2895
|
"Got an unexpected keyword argument '%s'"
|
|
2702
|
-
" to method
|
|
2896
|
+
" to method delete_transit_router_bandwidth_package" % key
|
|
2703
2897
|
)
|
|
2704
2898
|
params[key] = val
|
|
2705
2899
|
del params['kwargs']
|
|
2706
2900
|
# verify the required parameter 'body' is set
|
|
2707
2901
|
if self.api_client.client_side_validation and ('body' not in params or
|
|
2708
2902
|
params['body'] is None): # noqa: E501
|
|
2709
|
-
raise ValueError("Missing the required parameter `body` when calling `
|
|
2903
|
+
raise ValueError("Missing the required parameter `body` when calling `delete_transit_router_bandwidth_package`") # noqa: E501
|
|
2710
2904
|
|
|
2711
2905
|
collection_formats = {}
|
|
2712
2906
|
|
|
@@ -2734,14 +2928,14 @@ class TRANSITROUTERApi(object):
|
|
|
2734
2928
|
auth_settings = ['volcengineSign'] # noqa: E501
|
|
2735
2929
|
|
|
2736
2930
|
return self.api_client.call_api(
|
|
2737
|
-
'/
|
|
2931
|
+
'/DeleteTransitRouterBandwidthPackage/2020-04-01/transitrouter/get/text_plain/', 'GET',
|
|
2738
2932
|
path_params,
|
|
2739
2933
|
query_params,
|
|
2740
2934
|
header_params,
|
|
2741
2935
|
body=body_params,
|
|
2742
2936
|
post_params=form_params,
|
|
2743
2937
|
files=local_var_files,
|
|
2744
|
-
response_type='
|
|
2938
|
+
response_type='DeleteTransitRouterBandwidthPackageResponse', # noqa: E501
|
|
2745
2939
|
auth_settings=auth_settings,
|
|
2746
2940
|
async_req=params.get('async_req'),
|
|
2747
2941
|
_return_http_data_only=params.get('_return_http_data_only'),
|
|
@@ -2749,38 +2943,38 @@ class TRANSITROUTERApi(object):
|
|
|
2749
2943
|
_request_timeout=params.get('_request_timeout'),
|
|
2750
2944
|
collection_formats=collection_formats)
|
|
2751
2945
|
|
|
2752
|
-
def
|
|
2753
|
-
"""
|
|
2946
|
+
def delete_transit_router_direct_connect_gateway_attachment(self, body, **kwargs): # noqa: E501
|
|
2947
|
+
"""delete_transit_router_direct_connect_gateway_attachment # noqa: E501
|
|
2754
2948
|
|
|
2755
2949
|
This method makes a synchronous HTTP request by default. To make an
|
|
2756
2950
|
asynchronous HTTP request, please pass async_req=True
|
|
2757
|
-
>>> thread = api.
|
|
2951
|
+
>>> thread = api.delete_transit_router_direct_connect_gateway_attachment(body, async_req=True)
|
|
2758
2952
|
>>> result = thread.get()
|
|
2759
2953
|
|
|
2760
2954
|
:param async_req bool
|
|
2761
|
-
:param
|
|
2762
|
-
:return:
|
|
2955
|
+
:param DeleteTransitRouterDirectConnectGatewayAttachmentRequest body: (required)
|
|
2956
|
+
:return: DeleteTransitRouterDirectConnectGatewayAttachmentResponse
|
|
2763
2957
|
If the method is called asynchronously,
|
|
2764
2958
|
returns the request thread.
|
|
2765
2959
|
"""
|
|
2766
2960
|
kwargs['_return_http_data_only'] = True
|
|
2767
2961
|
if kwargs.get('async_req'):
|
|
2768
|
-
return self.
|
|
2962
|
+
return self.delete_transit_router_direct_connect_gateway_attachment_with_http_info(body, **kwargs) # noqa: E501
|
|
2769
2963
|
else:
|
|
2770
|
-
(data) = self.
|
|
2964
|
+
(data) = self.delete_transit_router_direct_connect_gateway_attachment_with_http_info(body, **kwargs) # noqa: E501
|
|
2771
2965
|
return data
|
|
2772
2966
|
|
|
2773
|
-
def
|
|
2774
|
-
"""
|
|
2967
|
+
def delete_transit_router_direct_connect_gateway_attachment_with_http_info(self, body, **kwargs): # noqa: E501
|
|
2968
|
+
"""delete_transit_router_direct_connect_gateway_attachment # noqa: E501
|
|
2775
2969
|
|
|
2776
2970
|
This method makes a synchronous HTTP request by default. To make an
|
|
2777
2971
|
asynchronous HTTP request, please pass async_req=True
|
|
2778
|
-
>>> thread = api.
|
|
2972
|
+
>>> thread = api.delete_transit_router_direct_connect_gateway_attachment_with_http_info(body, async_req=True)
|
|
2779
2973
|
>>> result = thread.get()
|
|
2780
2974
|
|
|
2781
2975
|
:param async_req bool
|
|
2782
|
-
:param
|
|
2783
|
-
:return:
|
|
2976
|
+
:param DeleteTransitRouterDirectConnectGatewayAttachmentRequest body: (required)
|
|
2977
|
+
:return: DeleteTransitRouterDirectConnectGatewayAttachmentResponse
|
|
2784
2978
|
If the method is called asynchronously,
|
|
2785
2979
|
returns the request thread.
|
|
2786
2980
|
"""
|
|
@@ -2796,14 +2990,14 @@ class TRANSITROUTERApi(object):
|
|
|
2796
2990
|
if key not in all_params:
|
|
2797
2991
|
raise TypeError(
|
|
2798
2992
|
"Got an unexpected keyword argument '%s'"
|
|
2799
|
-
" to method
|
|
2993
|
+
" to method delete_transit_router_direct_connect_gateway_attachment" % key
|
|
2800
2994
|
)
|
|
2801
2995
|
params[key] = val
|
|
2802
2996
|
del params['kwargs']
|
|
2803
2997
|
# verify the required parameter 'body' is set
|
|
2804
2998
|
if self.api_client.client_side_validation and ('body' not in params or
|
|
2805
2999
|
params['body'] is None): # noqa: E501
|
|
2806
|
-
raise ValueError("Missing the required parameter `body` when calling `
|
|
3000
|
+
raise ValueError("Missing the required parameter `body` when calling `delete_transit_router_direct_connect_gateway_attachment`") # noqa: E501
|
|
2807
3001
|
|
|
2808
3002
|
collection_formats = {}
|
|
2809
3003
|
|
|
@@ -2831,14 +3025,14 @@ class TRANSITROUTERApi(object):
|
|
|
2831
3025
|
auth_settings = ['volcengineSign'] # noqa: E501
|
|
2832
3026
|
|
|
2833
3027
|
return self.api_client.call_api(
|
|
2834
|
-
'/
|
|
3028
|
+
'/DeleteTransitRouterDirectConnectGatewayAttachment/2020-04-01/transitrouter/get/text_plain/', 'GET',
|
|
2835
3029
|
path_params,
|
|
2836
3030
|
query_params,
|
|
2837
3031
|
header_params,
|
|
2838
3032
|
body=body_params,
|
|
2839
3033
|
post_params=form_params,
|
|
2840
3034
|
files=local_var_files,
|
|
2841
|
-
response_type='
|
|
3035
|
+
response_type='DeleteTransitRouterDirectConnectGatewayAttachmentResponse', # noqa: E501
|
|
2842
3036
|
auth_settings=auth_settings,
|
|
2843
3037
|
async_req=params.get('async_req'),
|
|
2844
3038
|
_return_http_data_only=params.get('_return_http_data_only'),
|
|
@@ -2846,38 +3040,38 @@ class TRANSITROUTERApi(object):
|
|
|
2846
3040
|
_request_timeout=params.get('_request_timeout'),
|
|
2847
3041
|
collection_formats=collection_formats)
|
|
2848
3042
|
|
|
2849
|
-
def
|
|
2850
|
-
"""
|
|
3043
|
+
def delete_transit_router_flow_log(self, body, **kwargs): # noqa: E501
|
|
3044
|
+
"""delete_transit_router_flow_log # noqa: E501
|
|
2851
3045
|
|
|
2852
3046
|
This method makes a synchronous HTTP request by default. To make an
|
|
2853
3047
|
asynchronous HTTP request, please pass async_req=True
|
|
2854
|
-
>>> thread = api.
|
|
3048
|
+
>>> thread = api.delete_transit_router_flow_log(body, async_req=True)
|
|
2855
3049
|
>>> result = thread.get()
|
|
2856
3050
|
|
|
2857
3051
|
:param async_req bool
|
|
2858
|
-
:param
|
|
2859
|
-
:return:
|
|
3052
|
+
:param DeleteTransitRouterFlowLogRequest body: (required)
|
|
3053
|
+
:return: DeleteTransitRouterFlowLogResponse
|
|
2860
3054
|
If the method is called asynchronously,
|
|
2861
3055
|
returns the request thread.
|
|
2862
3056
|
"""
|
|
2863
3057
|
kwargs['_return_http_data_only'] = True
|
|
2864
3058
|
if kwargs.get('async_req'):
|
|
2865
|
-
return self.
|
|
3059
|
+
return self.delete_transit_router_flow_log_with_http_info(body, **kwargs) # noqa: E501
|
|
2866
3060
|
else:
|
|
2867
|
-
(data) = self.
|
|
3061
|
+
(data) = self.delete_transit_router_flow_log_with_http_info(body, **kwargs) # noqa: E501
|
|
2868
3062
|
return data
|
|
2869
3063
|
|
|
2870
|
-
def
|
|
2871
|
-
"""
|
|
3064
|
+
def delete_transit_router_flow_log_with_http_info(self, body, **kwargs): # noqa: E501
|
|
3065
|
+
"""delete_transit_router_flow_log # noqa: E501
|
|
2872
3066
|
|
|
2873
3067
|
This method makes a synchronous HTTP request by default. To make an
|
|
2874
3068
|
asynchronous HTTP request, please pass async_req=True
|
|
2875
|
-
>>> thread = api.
|
|
3069
|
+
>>> thread = api.delete_transit_router_flow_log_with_http_info(body, async_req=True)
|
|
2876
3070
|
>>> result = thread.get()
|
|
2877
3071
|
|
|
2878
3072
|
:param async_req bool
|
|
2879
|
-
:param
|
|
2880
|
-
:return:
|
|
3073
|
+
:param DeleteTransitRouterFlowLogRequest body: (required)
|
|
3074
|
+
:return: DeleteTransitRouterFlowLogResponse
|
|
2881
3075
|
If the method is called asynchronously,
|
|
2882
3076
|
returns the request thread.
|
|
2883
3077
|
"""
|
|
@@ -2893,14 +3087,14 @@ class TRANSITROUTERApi(object):
|
|
|
2893
3087
|
if key not in all_params:
|
|
2894
3088
|
raise TypeError(
|
|
2895
3089
|
"Got an unexpected keyword argument '%s'"
|
|
2896
|
-
" to method
|
|
3090
|
+
" to method delete_transit_router_flow_log" % key
|
|
2897
3091
|
)
|
|
2898
3092
|
params[key] = val
|
|
2899
3093
|
del params['kwargs']
|
|
2900
3094
|
# verify the required parameter 'body' is set
|
|
2901
3095
|
if self.api_client.client_side_validation and ('body' not in params or
|
|
2902
3096
|
params['body'] is None): # noqa: E501
|
|
2903
|
-
raise ValueError("Missing the required parameter `body` when calling `
|
|
3097
|
+
raise ValueError("Missing the required parameter `body` when calling `delete_transit_router_flow_log`") # noqa: E501
|
|
2904
3098
|
|
|
2905
3099
|
collection_formats = {}
|
|
2906
3100
|
|
|
@@ -2928,14 +3122,14 @@ class TRANSITROUTERApi(object):
|
|
|
2928
3122
|
auth_settings = ['volcengineSign'] # noqa: E501
|
|
2929
3123
|
|
|
2930
3124
|
return self.api_client.call_api(
|
|
2931
|
-
'/
|
|
3125
|
+
'/DeleteTransitRouterFlowLog/2020-04-01/transitrouter/get/text_plain/', 'GET',
|
|
2932
3126
|
path_params,
|
|
2933
3127
|
query_params,
|
|
2934
3128
|
header_params,
|
|
2935
3129
|
body=body_params,
|
|
2936
3130
|
post_params=form_params,
|
|
2937
3131
|
files=local_var_files,
|
|
2938
|
-
response_type='
|
|
3132
|
+
response_type='DeleteTransitRouterFlowLogResponse', # noqa: E501
|
|
2939
3133
|
auth_settings=auth_settings,
|
|
2940
3134
|
async_req=params.get('async_req'),
|
|
2941
3135
|
_return_http_data_only=params.get('_return_http_data_only'),
|
|
@@ -2943,38 +3137,38 @@ class TRANSITROUTERApi(object):
|
|
|
2943
3137
|
_request_timeout=params.get('_request_timeout'),
|
|
2944
3138
|
collection_formats=collection_formats)
|
|
2945
3139
|
|
|
2946
|
-
def
|
|
2947
|
-
"""
|
|
3140
|
+
def delete_transit_router_forward_policy_entry(self, body, **kwargs): # noqa: E501
|
|
3141
|
+
"""delete_transit_router_forward_policy_entry # noqa: E501
|
|
2948
3142
|
|
|
2949
3143
|
This method makes a synchronous HTTP request by default. To make an
|
|
2950
3144
|
asynchronous HTTP request, please pass async_req=True
|
|
2951
|
-
>>> thread = api.
|
|
3145
|
+
>>> thread = api.delete_transit_router_forward_policy_entry(body, async_req=True)
|
|
2952
3146
|
>>> result = thread.get()
|
|
2953
3147
|
|
|
2954
3148
|
:param async_req bool
|
|
2955
|
-
:param
|
|
2956
|
-
:return:
|
|
3149
|
+
:param DeleteTransitRouterForwardPolicyEntryRequest body: (required)
|
|
3150
|
+
:return: DeleteTransitRouterForwardPolicyEntryResponse
|
|
2957
3151
|
If the method is called asynchronously,
|
|
2958
3152
|
returns the request thread.
|
|
2959
3153
|
"""
|
|
2960
3154
|
kwargs['_return_http_data_only'] = True
|
|
2961
3155
|
if kwargs.get('async_req'):
|
|
2962
|
-
return self.
|
|
3156
|
+
return self.delete_transit_router_forward_policy_entry_with_http_info(body, **kwargs) # noqa: E501
|
|
2963
3157
|
else:
|
|
2964
|
-
(data) = self.
|
|
3158
|
+
(data) = self.delete_transit_router_forward_policy_entry_with_http_info(body, **kwargs) # noqa: E501
|
|
2965
3159
|
return data
|
|
2966
3160
|
|
|
2967
|
-
def
|
|
2968
|
-
"""
|
|
3161
|
+
def delete_transit_router_forward_policy_entry_with_http_info(self, body, **kwargs): # noqa: E501
|
|
3162
|
+
"""delete_transit_router_forward_policy_entry # noqa: E501
|
|
2969
3163
|
|
|
2970
3164
|
This method makes a synchronous HTTP request by default. To make an
|
|
2971
3165
|
asynchronous HTTP request, please pass async_req=True
|
|
2972
|
-
>>> thread = api.
|
|
3166
|
+
>>> thread = api.delete_transit_router_forward_policy_entry_with_http_info(body, async_req=True)
|
|
2973
3167
|
>>> result = thread.get()
|
|
2974
3168
|
|
|
2975
3169
|
:param async_req bool
|
|
2976
|
-
:param
|
|
2977
|
-
:return:
|
|
3170
|
+
:param DeleteTransitRouterForwardPolicyEntryRequest body: (required)
|
|
3171
|
+
:return: DeleteTransitRouterForwardPolicyEntryResponse
|
|
2978
3172
|
If the method is called asynchronously,
|
|
2979
3173
|
returns the request thread.
|
|
2980
3174
|
"""
|
|
@@ -2990,14 +3184,14 @@ class TRANSITROUTERApi(object):
|
|
|
2990
3184
|
if key not in all_params:
|
|
2991
3185
|
raise TypeError(
|
|
2992
3186
|
"Got an unexpected keyword argument '%s'"
|
|
2993
|
-
" to method
|
|
3187
|
+
" to method delete_transit_router_forward_policy_entry" % key
|
|
2994
3188
|
)
|
|
2995
3189
|
params[key] = val
|
|
2996
3190
|
del params['kwargs']
|
|
2997
3191
|
# verify the required parameter 'body' is set
|
|
2998
3192
|
if self.api_client.client_side_validation and ('body' not in params or
|
|
2999
3193
|
params['body'] is None): # noqa: E501
|
|
3000
|
-
raise ValueError("Missing the required parameter `body` when calling `
|
|
3194
|
+
raise ValueError("Missing the required parameter `body` when calling `delete_transit_router_forward_policy_entry`") # noqa: E501
|
|
3001
3195
|
|
|
3002
3196
|
collection_formats = {}
|
|
3003
3197
|
|
|
@@ -3025,14 +3219,14 @@ class TRANSITROUTERApi(object):
|
|
|
3025
3219
|
auth_settings = ['volcengineSign'] # noqa: E501
|
|
3026
3220
|
|
|
3027
3221
|
return self.api_client.call_api(
|
|
3028
|
-
'/
|
|
3222
|
+
'/DeleteTransitRouterForwardPolicyEntry/2020-04-01/transitrouter/get/text_plain/', 'GET',
|
|
3029
3223
|
path_params,
|
|
3030
3224
|
query_params,
|
|
3031
3225
|
header_params,
|
|
3032
3226
|
body=body_params,
|
|
3033
3227
|
post_params=form_params,
|
|
3034
3228
|
files=local_var_files,
|
|
3035
|
-
response_type='
|
|
3229
|
+
response_type='DeleteTransitRouterForwardPolicyEntryResponse', # noqa: E501
|
|
3036
3230
|
auth_settings=auth_settings,
|
|
3037
3231
|
async_req=params.get('async_req'),
|
|
3038
3232
|
_return_http_data_only=params.get('_return_http_data_only'),
|
|
@@ -3040,38 +3234,38 @@ class TRANSITROUTERApi(object):
|
|
|
3040
3234
|
_request_timeout=params.get('_request_timeout'),
|
|
3041
3235
|
collection_formats=collection_formats)
|
|
3042
3236
|
|
|
3043
|
-
def
|
|
3044
|
-
"""
|
|
3237
|
+
def delete_transit_router_forward_policy_table(self, body, **kwargs): # noqa: E501
|
|
3238
|
+
"""delete_transit_router_forward_policy_table # noqa: E501
|
|
3045
3239
|
|
|
3046
3240
|
This method makes a synchronous HTTP request by default. To make an
|
|
3047
3241
|
asynchronous HTTP request, please pass async_req=True
|
|
3048
|
-
>>> thread = api.
|
|
3242
|
+
>>> thread = api.delete_transit_router_forward_policy_table(body, async_req=True)
|
|
3049
3243
|
>>> result = thread.get()
|
|
3050
3244
|
|
|
3051
3245
|
:param async_req bool
|
|
3052
|
-
:param
|
|
3053
|
-
:return:
|
|
3246
|
+
:param DeleteTransitRouterForwardPolicyTableRequest body: (required)
|
|
3247
|
+
:return: DeleteTransitRouterForwardPolicyTableResponse
|
|
3054
3248
|
If the method is called asynchronously,
|
|
3055
3249
|
returns the request thread.
|
|
3056
3250
|
"""
|
|
3057
3251
|
kwargs['_return_http_data_only'] = True
|
|
3058
3252
|
if kwargs.get('async_req'):
|
|
3059
|
-
return self.
|
|
3253
|
+
return self.delete_transit_router_forward_policy_table_with_http_info(body, **kwargs) # noqa: E501
|
|
3060
3254
|
else:
|
|
3061
|
-
(data) = self.
|
|
3255
|
+
(data) = self.delete_transit_router_forward_policy_table_with_http_info(body, **kwargs) # noqa: E501
|
|
3062
3256
|
return data
|
|
3063
3257
|
|
|
3064
|
-
def
|
|
3065
|
-
"""
|
|
3258
|
+
def delete_transit_router_forward_policy_table_with_http_info(self, body, **kwargs): # noqa: E501
|
|
3259
|
+
"""delete_transit_router_forward_policy_table # noqa: E501
|
|
3066
3260
|
|
|
3067
3261
|
This method makes a synchronous HTTP request by default. To make an
|
|
3068
3262
|
asynchronous HTTP request, please pass async_req=True
|
|
3069
|
-
>>> thread = api.
|
|
3263
|
+
>>> thread = api.delete_transit_router_forward_policy_table_with_http_info(body, async_req=True)
|
|
3070
3264
|
>>> result = thread.get()
|
|
3071
3265
|
|
|
3072
3266
|
:param async_req bool
|
|
3073
|
-
:param
|
|
3074
|
-
:return:
|
|
3267
|
+
:param DeleteTransitRouterForwardPolicyTableRequest body: (required)
|
|
3268
|
+
:return: DeleteTransitRouterForwardPolicyTableResponse
|
|
3075
3269
|
If the method is called asynchronously,
|
|
3076
3270
|
returns the request thread.
|
|
3077
3271
|
"""
|
|
@@ -3087,14 +3281,14 @@ class TRANSITROUTERApi(object):
|
|
|
3087
3281
|
if key not in all_params:
|
|
3088
3282
|
raise TypeError(
|
|
3089
3283
|
"Got an unexpected keyword argument '%s'"
|
|
3090
|
-
" to method
|
|
3284
|
+
" to method delete_transit_router_forward_policy_table" % key
|
|
3091
3285
|
)
|
|
3092
3286
|
params[key] = val
|
|
3093
3287
|
del params['kwargs']
|
|
3094
3288
|
# verify the required parameter 'body' is set
|
|
3095
3289
|
if self.api_client.client_side_validation and ('body' not in params or
|
|
3096
3290
|
params['body'] is None): # noqa: E501
|
|
3097
|
-
raise ValueError("Missing the required parameter `body` when calling `
|
|
3291
|
+
raise ValueError("Missing the required parameter `body` when calling `delete_transit_router_forward_policy_table`") # noqa: E501
|
|
3098
3292
|
|
|
3099
3293
|
collection_formats = {}
|
|
3100
3294
|
|
|
@@ -3122,14 +3316,14 @@ class TRANSITROUTERApi(object):
|
|
|
3122
3316
|
auth_settings = ['volcengineSign'] # noqa: E501
|
|
3123
3317
|
|
|
3124
3318
|
return self.api_client.call_api(
|
|
3125
|
-
'/
|
|
3319
|
+
'/DeleteTransitRouterForwardPolicyTable/2020-04-01/transitrouter/get/text_plain/', 'GET',
|
|
3126
3320
|
path_params,
|
|
3127
3321
|
query_params,
|
|
3128
3322
|
header_params,
|
|
3129
3323
|
body=body_params,
|
|
3130
3324
|
post_params=form_params,
|
|
3131
3325
|
files=local_var_files,
|
|
3132
|
-
response_type='
|
|
3326
|
+
response_type='DeleteTransitRouterForwardPolicyTableResponse', # noqa: E501
|
|
3133
3327
|
auth_settings=auth_settings,
|
|
3134
3328
|
async_req=params.get('async_req'),
|
|
3135
3329
|
_return_http_data_only=params.get('_return_http_data_only'),
|
|
@@ -3137,38 +3331,38 @@ class TRANSITROUTERApi(object):
|
|
|
3137
3331
|
_request_timeout=params.get('_request_timeout'),
|
|
3138
3332
|
collection_formats=collection_formats)
|
|
3139
3333
|
|
|
3140
|
-
def
|
|
3141
|
-
"""
|
|
3334
|
+
def delete_transit_router_grant_rule(self, body, **kwargs): # noqa: E501
|
|
3335
|
+
"""delete_transit_router_grant_rule # noqa: E501
|
|
3142
3336
|
|
|
3143
3337
|
This method makes a synchronous HTTP request by default. To make an
|
|
3144
3338
|
asynchronous HTTP request, please pass async_req=True
|
|
3145
|
-
>>> thread = api.
|
|
3339
|
+
>>> thread = api.delete_transit_router_grant_rule(body, async_req=True)
|
|
3146
3340
|
>>> result = thread.get()
|
|
3147
3341
|
|
|
3148
3342
|
:param async_req bool
|
|
3149
|
-
:param
|
|
3150
|
-
:return:
|
|
3343
|
+
:param DeleteTransitRouterGrantRuleRequest body: (required)
|
|
3344
|
+
:return: DeleteTransitRouterGrantRuleResponse
|
|
3151
3345
|
If the method is called asynchronously,
|
|
3152
3346
|
returns the request thread.
|
|
3153
3347
|
"""
|
|
3154
3348
|
kwargs['_return_http_data_only'] = True
|
|
3155
3349
|
if kwargs.get('async_req'):
|
|
3156
|
-
return self.
|
|
3350
|
+
return self.delete_transit_router_grant_rule_with_http_info(body, **kwargs) # noqa: E501
|
|
3157
3351
|
else:
|
|
3158
|
-
(data) = self.
|
|
3352
|
+
(data) = self.delete_transit_router_grant_rule_with_http_info(body, **kwargs) # noqa: E501
|
|
3159
3353
|
return data
|
|
3160
3354
|
|
|
3161
|
-
def
|
|
3162
|
-
"""
|
|
3355
|
+
def delete_transit_router_grant_rule_with_http_info(self, body, **kwargs): # noqa: E501
|
|
3356
|
+
"""delete_transit_router_grant_rule # noqa: E501
|
|
3163
3357
|
|
|
3164
3358
|
This method makes a synchronous HTTP request by default. To make an
|
|
3165
3359
|
asynchronous HTTP request, please pass async_req=True
|
|
3166
|
-
>>> thread = api.
|
|
3360
|
+
>>> thread = api.delete_transit_router_grant_rule_with_http_info(body, async_req=True)
|
|
3167
3361
|
>>> result = thread.get()
|
|
3168
3362
|
|
|
3169
3363
|
:param async_req bool
|
|
3170
|
-
:param
|
|
3171
|
-
:return:
|
|
3364
|
+
:param DeleteTransitRouterGrantRuleRequest body: (required)
|
|
3365
|
+
:return: DeleteTransitRouterGrantRuleResponse
|
|
3172
3366
|
If the method is called asynchronously,
|
|
3173
3367
|
returns the request thread.
|
|
3174
3368
|
"""
|
|
@@ -3184,14 +3378,14 @@ class TRANSITROUTERApi(object):
|
|
|
3184
3378
|
if key not in all_params:
|
|
3185
3379
|
raise TypeError(
|
|
3186
3380
|
"Got an unexpected keyword argument '%s'"
|
|
3187
|
-
" to method
|
|
3381
|
+
" to method delete_transit_router_grant_rule" % key
|
|
3188
3382
|
)
|
|
3189
3383
|
params[key] = val
|
|
3190
3384
|
del params['kwargs']
|
|
3191
3385
|
# verify the required parameter 'body' is set
|
|
3192
3386
|
if self.api_client.client_side_validation and ('body' not in params or
|
|
3193
3387
|
params['body'] is None): # noqa: E501
|
|
3194
|
-
raise ValueError("Missing the required parameter `body` when calling `
|
|
3388
|
+
raise ValueError("Missing the required parameter `body` when calling `delete_transit_router_grant_rule`") # noqa: E501
|
|
3195
3389
|
|
|
3196
3390
|
collection_formats = {}
|
|
3197
3391
|
|
|
@@ -3219,7 +3413,686 @@ class TRANSITROUTERApi(object):
|
|
|
3219
3413
|
auth_settings = ['volcengineSign'] # noqa: E501
|
|
3220
3414
|
|
|
3221
3415
|
return self.api_client.call_api(
|
|
3222
|
-
'/
|
|
3416
|
+
'/DeleteTransitRouterGrantRule/2020-04-01/transitrouter/get/text_plain/', 'GET',
|
|
3417
|
+
path_params,
|
|
3418
|
+
query_params,
|
|
3419
|
+
header_params,
|
|
3420
|
+
body=body_params,
|
|
3421
|
+
post_params=form_params,
|
|
3422
|
+
files=local_var_files,
|
|
3423
|
+
response_type='DeleteTransitRouterGrantRuleResponse', # noqa: E501
|
|
3424
|
+
auth_settings=auth_settings,
|
|
3425
|
+
async_req=params.get('async_req'),
|
|
3426
|
+
_return_http_data_only=params.get('_return_http_data_only'),
|
|
3427
|
+
_preload_content=params.get('_preload_content', True),
|
|
3428
|
+
_request_timeout=params.get('_request_timeout'),
|
|
3429
|
+
collection_formats=collection_formats)
|
|
3430
|
+
|
|
3431
|
+
def delete_transit_router_multicast_domain(self, body, **kwargs): # noqa: E501
|
|
3432
|
+
"""delete_transit_router_multicast_domain # noqa: E501
|
|
3433
|
+
|
|
3434
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
3435
|
+
asynchronous HTTP request, please pass async_req=True
|
|
3436
|
+
>>> thread = api.delete_transit_router_multicast_domain(body, async_req=True)
|
|
3437
|
+
>>> result = thread.get()
|
|
3438
|
+
|
|
3439
|
+
:param async_req bool
|
|
3440
|
+
:param DeleteTransitRouterMulticastDomainRequest body: (required)
|
|
3441
|
+
:return: DeleteTransitRouterMulticastDomainResponse
|
|
3442
|
+
If the method is called asynchronously,
|
|
3443
|
+
returns the request thread.
|
|
3444
|
+
"""
|
|
3445
|
+
kwargs['_return_http_data_only'] = True
|
|
3446
|
+
if kwargs.get('async_req'):
|
|
3447
|
+
return self.delete_transit_router_multicast_domain_with_http_info(body, **kwargs) # noqa: E501
|
|
3448
|
+
else:
|
|
3449
|
+
(data) = self.delete_transit_router_multicast_domain_with_http_info(body, **kwargs) # noqa: E501
|
|
3450
|
+
return data
|
|
3451
|
+
|
|
3452
|
+
def delete_transit_router_multicast_domain_with_http_info(self, body, **kwargs): # noqa: E501
|
|
3453
|
+
"""delete_transit_router_multicast_domain # noqa: E501
|
|
3454
|
+
|
|
3455
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
3456
|
+
asynchronous HTTP request, please pass async_req=True
|
|
3457
|
+
>>> thread = api.delete_transit_router_multicast_domain_with_http_info(body, async_req=True)
|
|
3458
|
+
>>> result = thread.get()
|
|
3459
|
+
|
|
3460
|
+
:param async_req bool
|
|
3461
|
+
:param DeleteTransitRouterMulticastDomainRequest body: (required)
|
|
3462
|
+
:return: DeleteTransitRouterMulticastDomainResponse
|
|
3463
|
+
If the method is called asynchronously,
|
|
3464
|
+
returns the request thread.
|
|
3465
|
+
"""
|
|
3466
|
+
|
|
3467
|
+
all_params = ['body'] # noqa: E501
|
|
3468
|
+
all_params.append('async_req')
|
|
3469
|
+
all_params.append('_return_http_data_only')
|
|
3470
|
+
all_params.append('_preload_content')
|
|
3471
|
+
all_params.append('_request_timeout')
|
|
3472
|
+
|
|
3473
|
+
params = locals()
|
|
3474
|
+
for key, val in six.iteritems(params['kwargs']):
|
|
3475
|
+
if key not in all_params:
|
|
3476
|
+
raise TypeError(
|
|
3477
|
+
"Got an unexpected keyword argument '%s'"
|
|
3478
|
+
" to method delete_transit_router_multicast_domain" % key
|
|
3479
|
+
)
|
|
3480
|
+
params[key] = val
|
|
3481
|
+
del params['kwargs']
|
|
3482
|
+
# verify the required parameter 'body' is set
|
|
3483
|
+
if self.api_client.client_side_validation and ('body' not in params or
|
|
3484
|
+
params['body'] is None): # noqa: E501
|
|
3485
|
+
raise ValueError("Missing the required parameter `body` when calling `delete_transit_router_multicast_domain`") # noqa: E501
|
|
3486
|
+
|
|
3487
|
+
collection_formats = {}
|
|
3488
|
+
|
|
3489
|
+
path_params = {}
|
|
3490
|
+
|
|
3491
|
+
query_params = []
|
|
3492
|
+
|
|
3493
|
+
header_params = {}
|
|
3494
|
+
|
|
3495
|
+
form_params = []
|
|
3496
|
+
local_var_files = {}
|
|
3497
|
+
|
|
3498
|
+
body_params = None
|
|
3499
|
+
if 'body' in params:
|
|
3500
|
+
body_params = params['body']
|
|
3501
|
+
# HTTP header `Accept`
|
|
3502
|
+
header_params['Accept'] = self.api_client.select_header_accept(
|
|
3503
|
+
['application/json']) # noqa: E501
|
|
3504
|
+
|
|
3505
|
+
# HTTP header `Content-Type`
|
|
3506
|
+
header_params['Content-Type'] = self.api_client.select_header_content_type( # noqa: E501
|
|
3507
|
+
['text/plain']) # noqa: E501
|
|
3508
|
+
|
|
3509
|
+
# Authentication setting
|
|
3510
|
+
auth_settings = ['volcengineSign'] # noqa: E501
|
|
3511
|
+
|
|
3512
|
+
return self.api_client.call_api(
|
|
3513
|
+
'/DeleteTransitRouterMulticastDomain/2020-04-01/transitrouter/get/text_plain/', 'GET',
|
|
3514
|
+
path_params,
|
|
3515
|
+
query_params,
|
|
3516
|
+
header_params,
|
|
3517
|
+
body=body_params,
|
|
3518
|
+
post_params=form_params,
|
|
3519
|
+
files=local_var_files,
|
|
3520
|
+
response_type='DeleteTransitRouterMulticastDomainResponse', # noqa: E501
|
|
3521
|
+
auth_settings=auth_settings,
|
|
3522
|
+
async_req=params.get('async_req'),
|
|
3523
|
+
_return_http_data_only=params.get('_return_http_data_only'),
|
|
3524
|
+
_preload_content=params.get('_preload_content', True),
|
|
3525
|
+
_request_timeout=params.get('_request_timeout'),
|
|
3526
|
+
collection_formats=collection_formats)
|
|
3527
|
+
|
|
3528
|
+
def delete_transit_router_multicast_group_member(self, body, **kwargs): # noqa: E501
|
|
3529
|
+
"""delete_transit_router_multicast_group_member # noqa: E501
|
|
3530
|
+
|
|
3531
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
3532
|
+
asynchronous HTTP request, please pass async_req=True
|
|
3533
|
+
>>> thread = api.delete_transit_router_multicast_group_member(body, async_req=True)
|
|
3534
|
+
>>> result = thread.get()
|
|
3535
|
+
|
|
3536
|
+
:param async_req bool
|
|
3537
|
+
:param DeleteTransitRouterMulticastGroupMemberRequest body: (required)
|
|
3538
|
+
:return: DeleteTransitRouterMulticastGroupMemberResponse
|
|
3539
|
+
If the method is called asynchronously,
|
|
3540
|
+
returns the request thread.
|
|
3541
|
+
"""
|
|
3542
|
+
kwargs['_return_http_data_only'] = True
|
|
3543
|
+
if kwargs.get('async_req'):
|
|
3544
|
+
return self.delete_transit_router_multicast_group_member_with_http_info(body, **kwargs) # noqa: E501
|
|
3545
|
+
else:
|
|
3546
|
+
(data) = self.delete_transit_router_multicast_group_member_with_http_info(body, **kwargs) # noqa: E501
|
|
3547
|
+
return data
|
|
3548
|
+
|
|
3549
|
+
def delete_transit_router_multicast_group_member_with_http_info(self, body, **kwargs): # noqa: E501
|
|
3550
|
+
"""delete_transit_router_multicast_group_member # noqa: E501
|
|
3551
|
+
|
|
3552
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
3553
|
+
asynchronous HTTP request, please pass async_req=True
|
|
3554
|
+
>>> thread = api.delete_transit_router_multicast_group_member_with_http_info(body, async_req=True)
|
|
3555
|
+
>>> result = thread.get()
|
|
3556
|
+
|
|
3557
|
+
:param async_req bool
|
|
3558
|
+
:param DeleteTransitRouterMulticastGroupMemberRequest body: (required)
|
|
3559
|
+
:return: DeleteTransitRouterMulticastGroupMemberResponse
|
|
3560
|
+
If the method is called asynchronously,
|
|
3561
|
+
returns the request thread.
|
|
3562
|
+
"""
|
|
3563
|
+
|
|
3564
|
+
all_params = ['body'] # noqa: E501
|
|
3565
|
+
all_params.append('async_req')
|
|
3566
|
+
all_params.append('_return_http_data_only')
|
|
3567
|
+
all_params.append('_preload_content')
|
|
3568
|
+
all_params.append('_request_timeout')
|
|
3569
|
+
|
|
3570
|
+
params = locals()
|
|
3571
|
+
for key, val in six.iteritems(params['kwargs']):
|
|
3572
|
+
if key not in all_params:
|
|
3573
|
+
raise TypeError(
|
|
3574
|
+
"Got an unexpected keyword argument '%s'"
|
|
3575
|
+
" to method delete_transit_router_multicast_group_member" % key
|
|
3576
|
+
)
|
|
3577
|
+
params[key] = val
|
|
3578
|
+
del params['kwargs']
|
|
3579
|
+
# verify the required parameter 'body' is set
|
|
3580
|
+
if self.api_client.client_side_validation and ('body' not in params or
|
|
3581
|
+
params['body'] is None): # noqa: E501
|
|
3582
|
+
raise ValueError("Missing the required parameter `body` when calling `delete_transit_router_multicast_group_member`") # noqa: E501
|
|
3583
|
+
|
|
3584
|
+
collection_formats = {}
|
|
3585
|
+
|
|
3586
|
+
path_params = {}
|
|
3587
|
+
|
|
3588
|
+
query_params = []
|
|
3589
|
+
|
|
3590
|
+
header_params = {}
|
|
3591
|
+
|
|
3592
|
+
form_params = []
|
|
3593
|
+
local_var_files = {}
|
|
3594
|
+
|
|
3595
|
+
body_params = None
|
|
3596
|
+
if 'body' in params:
|
|
3597
|
+
body_params = params['body']
|
|
3598
|
+
# HTTP header `Accept`
|
|
3599
|
+
header_params['Accept'] = self.api_client.select_header_accept(
|
|
3600
|
+
['application/json']) # noqa: E501
|
|
3601
|
+
|
|
3602
|
+
# HTTP header `Content-Type`
|
|
3603
|
+
header_params['Content-Type'] = self.api_client.select_header_content_type( # noqa: E501
|
|
3604
|
+
['text/plain']) # noqa: E501
|
|
3605
|
+
|
|
3606
|
+
# Authentication setting
|
|
3607
|
+
auth_settings = ['volcengineSign'] # noqa: E501
|
|
3608
|
+
|
|
3609
|
+
return self.api_client.call_api(
|
|
3610
|
+
'/DeleteTransitRouterMulticastGroupMember/2020-04-01/transitrouter/get/text_plain/', 'GET',
|
|
3611
|
+
path_params,
|
|
3612
|
+
query_params,
|
|
3613
|
+
header_params,
|
|
3614
|
+
body=body_params,
|
|
3615
|
+
post_params=form_params,
|
|
3616
|
+
files=local_var_files,
|
|
3617
|
+
response_type='DeleteTransitRouterMulticastGroupMemberResponse', # noqa: E501
|
|
3618
|
+
auth_settings=auth_settings,
|
|
3619
|
+
async_req=params.get('async_req'),
|
|
3620
|
+
_return_http_data_only=params.get('_return_http_data_only'),
|
|
3621
|
+
_preload_content=params.get('_preload_content', True),
|
|
3622
|
+
_request_timeout=params.get('_request_timeout'),
|
|
3623
|
+
collection_formats=collection_formats)
|
|
3624
|
+
|
|
3625
|
+
def delete_transit_router_multicast_group_source(self, body, **kwargs): # noqa: E501
|
|
3626
|
+
"""delete_transit_router_multicast_group_source # noqa: E501
|
|
3627
|
+
|
|
3628
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
3629
|
+
asynchronous HTTP request, please pass async_req=True
|
|
3630
|
+
>>> thread = api.delete_transit_router_multicast_group_source(body, async_req=True)
|
|
3631
|
+
>>> result = thread.get()
|
|
3632
|
+
|
|
3633
|
+
:param async_req bool
|
|
3634
|
+
:param DeleteTransitRouterMulticastGroupSourceRequest body: (required)
|
|
3635
|
+
:return: DeleteTransitRouterMulticastGroupSourceResponse
|
|
3636
|
+
If the method is called asynchronously,
|
|
3637
|
+
returns the request thread.
|
|
3638
|
+
"""
|
|
3639
|
+
kwargs['_return_http_data_only'] = True
|
|
3640
|
+
if kwargs.get('async_req'):
|
|
3641
|
+
return self.delete_transit_router_multicast_group_source_with_http_info(body, **kwargs) # noqa: E501
|
|
3642
|
+
else:
|
|
3643
|
+
(data) = self.delete_transit_router_multicast_group_source_with_http_info(body, **kwargs) # noqa: E501
|
|
3644
|
+
return data
|
|
3645
|
+
|
|
3646
|
+
def delete_transit_router_multicast_group_source_with_http_info(self, body, **kwargs): # noqa: E501
|
|
3647
|
+
"""delete_transit_router_multicast_group_source # noqa: E501
|
|
3648
|
+
|
|
3649
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
3650
|
+
asynchronous HTTP request, please pass async_req=True
|
|
3651
|
+
>>> thread = api.delete_transit_router_multicast_group_source_with_http_info(body, async_req=True)
|
|
3652
|
+
>>> result = thread.get()
|
|
3653
|
+
|
|
3654
|
+
:param async_req bool
|
|
3655
|
+
:param DeleteTransitRouterMulticastGroupSourceRequest body: (required)
|
|
3656
|
+
:return: DeleteTransitRouterMulticastGroupSourceResponse
|
|
3657
|
+
If the method is called asynchronously,
|
|
3658
|
+
returns the request thread.
|
|
3659
|
+
"""
|
|
3660
|
+
|
|
3661
|
+
all_params = ['body'] # noqa: E501
|
|
3662
|
+
all_params.append('async_req')
|
|
3663
|
+
all_params.append('_return_http_data_only')
|
|
3664
|
+
all_params.append('_preload_content')
|
|
3665
|
+
all_params.append('_request_timeout')
|
|
3666
|
+
|
|
3667
|
+
params = locals()
|
|
3668
|
+
for key, val in six.iteritems(params['kwargs']):
|
|
3669
|
+
if key not in all_params:
|
|
3670
|
+
raise TypeError(
|
|
3671
|
+
"Got an unexpected keyword argument '%s'"
|
|
3672
|
+
" to method delete_transit_router_multicast_group_source" % key
|
|
3673
|
+
)
|
|
3674
|
+
params[key] = val
|
|
3675
|
+
del params['kwargs']
|
|
3676
|
+
# verify the required parameter 'body' is set
|
|
3677
|
+
if self.api_client.client_side_validation and ('body' not in params or
|
|
3678
|
+
params['body'] is None): # noqa: E501
|
|
3679
|
+
raise ValueError("Missing the required parameter `body` when calling `delete_transit_router_multicast_group_source`") # noqa: E501
|
|
3680
|
+
|
|
3681
|
+
collection_formats = {}
|
|
3682
|
+
|
|
3683
|
+
path_params = {}
|
|
3684
|
+
|
|
3685
|
+
query_params = []
|
|
3686
|
+
|
|
3687
|
+
header_params = {}
|
|
3688
|
+
|
|
3689
|
+
form_params = []
|
|
3690
|
+
local_var_files = {}
|
|
3691
|
+
|
|
3692
|
+
body_params = None
|
|
3693
|
+
if 'body' in params:
|
|
3694
|
+
body_params = params['body']
|
|
3695
|
+
# HTTP header `Accept`
|
|
3696
|
+
header_params['Accept'] = self.api_client.select_header_accept(
|
|
3697
|
+
['application/json']) # noqa: E501
|
|
3698
|
+
|
|
3699
|
+
# HTTP header `Content-Type`
|
|
3700
|
+
header_params['Content-Type'] = self.api_client.select_header_content_type( # noqa: E501
|
|
3701
|
+
['text/plain']) # noqa: E501
|
|
3702
|
+
|
|
3703
|
+
# Authentication setting
|
|
3704
|
+
auth_settings = ['volcengineSign'] # noqa: E501
|
|
3705
|
+
|
|
3706
|
+
return self.api_client.call_api(
|
|
3707
|
+
'/DeleteTransitRouterMulticastGroupSource/2020-04-01/transitrouter/get/text_plain/', 'GET',
|
|
3708
|
+
path_params,
|
|
3709
|
+
query_params,
|
|
3710
|
+
header_params,
|
|
3711
|
+
body=body_params,
|
|
3712
|
+
post_params=form_params,
|
|
3713
|
+
files=local_var_files,
|
|
3714
|
+
response_type='DeleteTransitRouterMulticastGroupSourceResponse', # noqa: E501
|
|
3715
|
+
auth_settings=auth_settings,
|
|
3716
|
+
async_req=params.get('async_req'),
|
|
3717
|
+
_return_http_data_only=params.get('_return_http_data_only'),
|
|
3718
|
+
_preload_content=params.get('_preload_content', True),
|
|
3719
|
+
_request_timeout=params.get('_request_timeout'),
|
|
3720
|
+
collection_formats=collection_formats)
|
|
3721
|
+
|
|
3722
|
+
def delete_transit_router_peer_attachment(self, body, **kwargs): # noqa: E501
|
|
3723
|
+
"""delete_transit_router_peer_attachment # noqa: E501
|
|
3724
|
+
|
|
3725
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
3726
|
+
asynchronous HTTP request, please pass async_req=True
|
|
3727
|
+
>>> thread = api.delete_transit_router_peer_attachment(body, async_req=True)
|
|
3728
|
+
>>> result = thread.get()
|
|
3729
|
+
|
|
3730
|
+
:param async_req bool
|
|
3731
|
+
:param DeleteTransitRouterPeerAttachmentRequest body: (required)
|
|
3732
|
+
:return: DeleteTransitRouterPeerAttachmentResponse
|
|
3733
|
+
If the method is called asynchronously,
|
|
3734
|
+
returns the request thread.
|
|
3735
|
+
"""
|
|
3736
|
+
kwargs['_return_http_data_only'] = True
|
|
3737
|
+
if kwargs.get('async_req'):
|
|
3738
|
+
return self.delete_transit_router_peer_attachment_with_http_info(body, **kwargs) # noqa: E501
|
|
3739
|
+
else:
|
|
3740
|
+
(data) = self.delete_transit_router_peer_attachment_with_http_info(body, **kwargs) # noqa: E501
|
|
3741
|
+
return data
|
|
3742
|
+
|
|
3743
|
+
def delete_transit_router_peer_attachment_with_http_info(self, body, **kwargs): # noqa: E501
|
|
3744
|
+
"""delete_transit_router_peer_attachment # noqa: E501
|
|
3745
|
+
|
|
3746
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
3747
|
+
asynchronous HTTP request, please pass async_req=True
|
|
3748
|
+
>>> thread = api.delete_transit_router_peer_attachment_with_http_info(body, async_req=True)
|
|
3749
|
+
>>> result = thread.get()
|
|
3750
|
+
|
|
3751
|
+
:param async_req bool
|
|
3752
|
+
:param DeleteTransitRouterPeerAttachmentRequest body: (required)
|
|
3753
|
+
:return: DeleteTransitRouterPeerAttachmentResponse
|
|
3754
|
+
If the method is called asynchronously,
|
|
3755
|
+
returns the request thread.
|
|
3756
|
+
"""
|
|
3757
|
+
|
|
3758
|
+
all_params = ['body'] # noqa: E501
|
|
3759
|
+
all_params.append('async_req')
|
|
3760
|
+
all_params.append('_return_http_data_only')
|
|
3761
|
+
all_params.append('_preload_content')
|
|
3762
|
+
all_params.append('_request_timeout')
|
|
3763
|
+
|
|
3764
|
+
params = locals()
|
|
3765
|
+
for key, val in six.iteritems(params['kwargs']):
|
|
3766
|
+
if key not in all_params:
|
|
3767
|
+
raise TypeError(
|
|
3768
|
+
"Got an unexpected keyword argument '%s'"
|
|
3769
|
+
" to method delete_transit_router_peer_attachment" % key
|
|
3770
|
+
)
|
|
3771
|
+
params[key] = val
|
|
3772
|
+
del params['kwargs']
|
|
3773
|
+
# verify the required parameter 'body' is set
|
|
3774
|
+
if self.api_client.client_side_validation and ('body' not in params or
|
|
3775
|
+
params['body'] is None): # noqa: E501
|
|
3776
|
+
raise ValueError("Missing the required parameter `body` when calling `delete_transit_router_peer_attachment`") # noqa: E501
|
|
3777
|
+
|
|
3778
|
+
collection_formats = {}
|
|
3779
|
+
|
|
3780
|
+
path_params = {}
|
|
3781
|
+
|
|
3782
|
+
query_params = []
|
|
3783
|
+
|
|
3784
|
+
header_params = {}
|
|
3785
|
+
|
|
3786
|
+
form_params = []
|
|
3787
|
+
local_var_files = {}
|
|
3788
|
+
|
|
3789
|
+
body_params = None
|
|
3790
|
+
if 'body' in params:
|
|
3791
|
+
body_params = params['body']
|
|
3792
|
+
# HTTP header `Accept`
|
|
3793
|
+
header_params['Accept'] = self.api_client.select_header_accept(
|
|
3794
|
+
['application/json']) # noqa: E501
|
|
3795
|
+
|
|
3796
|
+
# HTTP header `Content-Type`
|
|
3797
|
+
header_params['Content-Type'] = self.api_client.select_header_content_type( # noqa: E501
|
|
3798
|
+
['text/plain']) # noqa: E501
|
|
3799
|
+
|
|
3800
|
+
# Authentication setting
|
|
3801
|
+
auth_settings = ['volcengineSign'] # noqa: E501
|
|
3802
|
+
|
|
3803
|
+
return self.api_client.call_api(
|
|
3804
|
+
'/DeleteTransitRouterPeerAttachment/2020-04-01/transitrouter/get/text_plain/', 'GET',
|
|
3805
|
+
path_params,
|
|
3806
|
+
query_params,
|
|
3807
|
+
header_params,
|
|
3808
|
+
body=body_params,
|
|
3809
|
+
post_params=form_params,
|
|
3810
|
+
files=local_var_files,
|
|
3811
|
+
response_type='DeleteTransitRouterPeerAttachmentResponse', # noqa: E501
|
|
3812
|
+
auth_settings=auth_settings,
|
|
3813
|
+
async_req=params.get('async_req'),
|
|
3814
|
+
_return_http_data_only=params.get('_return_http_data_only'),
|
|
3815
|
+
_preload_content=params.get('_preload_content', True),
|
|
3816
|
+
_request_timeout=params.get('_request_timeout'),
|
|
3817
|
+
collection_formats=collection_formats)
|
|
3818
|
+
|
|
3819
|
+
def delete_transit_router_route_entry(self, body, **kwargs): # noqa: E501
|
|
3820
|
+
"""delete_transit_router_route_entry # noqa: E501
|
|
3821
|
+
|
|
3822
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
3823
|
+
asynchronous HTTP request, please pass async_req=True
|
|
3824
|
+
>>> thread = api.delete_transit_router_route_entry(body, async_req=True)
|
|
3825
|
+
>>> result = thread.get()
|
|
3826
|
+
|
|
3827
|
+
:param async_req bool
|
|
3828
|
+
:param DeleteTransitRouterRouteEntryRequest body: (required)
|
|
3829
|
+
:return: DeleteTransitRouterRouteEntryResponse
|
|
3830
|
+
If the method is called asynchronously,
|
|
3831
|
+
returns the request thread.
|
|
3832
|
+
"""
|
|
3833
|
+
kwargs['_return_http_data_only'] = True
|
|
3834
|
+
if kwargs.get('async_req'):
|
|
3835
|
+
return self.delete_transit_router_route_entry_with_http_info(body, **kwargs) # noqa: E501
|
|
3836
|
+
else:
|
|
3837
|
+
(data) = self.delete_transit_router_route_entry_with_http_info(body, **kwargs) # noqa: E501
|
|
3838
|
+
return data
|
|
3839
|
+
|
|
3840
|
+
def delete_transit_router_route_entry_with_http_info(self, body, **kwargs): # noqa: E501
|
|
3841
|
+
"""delete_transit_router_route_entry # noqa: E501
|
|
3842
|
+
|
|
3843
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
3844
|
+
asynchronous HTTP request, please pass async_req=True
|
|
3845
|
+
>>> thread = api.delete_transit_router_route_entry_with_http_info(body, async_req=True)
|
|
3846
|
+
>>> result = thread.get()
|
|
3847
|
+
|
|
3848
|
+
:param async_req bool
|
|
3849
|
+
:param DeleteTransitRouterRouteEntryRequest body: (required)
|
|
3850
|
+
:return: DeleteTransitRouterRouteEntryResponse
|
|
3851
|
+
If the method is called asynchronously,
|
|
3852
|
+
returns the request thread.
|
|
3853
|
+
"""
|
|
3854
|
+
|
|
3855
|
+
all_params = ['body'] # noqa: E501
|
|
3856
|
+
all_params.append('async_req')
|
|
3857
|
+
all_params.append('_return_http_data_only')
|
|
3858
|
+
all_params.append('_preload_content')
|
|
3859
|
+
all_params.append('_request_timeout')
|
|
3860
|
+
|
|
3861
|
+
params = locals()
|
|
3862
|
+
for key, val in six.iteritems(params['kwargs']):
|
|
3863
|
+
if key not in all_params:
|
|
3864
|
+
raise TypeError(
|
|
3865
|
+
"Got an unexpected keyword argument '%s'"
|
|
3866
|
+
" to method delete_transit_router_route_entry" % key
|
|
3867
|
+
)
|
|
3868
|
+
params[key] = val
|
|
3869
|
+
del params['kwargs']
|
|
3870
|
+
# verify the required parameter 'body' is set
|
|
3871
|
+
if self.api_client.client_side_validation and ('body' not in params or
|
|
3872
|
+
params['body'] is None): # noqa: E501
|
|
3873
|
+
raise ValueError("Missing the required parameter `body` when calling `delete_transit_router_route_entry`") # noqa: E501
|
|
3874
|
+
|
|
3875
|
+
collection_formats = {}
|
|
3876
|
+
|
|
3877
|
+
path_params = {}
|
|
3878
|
+
|
|
3879
|
+
query_params = []
|
|
3880
|
+
|
|
3881
|
+
header_params = {}
|
|
3882
|
+
|
|
3883
|
+
form_params = []
|
|
3884
|
+
local_var_files = {}
|
|
3885
|
+
|
|
3886
|
+
body_params = None
|
|
3887
|
+
if 'body' in params:
|
|
3888
|
+
body_params = params['body']
|
|
3889
|
+
# HTTP header `Accept`
|
|
3890
|
+
header_params['Accept'] = self.api_client.select_header_accept(
|
|
3891
|
+
['application/json']) # noqa: E501
|
|
3892
|
+
|
|
3893
|
+
# HTTP header `Content-Type`
|
|
3894
|
+
header_params['Content-Type'] = self.api_client.select_header_content_type( # noqa: E501
|
|
3895
|
+
['text/plain']) # noqa: E501
|
|
3896
|
+
|
|
3897
|
+
# Authentication setting
|
|
3898
|
+
auth_settings = ['volcengineSign'] # noqa: E501
|
|
3899
|
+
|
|
3900
|
+
return self.api_client.call_api(
|
|
3901
|
+
'/DeleteTransitRouterRouteEntry/2020-04-01/transitrouter/get/text_plain/', 'GET',
|
|
3902
|
+
path_params,
|
|
3903
|
+
query_params,
|
|
3904
|
+
header_params,
|
|
3905
|
+
body=body_params,
|
|
3906
|
+
post_params=form_params,
|
|
3907
|
+
files=local_var_files,
|
|
3908
|
+
response_type='DeleteTransitRouterRouteEntryResponse', # noqa: E501
|
|
3909
|
+
auth_settings=auth_settings,
|
|
3910
|
+
async_req=params.get('async_req'),
|
|
3911
|
+
_return_http_data_only=params.get('_return_http_data_only'),
|
|
3912
|
+
_preload_content=params.get('_preload_content', True),
|
|
3913
|
+
_request_timeout=params.get('_request_timeout'),
|
|
3914
|
+
collection_formats=collection_formats)
|
|
3915
|
+
|
|
3916
|
+
def delete_transit_router_route_policy_entry(self, body, **kwargs): # noqa: E501
|
|
3917
|
+
"""delete_transit_router_route_policy_entry # noqa: E501
|
|
3918
|
+
|
|
3919
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
3920
|
+
asynchronous HTTP request, please pass async_req=True
|
|
3921
|
+
>>> thread = api.delete_transit_router_route_policy_entry(body, async_req=True)
|
|
3922
|
+
>>> result = thread.get()
|
|
3923
|
+
|
|
3924
|
+
:param async_req bool
|
|
3925
|
+
:param DeleteTransitRouterRoutePolicyEntryRequest body: (required)
|
|
3926
|
+
:return: DeleteTransitRouterRoutePolicyEntryResponse
|
|
3927
|
+
If the method is called asynchronously,
|
|
3928
|
+
returns the request thread.
|
|
3929
|
+
"""
|
|
3930
|
+
kwargs['_return_http_data_only'] = True
|
|
3931
|
+
if kwargs.get('async_req'):
|
|
3932
|
+
return self.delete_transit_router_route_policy_entry_with_http_info(body, **kwargs) # noqa: E501
|
|
3933
|
+
else:
|
|
3934
|
+
(data) = self.delete_transit_router_route_policy_entry_with_http_info(body, **kwargs) # noqa: E501
|
|
3935
|
+
return data
|
|
3936
|
+
|
|
3937
|
+
def delete_transit_router_route_policy_entry_with_http_info(self, body, **kwargs): # noqa: E501
|
|
3938
|
+
"""delete_transit_router_route_policy_entry # noqa: E501
|
|
3939
|
+
|
|
3940
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
3941
|
+
asynchronous HTTP request, please pass async_req=True
|
|
3942
|
+
>>> thread = api.delete_transit_router_route_policy_entry_with_http_info(body, async_req=True)
|
|
3943
|
+
>>> result = thread.get()
|
|
3944
|
+
|
|
3945
|
+
:param async_req bool
|
|
3946
|
+
:param DeleteTransitRouterRoutePolicyEntryRequest body: (required)
|
|
3947
|
+
:return: DeleteTransitRouterRoutePolicyEntryResponse
|
|
3948
|
+
If the method is called asynchronously,
|
|
3949
|
+
returns the request thread.
|
|
3950
|
+
"""
|
|
3951
|
+
|
|
3952
|
+
all_params = ['body'] # noqa: E501
|
|
3953
|
+
all_params.append('async_req')
|
|
3954
|
+
all_params.append('_return_http_data_only')
|
|
3955
|
+
all_params.append('_preload_content')
|
|
3956
|
+
all_params.append('_request_timeout')
|
|
3957
|
+
|
|
3958
|
+
params = locals()
|
|
3959
|
+
for key, val in six.iteritems(params['kwargs']):
|
|
3960
|
+
if key not in all_params:
|
|
3961
|
+
raise TypeError(
|
|
3962
|
+
"Got an unexpected keyword argument '%s'"
|
|
3963
|
+
" to method delete_transit_router_route_policy_entry" % key
|
|
3964
|
+
)
|
|
3965
|
+
params[key] = val
|
|
3966
|
+
del params['kwargs']
|
|
3967
|
+
# verify the required parameter 'body' is set
|
|
3968
|
+
if self.api_client.client_side_validation and ('body' not in params or
|
|
3969
|
+
params['body'] is None): # noqa: E501
|
|
3970
|
+
raise ValueError("Missing the required parameter `body` when calling `delete_transit_router_route_policy_entry`") # noqa: E501
|
|
3971
|
+
|
|
3972
|
+
collection_formats = {}
|
|
3973
|
+
|
|
3974
|
+
path_params = {}
|
|
3975
|
+
|
|
3976
|
+
query_params = []
|
|
3977
|
+
|
|
3978
|
+
header_params = {}
|
|
3979
|
+
|
|
3980
|
+
form_params = []
|
|
3981
|
+
local_var_files = {}
|
|
3982
|
+
|
|
3983
|
+
body_params = None
|
|
3984
|
+
if 'body' in params:
|
|
3985
|
+
body_params = params['body']
|
|
3986
|
+
# HTTP header `Accept`
|
|
3987
|
+
header_params['Accept'] = self.api_client.select_header_accept(
|
|
3988
|
+
['application/json']) # noqa: E501
|
|
3989
|
+
|
|
3990
|
+
# HTTP header `Content-Type`
|
|
3991
|
+
header_params['Content-Type'] = self.api_client.select_header_content_type( # noqa: E501
|
|
3992
|
+
['text/plain']) # noqa: E501
|
|
3993
|
+
|
|
3994
|
+
# Authentication setting
|
|
3995
|
+
auth_settings = ['volcengineSign'] # noqa: E501
|
|
3996
|
+
|
|
3997
|
+
return self.api_client.call_api(
|
|
3998
|
+
'/DeleteTransitRouterRoutePolicyEntry/2020-04-01/transitrouter/get/text_plain/', 'GET',
|
|
3999
|
+
path_params,
|
|
4000
|
+
query_params,
|
|
4001
|
+
header_params,
|
|
4002
|
+
body=body_params,
|
|
4003
|
+
post_params=form_params,
|
|
4004
|
+
files=local_var_files,
|
|
4005
|
+
response_type='DeleteTransitRouterRoutePolicyEntryResponse', # noqa: E501
|
|
4006
|
+
auth_settings=auth_settings,
|
|
4007
|
+
async_req=params.get('async_req'),
|
|
4008
|
+
_return_http_data_only=params.get('_return_http_data_only'),
|
|
4009
|
+
_preload_content=params.get('_preload_content', True),
|
|
4010
|
+
_request_timeout=params.get('_request_timeout'),
|
|
4011
|
+
collection_formats=collection_formats)
|
|
4012
|
+
|
|
4013
|
+
def delete_transit_router_route_policy_table(self, body, **kwargs): # noqa: E501
|
|
4014
|
+
"""delete_transit_router_route_policy_table # noqa: E501
|
|
4015
|
+
|
|
4016
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
4017
|
+
asynchronous HTTP request, please pass async_req=True
|
|
4018
|
+
>>> thread = api.delete_transit_router_route_policy_table(body, async_req=True)
|
|
4019
|
+
>>> result = thread.get()
|
|
4020
|
+
|
|
4021
|
+
:param async_req bool
|
|
4022
|
+
:param DeleteTransitRouterRoutePolicyTableRequest body: (required)
|
|
4023
|
+
:return: DeleteTransitRouterRoutePolicyTableResponse
|
|
4024
|
+
If the method is called asynchronously,
|
|
4025
|
+
returns the request thread.
|
|
4026
|
+
"""
|
|
4027
|
+
kwargs['_return_http_data_only'] = True
|
|
4028
|
+
if kwargs.get('async_req'):
|
|
4029
|
+
return self.delete_transit_router_route_policy_table_with_http_info(body, **kwargs) # noqa: E501
|
|
4030
|
+
else:
|
|
4031
|
+
(data) = self.delete_transit_router_route_policy_table_with_http_info(body, **kwargs) # noqa: E501
|
|
4032
|
+
return data
|
|
4033
|
+
|
|
4034
|
+
def delete_transit_router_route_policy_table_with_http_info(self, body, **kwargs): # noqa: E501
|
|
4035
|
+
"""delete_transit_router_route_policy_table # noqa: E501
|
|
4036
|
+
|
|
4037
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
4038
|
+
asynchronous HTTP request, please pass async_req=True
|
|
4039
|
+
>>> thread = api.delete_transit_router_route_policy_table_with_http_info(body, async_req=True)
|
|
4040
|
+
>>> result = thread.get()
|
|
4041
|
+
|
|
4042
|
+
:param async_req bool
|
|
4043
|
+
:param DeleteTransitRouterRoutePolicyTableRequest body: (required)
|
|
4044
|
+
:return: DeleteTransitRouterRoutePolicyTableResponse
|
|
4045
|
+
If the method is called asynchronously,
|
|
4046
|
+
returns the request thread.
|
|
4047
|
+
"""
|
|
4048
|
+
|
|
4049
|
+
all_params = ['body'] # noqa: E501
|
|
4050
|
+
all_params.append('async_req')
|
|
4051
|
+
all_params.append('_return_http_data_only')
|
|
4052
|
+
all_params.append('_preload_content')
|
|
4053
|
+
all_params.append('_request_timeout')
|
|
4054
|
+
|
|
4055
|
+
params = locals()
|
|
4056
|
+
for key, val in six.iteritems(params['kwargs']):
|
|
4057
|
+
if key not in all_params:
|
|
4058
|
+
raise TypeError(
|
|
4059
|
+
"Got an unexpected keyword argument '%s'"
|
|
4060
|
+
" to method delete_transit_router_route_policy_table" % key
|
|
4061
|
+
)
|
|
4062
|
+
params[key] = val
|
|
4063
|
+
del params['kwargs']
|
|
4064
|
+
# verify the required parameter 'body' is set
|
|
4065
|
+
if self.api_client.client_side_validation and ('body' not in params or
|
|
4066
|
+
params['body'] is None): # noqa: E501
|
|
4067
|
+
raise ValueError("Missing the required parameter `body` when calling `delete_transit_router_route_policy_table`") # noqa: E501
|
|
4068
|
+
|
|
4069
|
+
collection_formats = {}
|
|
4070
|
+
|
|
4071
|
+
path_params = {}
|
|
4072
|
+
|
|
4073
|
+
query_params = []
|
|
4074
|
+
|
|
4075
|
+
header_params = {}
|
|
4076
|
+
|
|
4077
|
+
form_params = []
|
|
4078
|
+
local_var_files = {}
|
|
4079
|
+
|
|
4080
|
+
body_params = None
|
|
4081
|
+
if 'body' in params:
|
|
4082
|
+
body_params = params['body']
|
|
4083
|
+
# HTTP header `Accept`
|
|
4084
|
+
header_params['Accept'] = self.api_client.select_header_accept(
|
|
4085
|
+
['application/json']) # noqa: E501
|
|
4086
|
+
|
|
4087
|
+
# HTTP header `Content-Type`
|
|
4088
|
+
header_params['Content-Type'] = self.api_client.select_header_content_type( # noqa: E501
|
|
4089
|
+
['text/plain']) # noqa: E501
|
|
4090
|
+
|
|
4091
|
+
# Authentication setting
|
|
4092
|
+
auth_settings = ['volcengineSign'] # noqa: E501
|
|
4093
|
+
|
|
4094
|
+
return self.api_client.call_api(
|
|
4095
|
+
'/DeleteTransitRouterRoutePolicyTable/2020-04-01/transitrouter/get/text_plain/', 'GET',
|
|
3223
4096
|
path_params,
|
|
3224
4097
|
query_params,
|
|
3225
4098
|
header_params,
|
|
@@ -3234,38 +4107,232 @@ class TRANSITROUTERApi(object):
|
|
|
3234
4107
|
_request_timeout=params.get('_request_timeout'),
|
|
3235
4108
|
collection_formats=collection_formats)
|
|
3236
4109
|
|
|
3237
|
-
def delete_transit_router_route_table(self, body, **kwargs): # noqa: E501
|
|
3238
|
-
"""delete_transit_router_route_table # noqa: E501
|
|
4110
|
+
def delete_transit_router_route_table(self, body, **kwargs): # noqa: E501
|
|
4111
|
+
"""delete_transit_router_route_table # noqa: E501
|
|
4112
|
+
|
|
4113
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
4114
|
+
asynchronous HTTP request, please pass async_req=True
|
|
4115
|
+
>>> thread = api.delete_transit_router_route_table(body, async_req=True)
|
|
4116
|
+
>>> result = thread.get()
|
|
4117
|
+
|
|
4118
|
+
:param async_req bool
|
|
4119
|
+
:param DeleteTransitRouterRouteTableRequest body: (required)
|
|
4120
|
+
:return: DeleteTransitRouterRouteTableResponse
|
|
4121
|
+
If the method is called asynchronously,
|
|
4122
|
+
returns the request thread.
|
|
4123
|
+
"""
|
|
4124
|
+
kwargs['_return_http_data_only'] = True
|
|
4125
|
+
if kwargs.get('async_req'):
|
|
4126
|
+
return self.delete_transit_router_route_table_with_http_info(body, **kwargs) # noqa: E501
|
|
4127
|
+
else:
|
|
4128
|
+
(data) = self.delete_transit_router_route_table_with_http_info(body, **kwargs) # noqa: E501
|
|
4129
|
+
return data
|
|
4130
|
+
|
|
4131
|
+
def delete_transit_router_route_table_with_http_info(self, body, **kwargs): # noqa: E501
|
|
4132
|
+
"""delete_transit_router_route_table # noqa: E501
|
|
4133
|
+
|
|
4134
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
4135
|
+
asynchronous HTTP request, please pass async_req=True
|
|
4136
|
+
>>> thread = api.delete_transit_router_route_table_with_http_info(body, async_req=True)
|
|
4137
|
+
>>> result = thread.get()
|
|
4138
|
+
|
|
4139
|
+
:param async_req bool
|
|
4140
|
+
:param DeleteTransitRouterRouteTableRequest body: (required)
|
|
4141
|
+
:return: DeleteTransitRouterRouteTableResponse
|
|
4142
|
+
If the method is called asynchronously,
|
|
4143
|
+
returns the request thread.
|
|
4144
|
+
"""
|
|
4145
|
+
|
|
4146
|
+
all_params = ['body'] # noqa: E501
|
|
4147
|
+
all_params.append('async_req')
|
|
4148
|
+
all_params.append('_return_http_data_only')
|
|
4149
|
+
all_params.append('_preload_content')
|
|
4150
|
+
all_params.append('_request_timeout')
|
|
4151
|
+
|
|
4152
|
+
params = locals()
|
|
4153
|
+
for key, val in six.iteritems(params['kwargs']):
|
|
4154
|
+
if key not in all_params:
|
|
4155
|
+
raise TypeError(
|
|
4156
|
+
"Got an unexpected keyword argument '%s'"
|
|
4157
|
+
" to method delete_transit_router_route_table" % key
|
|
4158
|
+
)
|
|
4159
|
+
params[key] = val
|
|
4160
|
+
del params['kwargs']
|
|
4161
|
+
# verify the required parameter 'body' is set
|
|
4162
|
+
if self.api_client.client_side_validation and ('body' not in params or
|
|
4163
|
+
params['body'] is None): # noqa: E501
|
|
4164
|
+
raise ValueError("Missing the required parameter `body` when calling `delete_transit_router_route_table`") # noqa: E501
|
|
4165
|
+
|
|
4166
|
+
collection_formats = {}
|
|
4167
|
+
|
|
4168
|
+
path_params = {}
|
|
4169
|
+
|
|
4170
|
+
query_params = []
|
|
4171
|
+
|
|
4172
|
+
header_params = {}
|
|
4173
|
+
|
|
4174
|
+
form_params = []
|
|
4175
|
+
local_var_files = {}
|
|
4176
|
+
|
|
4177
|
+
body_params = None
|
|
4178
|
+
if 'body' in params:
|
|
4179
|
+
body_params = params['body']
|
|
4180
|
+
# HTTP header `Accept`
|
|
4181
|
+
header_params['Accept'] = self.api_client.select_header_accept(
|
|
4182
|
+
['application/json']) # noqa: E501
|
|
4183
|
+
|
|
4184
|
+
# HTTP header `Content-Type`
|
|
4185
|
+
header_params['Content-Type'] = self.api_client.select_header_content_type( # noqa: E501
|
|
4186
|
+
['text/plain']) # noqa: E501
|
|
4187
|
+
|
|
4188
|
+
# Authentication setting
|
|
4189
|
+
auth_settings = ['volcengineSign'] # noqa: E501
|
|
4190
|
+
|
|
4191
|
+
return self.api_client.call_api(
|
|
4192
|
+
'/DeleteTransitRouterRouteTable/2020-04-01/transitrouter/get/text_plain/', 'GET',
|
|
4193
|
+
path_params,
|
|
4194
|
+
query_params,
|
|
4195
|
+
header_params,
|
|
4196
|
+
body=body_params,
|
|
4197
|
+
post_params=form_params,
|
|
4198
|
+
files=local_var_files,
|
|
4199
|
+
response_type='DeleteTransitRouterRouteTableResponse', # noqa: E501
|
|
4200
|
+
auth_settings=auth_settings,
|
|
4201
|
+
async_req=params.get('async_req'),
|
|
4202
|
+
_return_http_data_only=params.get('_return_http_data_only'),
|
|
4203
|
+
_preload_content=params.get('_preload_content', True),
|
|
4204
|
+
_request_timeout=params.get('_request_timeout'),
|
|
4205
|
+
collection_formats=collection_formats)
|
|
4206
|
+
|
|
4207
|
+
def delete_transit_router_traffic_qos_marking_entry(self, body, **kwargs): # noqa: E501
|
|
4208
|
+
"""delete_transit_router_traffic_qos_marking_entry # noqa: E501
|
|
4209
|
+
|
|
4210
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
4211
|
+
asynchronous HTTP request, please pass async_req=True
|
|
4212
|
+
>>> thread = api.delete_transit_router_traffic_qos_marking_entry(body, async_req=True)
|
|
4213
|
+
>>> result = thread.get()
|
|
4214
|
+
|
|
4215
|
+
:param async_req bool
|
|
4216
|
+
:param DeleteTransitRouterTrafficQosMarkingEntryRequest body: (required)
|
|
4217
|
+
:return: DeleteTransitRouterTrafficQosMarkingEntryResponse
|
|
4218
|
+
If the method is called asynchronously,
|
|
4219
|
+
returns the request thread.
|
|
4220
|
+
"""
|
|
4221
|
+
kwargs['_return_http_data_only'] = True
|
|
4222
|
+
if kwargs.get('async_req'):
|
|
4223
|
+
return self.delete_transit_router_traffic_qos_marking_entry_with_http_info(body, **kwargs) # noqa: E501
|
|
4224
|
+
else:
|
|
4225
|
+
(data) = self.delete_transit_router_traffic_qos_marking_entry_with_http_info(body, **kwargs) # noqa: E501
|
|
4226
|
+
return data
|
|
4227
|
+
|
|
4228
|
+
def delete_transit_router_traffic_qos_marking_entry_with_http_info(self, body, **kwargs): # noqa: E501
|
|
4229
|
+
"""delete_transit_router_traffic_qos_marking_entry # noqa: E501
|
|
4230
|
+
|
|
4231
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
4232
|
+
asynchronous HTTP request, please pass async_req=True
|
|
4233
|
+
>>> thread = api.delete_transit_router_traffic_qos_marking_entry_with_http_info(body, async_req=True)
|
|
4234
|
+
>>> result = thread.get()
|
|
4235
|
+
|
|
4236
|
+
:param async_req bool
|
|
4237
|
+
:param DeleteTransitRouterTrafficQosMarkingEntryRequest body: (required)
|
|
4238
|
+
:return: DeleteTransitRouterTrafficQosMarkingEntryResponse
|
|
4239
|
+
If the method is called asynchronously,
|
|
4240
|
+
returns the request thread.
|
|
4241
|
+
"""
|
|
4242
|
+
|
|
4243
|
+
all_params = ['body'] # noqa: E501
|
|
4244
|
+
all_params.append('async_req')
|
|
4245
|
+
all_params.append('_return_http_data_only')
|
|
4246
|
+
all_params.append('_preload_content')
|
|
4247
|
+
all_params.append('_request_timeout')
|
|
4248
|
+
|
|
4249
|
+
params = locals()
|
|
4250
|
+
for key, val in six.iteritems(params['kwargs']):
|
|
4251
|
+
if key not in all_params:
|
|
4252
|
+
raise TypeError(
|
|
4253
|
+
"Got an unexpected keyword argument '%s'"
|
|
4254
|
+
" to method delete_transit_router_traffic_qos_marking_entry" % key
|
|
4255
|
+
)
|
|
4256
|
+
params[key] = val
|
|
4257
|
+
del params['kwargs']
|
|
4258
|
+
# verify the required parameter 'body' is set
|
|
4259
|
+
if self.api_client.client_side_validation and ('body' not in params or
|
|
4260
|
+
params['body'] is None): # noqa: E501
|
|
4261
|
+
raise ValueError("Missing the required parameter `body` when calling `delete_transit_router_traffic_qos_marking_entry`") # noqa: E501
|
|
4262
|
+
|
|
4263
|
+
collection_formats = {}
|
|
4264
|
+
|
|
4265
|
+
path_params = {}
|
|
4266
|
+
|
|
4267
|
+
query_params = []
|
|
4268
|
+
|
|
4269
|
+
header_params = {}
|
|
4270
|
+
|
|
4271
|
+
form_params = []
|
|
4272
|
+
local_var_files = {}
|
|
4273
|
+
|
|
4274
|
+
body_params = None
|
|
4275
|
+
if 'body' in params:
|
|
4276
|
+
body_params = params['body']
|
|
4277
|
+
# HTTP header `Accept`
|
|
4278
|
+
header_params['Accept'] = self.api_client.select_header_accept(
|
|
4279
|
+
['application/json']) # noqa: E501
|
|
4280
|
+
|
|
4281
|
+
# HTTP header `Content-Type`
|
|
4282
|
+
header_params['Content-Type'] = self.api_client.select_header_content_type( # noqa: E501
|
|
4283
|
+
['text/plain']) # noqa: E501
|
|
4284
|
+
|
|
4285
|
+
# Authentication setting
|
|
4286
|
+
auth_settings = ['volcengineSign'] # noqa: E501
|
|
4287
|
+
|
|
4288
|
+
return self.api_client.call_api(
|
|
4289
|
+
'/DeleteTransitRouterTrafficQosMarkingEntry/2020-04-01/transitrouter/get/text_plain/', 'GET',
|
|
4290
|
+
path_params,
|
|
4291
|
+
query_params,
|
|
4292
|
+
header_params,
|
|
4293
|
+
body=body_params,
|
|
4294
|
+
post_params=form_params,
|
|
4295
|
+
files=local_var_files,
|
|
4296
|
+
response_type='DeleteTransitRouterTrafficQosMarkingEntryResponse', # noqa: E501
|
|
4297
|
+
auth_settings=auth_settings,
|
|
4298
|
+
async_req=params.get('async_req'),
|
|
4299
|
+
_return_http_data_only=params.get('_return_http_data_only'),
|
|
4300
|
+
_preload_content=params.get('_preload_content', True),
|
|
4301
|
+
_request_timeout=params.get('_request_timeout'),
|
|
4302
|
+
collection_formats=collection_formats)
|
|
4303
|
+
|
|
4304
|
+
def delete_transit_router_traffic_qos_marking_policy(self, body, **kwargs): # noqa: E501
|
|
4305
|
+
"""delete_transit_router_traffic_qos_marking_policy # noqa: E501
|
|
3239
4306
|
|
|
3240
4307
|
This method makes a synchronous HTTP request by default. To make an
|
|
3241
4308
|
asynchronous HTTP request, please pass async_req=True
|
|
3242
|
-
>>> thread = api.
|
|
4309
|
+
>>> thread = api.delete_transit_router_traffic_qos_marking_policy(body, async_req=True)
|
|
3243
4310
|
>>> result = thread.get()
|
|
3244
4311
|
|
|
3245
4312
|
:param async_req bool
|
|
3246
|
-
:param
|
|
3247
|
-
:return:
|
|
4313
|
+
:param DeleteTransitRouterTrafficQosMarkingPolicyRequest body: (required)
|
|
4314
|
+
:return: DeleteTransitRouterTrafficQosMarkingPolicyResponse
|
|
3248
4315
|
If the method is called asynchronously,
|
|
3249
4316
|
returns the request thread.
|
|
3250
4317
|
"""
|
|
3251
4318
|
kwargs['_return_http_data_only'] = True
|
|
3252
4319
|
if kwargs.get('async_req'):
|
|
3253
|
-
return self.
|
|
4320
|
+
return self.delete_transit_router_traffic_qos_marking_policy_with_http_info(body, **kwargs) # noqa: E501
|
|
3254
4321
|
else:
|
|
3255
|
-
(data) = self.
|
|
4322
|
+
(data) = self.delete_transit_router_traffic_qos_marking_policy_with_http_info(body, **kwargs) # noqa: E501
|
|
3256
4323
|
return data
|
|
3257
4324
|
|
|
3258
|
-
def
|
|
3259
|
-
"""
|
|
4325
|
+
def delete_transit_router_traffic_qos_marking_policy_with_http_info(self, body, **kwargs): # noqa: E501
|
|
4326
|
+
"""delete_transit_router_traffic_qos_marking_policy # noqa: E501
|
|
3260
4327
|
|
|
3261
4328
|
This method makes a synchronous HTTP request by default. To make an
|
|
3262
4329
|
asynchronous HTTP request, please pass async_req=True
|
|
3263
|
-
>>> thread = api.
|
|
4330
|
+
>>> thread = api.delete_transit_router_traffic_qos_marking_policy_with_http_info(body, async_req=True)
|
|
3264
4331
|
>>> result = thread.get()
|
|
3265
4332
|
|
|
3266
4333
|
:param async_req bool
|
|
3267
|
-
:param
|
|
3268
|
-
:return:
|
|
4334
|
+
:param DeleteTransitRouterTrafficQosMarkingPolicyRequest body: (required)
|
|
4335
|
+
:return: DeleteTransitRouterTrafficQosMarkingPolicyResponse
|
|
3269
4336
|
If the method is called asynchronously,
|
|
3270
4337
|
returns the request thread.
|
|
3271
4338
|
"""
|
|
@@ -3281,14 +4348,14 @@ class TRANSITROUTERApi(object):
|
|
|
3281
4348
|
if key not in all_params:
|
|
3282
4349
|
raise TypeError(
|
|
3283
4350
|
"Got an unexpected keyword argument '%s'"
|
|
3284
|
-
" to method
|
|
4351
|
+
" to method delete_transit_router_traffic_qos_marking_policy" % key
|
|
3285
4352
|
)
|
|
3286
4353
|
params[key] = val
|
|
3287
4354
|
del params['kwargs']
|
|
3288
4355
|
# verify the required parameter 'body' is set
|
|
3289
4356
|
if self.api_client.client_side_validation and ('body' not in params or
|
|
3290
4357
|
params['body'] is None): # noqa: E501
|
|
3291
|
-
raise ValueError("Missing the required parameter `body` when calling `
|
|
4358
|
+
raise ValueError("Missing the required parameter `body` when calling `delete_transit_router_traffic_qos_marking_policy`") # noqa: E501
|
|
3292
4359
|
|
|
3293
4360
|
collection_formats = {}
|
|
3294
4361
|
|
|
@@ -3316,14 +4383,14 @@ class TRANSITROUTERApi(object):
|
|
|
3316
4383
|
auth_settings = ['volcengineSign'] # noqa: E501
|
|
3317
4384
|
|
|
3318
4385
|
return self.api_client.call_api(
|
|
3319
|
-
'/
|
|
4386
|
+
'/DeleteTransitRouterTrafficQosMarkingPolicy/2020-04-01/transitrouter/get/text_plain/', 'GET',
|
|
3320
4387
|
path_params,
|
|
3321
4388
|
query_params,
|
|
3322
4389
|
header_params,
|
|
3323
4390
|
body=body_params,
|
|
3324
4391
|
post_params=form_params,
|
|
3325
4392
|
files=local_var_files,
|
|
3326
|
-
response_type='
|
|
4393
|
+
response_type='DeleteTransitRouterTrafficQosMarkingPolicyResponse', # noqa: E501
|
|
3327
4394
|
auth_settings=auth_settings,
|
|
3328
4395
|
async_req=params.get('async_req'),
|
|
3329
4396
|
_return_http_data_only=params.get('_return_http_data_only'),
|
|
@@ -3331,38 +4398,232 @@ class TRANSITROUTERApi(object):
|
|
|
3331
4398
|
_request_timeout=params.get('_request_timeout'),
|
|
3332
4399
|
collection_formats=collection_formats)
|
|
3333
4400
|
|
|
3334
|
-
def
|
|
3335
|
-
"""
|
|
4401
|
+
def delete_transit_router_traffic_qos_queue_entry(self, body, **kwargs): # noqa: E501
|
|
4402
|
+
"""delete_transit_router_traffic_qos_queue_entry # noqa: E501
|
|
3336
4403
|
|
|
3337
4404
|
This method makes a synchronous HTTP request by default. To make an
|
|
3338
4405
|
asynchronous HTTP request, please pass async_req=True
|
|
3339
|
-
>>> thread = api.
|
|
4406
|
+
>>> thread = api.delete_transit_router_traffic_qos_queue_entry(body, async_req=True)
|
|
3340
4407
|
>>> result = thread.get()
|
|
3341
4408
|
|
|
3342
4409
|
:param async_req bool
|
|
3343
|
-
:param
|
|
3344
|
-
:return:
|
|
4410
|
+
:param DeleteTransitRouterTrafficQosQueueEntryRequest body: (required)
|
|
4411
|
+
:return: DeleteTransitRouterTrafficQosQueueEntryResponse
|
|
3345
4412
|
If the method is called asynchronously,
|
|
3346
4413
|
returns the request thread.
|
|
3347
4414
|
"""
|
|
3348
4415
|
kwargs['_return_http_data_only'] = True
|
|
3349
4416
|
if kwargs.get('async_req'):
|
|
3350
|
-
return self.
|
|
4417
|
+
return self.delete_transit_router_traffic_qos_queue_entry_with_http_info(body, **kwargs) # noqa: E501
|
|
3351
4418
|
else:
|
|
3352
|
-
(data) = self.
|
|
4419
|
+
(data) = self.delete_transit_router_traffic_qos_queue_entry_with_http_info(body, **kwargs) # noqa: E501
|
|
3353
4420
|
return data
|
|
3354
4421
|
|
|
3355
|
-
def
|
|
3356
|
-
"""
|
|
4422
|
+
def delete_transit_router_traffic_qos_queue_entry_with_http_info(self, body, **kwargs): # noqa: E501
|
|
4423
|
+
"""delete_transit_router_traffic_qos_queue_entry # noqa: E501
|
|
4424
|
+
|
|
4425
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
4426
|
+
asynchronous HTTP request, please pass async_req=True
|
|
4427
|
+
>>> thread = api.delete_transit_router_traffic_qos_queue_entry_with_http_info(body, async_req=True)
|
|
4428
|
+
>>> result = thread.get()
|
|
4429
|
+
|
|
4430
|
+
:param async_req bool
|
|
4431
|
+
:param DeleteTransitRouterTrafficQosQueueEntryRequest body: (required)
|
|
4432
|
+
:return: DeleteTransitRouterTrafficQosQueueEntryResponse
|
|
4433
|
+
If the method is called asynchronously,
|
|
4434
|
+
returns the request thread.
|
|
4435
|
+
"""
|
|
4436
|
+
|
|
4437
|
+
all_params = ['body'] # noqa: E501
|
|
4438
|
+
all_params.append('async_req')
|
|
4439
|
+
all_params.append('_return_http_data_only')
|
|
4440
|
+
all_params.append('_preload_content')
|
|
4441
|
+
all_params.append('_request_timeout')
|
|
4442
|
+
|
|
4443
|
+
params = locals()
|
|
4444
|
+
for key, val in six.iteritems(params['kwargs']):
|
|
4445
|
+
if key not in all_params:
|
|
4446
|
+
raise TypeError(
|
|
4447
|
+
"Got an unexpected keyword argument '%s'"
|
|
4448
|
+
" to method delete_transit_router_traffic_qos_queue_entry" % key
|
|
4449
|
+
)
|
|
4450
|
+
params[key] = val
|
|
4451
|
+
del params['kwargs']
|
|
4452
|
+
# verify the required parameter 'body' is set
|
|
4453
|
+
if self.api_client.client_side_validation and ('body' not in params or
|
|
4454
|
+
params['body'] is None): # noqa: E501
|
|
4455
|
+
raise ValueError("Missing the required parameter `body` when calling `delete_transit_router_traffic_qos_queue_entry`") # noqa: E501
|
|
4456
|
+
|
|
4457
|
+
collection_formats = {}
|
|
4458
|
+
|
|
4459
|
+
path_params = {}
|
|
4460
|
+
|
|
4461
|
+
query_params = []
|
|
4462
|
+
|
|
4463
|
+
header_params = {}
|
|
4464
|
+
|
|
4465
|
+
form_params = []
|
|
4466
|
+
local_var_files = {}
|
|
4467
|
+
|
|
4468
|
+
body_params = None
|
|
4469
|
+
if 'body' in params:
|
|
4470
|
+
body_params = params['body']
|
|
4471
|
+
# HTTP header `Accept`
|
|
4472
|
+
header_params['Accept'] = self.api_client.select_header_accept(
|
|
4473
|
+
['application/json']) # noqa: E501
|
|
4474
|
+
|
|
4475
|
+
# HTTP header `Content-Type`
|
|
4476
|
+
header_params['Content-Type'] = self.api_client.select_header_content_type( # noqa: E501
|
|
4477
|
+
['text/plain']) # noqa: E501
|
|
4478
|
+
|
|
4479
|
+
# Authentication setting
|
|
4480
|
+
auth_settings = ['volcengineSign'] # noqa: E501
|
|
4481
|
+
|
|
4482
|
+
return self.api_client.call_api(
|
|
4483
|
+
'/DeleteTransitRouterTrafficQosQueueEntry/2020-04-01/transitrouter/get/text_plain/', 'GET',
|
|
4484
|
+
path_params,
|
|
4485
|
+
query_params,
|
|
4486
|
+
header_params,
|
|
4487
|
+
body=body_params,
|
|
4488
|
+
post_params=form_params,
|
|
4489
|
+
files=local_var_files,
|
|
4490
|
+
response_type='DeleteTransitRouterTrafficQosQueueEntryResponse', # noqa: E501
|
|
4491
|
+
auth_settings=auth_settings,
|
|
4492
|
+
async_req=params.get('async_req'),
|
|
4493
|
+
_return_http_data_only=params.get('_return_http_data_only'),
|
|
4494
|
+
_preload_content=params.get('_preload_content', True),
|
|
4495
|
+
_request_timeout=params.get('_request_timeout'),
|
|
4496
|
+
collection_formats=collection_formats)
|
|
4497
|
+
|
|
4498
|
+
def delete_transit_router_traffic_qos_queue_policy(self, body, **kwargs): # noqa: E501
|
|
4499
|
+
"""delete_transit_router_traffic_qos_queue_policy # noqa: E501
|
|
4500
|
+
|
|
4501
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
4502
|
+
asynchronous HTTP request, please pass async_req=True
|
|
4503
|
+
>>> thread = api.delete_transit_router_traffic_qos_queue_policy(body, async_req=True)
|
|
4504
|
+
>>> result = thread.get()
|
|
4505
|
+
|
|
4506
|
+
:param async_req bool
|
|
4507
|
+
:param DeleteTransitRouterTrafficQosQueuePolicyRequest body: (required)
|
|
4508
|
+
:return: DeleteTransitRouterTrafficQosQueuePolicyResponse
|
|
4509
|
+
If the method is called asynchronously,
|
|
4510
|
+
returns the request thread.
|
|
4511
|
+
"""
|
|
4512
|
+
kwargs['_return_http_data_only'] = True
|
|
4513
|
+
if kwargs.get('async_req'):
|
|
4514
|
+
return self.delete_transit_router_traffic_qos_queue_policy_with_http_info(body, **kwargs) # noqa: E501
|
|
4515
|
+
else:
|
|
4516
|
+
(data) = self.delete_transit_router_traffic_qos_queue_policy_with_http_info(body, **kwargs) # noqa: E501
|
|
4517
|
+
return data
|
|
4518
|
+
|
|
4519
|
+
def delete_transit_router_traffic_qos_queue_policy_with_http_info(self, body, **kwargs): # noqa: E501
|
|
4520
|
+
"""delete_transit_router_traffic_qos_queue_policy # noqa: E501
|
|
4521
|
+
|
|
4522
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
4523
|
+
asynchronous HTTP request, please pass async_req=True
|
|
4524
|
+
>>> thread = api.delete_transit_router_traffic_qos_queue_policy_with_http_info(body, async_req=True)
|
|
4525
|
+
>>> result = thread.get()
|
|
4526
|
+
|
|
4527
|
+
:param async_req bool
|
|
4528
|
+
:param DeleteTransitRouterTrafficQosQueuePolicyRequest body: (required)
|
|
4529
|
+
:return: DeleteTransitRouterTrafficQosQueuePolicyResponse
|
|
4530
|
+
If the method is called asynchronously,
|
|
4531
|
+
returns the request thread.
|
|
4532
|
+
"""
|
|
4533
|
+
|
|
4534
|
+
all_params = ['body'] # noqa: E501
|
|
4535
|
+
all_params.append('async_req')
|
|
4536
|
+
all_params.append('_return_http_data_only')
|
|
4537
|
+
all_params.append('_preload_content')
|
|
4538
|
+
all_params.append('_request_timeout')
|
|
4539
|
+
|
|
4540
|
+
params = locals()
|
|
4541
|
+
for key, val in six.iteritems(params['kwargs']):
|
|
4542
|
+
if key not in all_params:
|
|
4543
|
+
raise TypeError(
|
|
4544
|
+
"Got an unexpected keyword argument '%s'"
|
|
4545
|
+
" to method delete_transit_router_traffic_qos_queue_policy" % key
|
|
4546
|
+
)
|
|
4547
|
+
params[key] = val
|
|
4548
|
+
del params['kwargs']
|
|
4549
|
+
# verify the required parameter 'body' is set
|
|
4550
|
+
if self.api_client.client_side_validation and ('body' not in params or
|
|
4551
|
+
params['body'] is None): # noqa: E501
|
|
4552
|
+
raise ValueError("Missing the required parameter `body` when calling `delete_transit_router_traffic_qos_queue_policy`") # noqa: E501
|
|
4553
|
+
|
|
4554
|
+
collection_formats = {}
|
|
4555
|
+
|
|
4556
|
+
path_params = {}
|
|
4557
|
+
|
|
4558
|
+
query_params = []
|
|
4559
|
+
|
|
4560
|
+
header_params = {}
|
|
4561
|
+
|
|
4562
|
+
form_params = []
|
|
4563
|
+
local_var_files = {}
|
|
4564
|
+
|
|
4565
|
+
body_params = None
|
|
4566
|
+
if 'body' in params:
|
|
4567
|
+
body_params = params['body']
|
|
4568
|
+
# HTTP header `Accept`
|
|
4569
|
+
header_params['Accept'] = self.api_client.select_header_accept(
|
|
4570
|
+
['application/json']) # noqa: E501
|
|
4571
|
+
|
|
4572
|
+
# HTTP header `Content-Type`
|
|
4573
|
+
header_params['Content-Type'] = self.api_client.select_header_content_type( # noqa: E501
|
|
4574
|
+
['text/plain']) # noqa: E501
|
|
4575
|
+
|
|
4576
|
+
# Authentication setting
|
|
4577
|
+
auth_settings = ['volcengineSign'] # noqa: E501
|
|
4578
|
+
|
|
4579
|
+
return self.api_client.call_api(
|
|
4580
|
+
'/DeleteTransitRouterTrafficQosQueuePolicy/2020-04-01/transitrouter/get/text_plain/', 'GET',
|
|
4581
|
+
path_params,
|
|
4582
|
+
query_params,
|
|
4583
|
+
header_params,
|
|
4584
|
+
body=body_params,
|
|
4585
|
+
post_params=form_params,
|
|
4586
|
+
files=local_var_files,
|
|
4587
|
+
response_type='DeleteTransitRouterTrafficQosQueuePolicyResponse', # noqa: E501
|
|
4588
|
+
auth_settings=auth_settings,
|
|
4589
|
+
async_req=params.get('async_req'),
|
|
4590
|
+
_return_http_data_only=params.get('_return_http_data_only'),
|
|
4591
|
+
_preload_content=params.get('_preload_content', True),
|
|
4592
|
+
_request_timeout=params.get('_request_timeout'),
|
|
4593
|
+
collection_formats=collection_formats)
|
|
4594
|
+
|
|
4595
|
+
def delete_transit_router_vpc_attachment(self, body, **kwargs): # noqa: E501
|
|
4596
|
+
"""delete_transit_router_vpc_attachment # noqa: E501
|
|
4597
|
+
|
|
4598
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
4599
|
+
asynchronous HTTP request, please pass async_req=True
|
|
4600
|
+
>>> thread = api.delete_transit_router_vpc_attachment(body, async_req=True)
|
|
4601
|
+
>>> result = thread.get()
|
|
4602
|
+
|
|
4603
|
+
:param async_req bool
|
|
4604
|
+
:param DeleteTransitRouterVpcAttachmentRequest body: (required)
|
|
4605
|
+
:return: DeleteTransitRouterVpcAttachmentResponse
|
|
4606
|
+
If the method is called asynchronously,
|
|
4607
|
+
returns the request thread.
|
|
4608
|
+
"""
|
|
4609
|
+
kwargs['_return_http_data_only'] = True
|
|
4610
|
+
if kwargs.get('async_req'):
|
|
4611
|
+
return self.delete_transit_router_vpc_attachment_with_http_info(body, **kwargs) # noqa: E501
|
|
4612
|
+
else:
|
|
4613
|
+
(data) = self.delete_transit_router_vpc_attachment_with_http_info(body, **kwargs) # noqa: E501
|
|
4614
|
+
return data
|
|
4615
|
+
|
|
4616
|
+
def delete_transit_router_vpc_attachment_with_http_info(self, body, **kwargs): # noqa: E501
|
|
4617
|
+
"""delete_transit_router_vpc_attachment # noqa: E501
|
|
3357
4618
|
|
|
3358
4619
|
This method makes a synchronous HTTP request by default. To make an
|
|
3359
4620
|
asynchronous HTTP request, please pass async_req=True
|
|
3360
|
-
>>> thread = api.
|
|
4621
|
+
>>> thread = api.delete_transit_router_vpc_attachment_with_http_info(body, async_req=True)
|
|
3361
4622
|
>>> result = thread.get()
|
|
3362
4623
|
|
|
3363
4624
|
:param async_req bool
|
|
3364
|
-
:param
|
|
3365
|
-
:return:
|
|
4625
|
+
:param DeleteTransitRouterVpcAttachmentRequest body: (required)
|
|
4626
|
+
:return: DeleteTransitRouterVpcAttachmentResponse
|
|
3366
4627
|
If the method is called asynchronously,
|
|
3367
4628
|
returns the request thread.
|
|
3368
4629
|
"""
|
|
@@ -3378,14 +4639,14 @@ class TRANSITROUTERApi(object):
|
|
|
3378
4639
|
if key not in all_params:
|
|
3379
4640
|
raise TypeError(
|
|
3380
4641
|
"Got an unexpected keyword argument '%s'"
|
|
3381
|
-
" to method
|
|
4642
|
+
" to method delete_transit_router_vpc_attachment" % key
|
|
3382
4643
|
)
|
|
3383
4644
|
params[key] = val
|
|
3384
4645
|
del params['kwargs']
|
|
3385
4646
|
# verify the required parameter 'body' is set
|
|
3386
4647
|
if self.api_client.client_side_validation and ('body' not in params or
|
|
3387
4648
|
params['body'] is None): # noqa: E501
|
|
3388
|
-
raise ValueError("Missing the required parameter `body` when calling `
|
|
4649
|
+
raise ValueError("Missing the required parameter `body` when calling `delete_transit_router_vpc_attachment`") # noqa: E501
|
|
3389
4650
|
|
|
3390
4651
|
collection_formats = {}
|
|
3391
4652
|
|
|
@@ -3413,14 +4674,14 @@ class TRANSITROUTERApi(object):
|
|
|
3413
4674
|
auth_settings = ['volcengineSign'] # noqa: E501
|
|
3414
4675
|
|
|
3415
4676
|
return self.api_client.call_api(
|
|
3416
|
-
'/
|
|
4677
|
+
'/DeleteTransitRouterVpcAttachment/2020-04-01/transitrouter/get/text_plain/', 'GET',
|
|
3417
4678
|
path_params,
|
|
3418
4679
|
query_params,
|
|
3419
4680
|
header_params,
|
|
3420
4681
|
body=body_params,
|
|
3421
4682
|
post_params=form_params,
|
|
3422
4683
|
files=local_var_files,
|
|
3423
|
-
response_type='
|
|
4684
|
+
response_type='DeleteTransitRouterVpcAttachmentResponse', # noqa: E501
|
|
3424
4685
|
auth_settings=auth_settings,
|
|
3425
4686
|
async_req=params.get('async_req'),
|
|
3426
4687
|
_return_http_data_only=params.get('_return_http_data_only'),
|
|
@@ -3428,38 +4689,38 @@ class TRANSITROUTERApi(object):
|
|
|
3428
4689
|
_request_timeout=params.get('_request_timeout'),
|
|
3429
4690
|
collection_formats=collection_formats)
|
|
3430
4691
|
|
|
3431
|
-
def
|
|
3432
|
-
"""
|
|
4692
|
+
def delete_transit_router_vpn_attachment(self, body, **kwargs): # noqa: E501
|
|
4693
|
+
"""delete_transit_router_vpn_attachment # noqa: E501
|
|
3433
4694
|
|
|
3434
4695
|
This method makes a synchronous HTTP request by default. To make an
|
|
3435
4696
|
asynchronous HTTP request, please pass async_req=True
|
|
3436
|
-
>>> thread = api.
|
|
4697
|
+
>>> thread = api.delete_transit_router_vpn_attachment(body, async_req=True)
|
|
3437
4698
|
>>> result = thread.get()
|
|
3438
4699
|
|
|
3439
4700
|
:param async_req bool
|
|
3440
|
-
:param
|
|
3441
|
-
:return:
|
|
4701
|
+
:param DeleteTransitRouterVpnAttachmentRequest body: (required)
|
|
4702
|
+
:return: DeleteTransitRouterVpnAttachmentResponse
|
|
3442
4703
|
If the method is called asynchronously,
|
|
3443
4704
|
returns the request thread.
|
|
3444
4705
|
"""
|
|
3445
4706
|
kwargs['_return_http_data_only'] = True
|
|
3446
4707
|
if kwargs.get('async_req'):
|
|
3447
|
-
return self.
|
|
4708
|
+
return self.delete_transit_router_vpn_attachment_with_http_info(body, **kwargs) # noqa: E501
|
|
3448
4709
|
else:
|
|
3449
|
-
(data) = self.
|
|
4710
|
+
(data) = self.delete_transit_router_vpn_attachment_with_http_info(body, **kwargs) # noqa: E501
|
|
3450
4711
|
return data
|
|
3451
4712
|
|
|
3452
|
-
def
|
|
3453
|
-
"""
|
|
4713
|
+
def delete_transit_router_vpn_attachment_with_http_info(self, body, **kwargs): # noqa: E501
|
|
4714
|
+
"""delete_transit_router_vpn_attachment # noqa: E501
|
|
3454
4715
|
|
|
3455
4716
|
This method makes a synchronous HTTP request by default. To make an
|
|
3456
4717
|
asynchronous HTTP request, please pass async_req=True
|
|
3457
|
-
>>> thread = api.
|
|
4718
|
+
>>> thread = api.delete_transit_router_vpn_attachment_with_http_info(body, async_req=True)
|
|
3458
4719
|
>>> result = thread.get()
|
|
3459
4720
|
|
|
3460
4721
|
:param async_req bool
|
|
3461
|
-
:param
|
|
3462
|
-
:return:
|
|
4722
|
+
:param DeleteTransitRouterVpnAttachmentRequest body: (required)
|
|
4723
|
+
:return: DeleteTransitRouterVpnAttachmentResponse
|
|
3463
4724
|
If the method is called asynchronously,
|
|
3464
4725
|
returns the request thread.
|
|
3465
4726
|
"""
|
|
@@ -3475,14 +4736,14 @@ class TRANSITROUTERApi(object):
|
|
|
3475
4736
|
if key not in all_params:
|
|
3476
4737
|
raise TypeError(
|
|
3477
4738
|
"Got an unexpected keyword argument '%s'"
|
|
3478
|
-
" to method
|
|
4739
|
+
" to method delete_transit_router_vpn_attachment" % key
|
|
3479
4740
|
)
|
|
3480
4741
|
params[key] = val
|
|
3481
4742
|
del params['kwargs']
|
|
3482
4743
|
# verify the required parameter 'body' is set
|
|
3483
4744
|
if self.api_client.client_side_validation and ('body' not in params or
|
|
3484
4745
|
params['body'] is None): # noqa: E501
|
|
3485
|
-
raise ValueError("Missing the required parameter `body` when calling `
|
|
4746
|
+
raise ValueError("Missing the required parameter `body` when calling `delete_transit_router_vpn_attachment`") # noqa: E501
|
|
3486
4747
|
|
|
3487
4748
|
collection_formats = {}
|
|
3488
4749
|
|
|
@@ -3510,14 +4771,14 @@ class TRANSITROUTERApi(object):
|
|
|
3510
4771
|
auth_settings = ['volcengineSign'] # noqa: E501
|
|
3511
4772
|
|
|
3512
4773
|
return self.api_client.call_api(
|
|
3513
|
-
'/
|
|
4774
|
+
'/DeleteTransitRouterVpnAttachment/2020-04-01/transitrouter/get/text_plain/', 'GET',
|
|
3514
4775
|
path_params,
|
|
3515
4776
|
query_params,
|
|
3516
4777
|
header_params,
|
|
3517
4778
|
body=body_params,
|
|
3518
4779
|
post_params=form_params,
|
|
3519
4780
|
files=local_var_files,
|
|
3520
|
-
response_type='
|
|
4781
|
+
response_type='DeleteTransitRouterVpnAttachmentResponse', # noqa: E501
|
|
3521
4782
|
auth_settings=auth_settings,
|
|
3522
4783
|
async_req=params.get('async_req'),
|
|
3523
4784
|
_return_http_data_only=params.get('_return_http_data_only'),
|
|
@@ -3525,38 +4786,38 @@ class TRANSITROUTERApi(object):
|
|
|
3525
4786
|
_request_timeout=params.get('_request_timeout'),
|
|
3526
4787
|
collection_formats=collection_formats)
|
|
3527
4788
|
|
|
3528
|
-
def
|
|
3529
|
-
"""
|
|
4789
|
+
def describe_transit_router_attachments(self, body, **kwargs): # noqa: E501
|
|
4790
|
+
"""describe_transit_router_attachments # noqa: E501
|
|
3530
4791
|
|
|
3531
4792
|
This method makes a synchronous HTTP request by default. To make an
|
|
3532
4793
|
asynchronous HTTP request, please pass async_req=True
|
|
3533
|
-
>>> thread = api.
|
|
4794
|
+
>>> thread = api.describe_transit_router_attachments(body, async_req=True)
|
|
3534
4795
|
>>> result = thread.get()
|
|
3535
4796
|
|
|
3536
4797
|
:param async_req bool
|
|
3537
|
-
:param
|
|
3538
|
-
:return:
|
|
4798
|
+
:param DescribeTransitRouterAttachmentsRequest body: (required)
|
|
4799
|
+
:return: DescribeTransitRouterAttachmentsResponse
|
|
3539
4800
|
If the method is called asynchronously,
|
|
3540
4801
|
returns the request thread.
|
|
3541
4802
|
"""
|
|
3542
4803
|
kwargs['_return_http_data_only'] = True
|
|
3543
4804
|
if kwargs.get('async_req'):
|
|
3544
|
-
return self.
|
|
4805
|
+
return self.describe_transit_router_attachments_with_http_info(body, **kwargs) # noqa: E501
|
|
3545
4806
|
else:
|
|
3546
|
-
(data) = self.
|
|
4807
|
+
(data) = self.describe_transit_router_attachments_with_http_info(body, **kwargs) # noqa: E501
|
|
3547
4808
|
return data
|
|
3548
4809
|
|
|
3549
|
-
def
|
|
3550
|
-
"""
|
|
4810
|
+
def describe_transit_router_attachments_with_http_info(self, body, **kwargs): # noqa: E501
|
|
4811
|
+
"""describe_transit_router_attachments # noqa: E501
|
|
3551
4812
|
|
|
3552
4813
|
This method makes a synchronous HTTP request by default. To make an
|
|
3553
4814
|
asynchronous HTTP request, please pass async_req=True
|
|
3554
|
-
>>> thread = api.
|
|
4815
|
+
>>> thread = api.describe_transit_router_attachments_with_http_info(body, async_req=True)
|
|
3555
4816
|
>>> result = thread.get()
|
|
3556
4817
|
|
|
3557
4818
|
:param async_req bool
|
|
3558
|
-
:param
|
|
3559
|
-
:return:
|
|
4819
|
+
:param DescribeTransitRouterAttachmentsRequest body: (required)
|
|
4820
|
+
:return: DescribeTransitRouterAttachmentsResponse
|
|
3560
4821
|
If the method is called asynchronously,
|
|
3561
4822
|
returns the request thread.
|
|
3562
4823
|
"""
|
|
@@ -3572,14 +4833,14 @@ class TRANSITROUTERApi(object):
|
|
|
3572
4833
|
if key not in all_params:
|
|
3573
4834
|
raise TypeError(
|
|
3574
4835
|
"Got an unexpected keyword argument '%s'"
|
|
3575
|
-
" to method
|
|
4836
|
+
" to method describe_transit_router_attachments" % key
|
|
3576
4837
|
)
|
|
3577
4838
|
params[key] = val
|
|
3578
4839
|
del params['kwargs']
|
|
3579
4840
|
# verify the required parameter 'body' is set
|
|
3580
4841
|
if self.api_client.client_side_validation and ('body' not in params or
|
|
3581
4842
|
params['body'] is None): # noqa: E501
|
|
3582
|
-
raise ValueError("Missing the required parameter `body` when calling `
|
|
4843
|
+
raise ValueError("Missing the required parameter `body` when calling `describe_transit_router_attachments`") # noqa: E501
|
|
3583
4844
|
|
|
3584
4845
|
collection_formats = {}
|
|
3585
4846
|
|
|
@@ -3607,14 +4868,14 @@ class TRANSITROUTERApi(object):
|
|
|
3607
4868
|
auth_settings = ['volcengineSign'] # noqa: E501
|
|
3608
4869
|
|
|
3609
4870
|
return self.api_client.call_api(
|
|
3610
|
-
'/
|
|
4871
|
+
'/DescribeTransitRouterAttachments/2020-04-01/transitrouter/get/text_plain/', 'GET',
|
|
3611
4872
|
path_params,
|
|
3612
4873
|
query_params,
|
|
3613
4874
|
header_params,
|
|
3614
4875
|
body=body_params,
|
|
3615
4876
|
post_params=form_params,
|
|
3616
4877
|
files=local_var_files,
|
|
3617
|
-
response_type='
|
|
4878
|
+
response_type='DescribeTransitRouterAttachmentsResponse', # noqa: E501
|
|
3618
4879
|
auth_settings=auth_settings,
|
|
3619
4880
|
async_req=params.get('async_req'),
|
|
3620
4881
|
_return_http_data_only=params.get('_return_http_data_only'),
|
|
@@ -3622,38 +4883,38 @@ class TRANSITROUTERApi(object):
|
|
|
3622
4883
|
_request_timeout=params.get('_request_timeout'),
|
|
3623
4884
|
collection_formats=collection_formats)
|
|
3624
4885
|
|
|
3625
|
-
def
|
|
3626
|
-
"""
|
|
4886
|
+
def describe_transit_router_bandwidth_packages(self, body, **kwargs): # noqa: E501
|
|
4887
|
+
"""describe_transit_router_bandwidth_packages # noqa: E501
|
|
3627
4888
|
|
|
3628
4889
|
This method makes a synchronous HTTP request by default. To make an
|
|
3629
4890
|
asynchronous HTTP request, please pass async_req=True
|
|
3630
|
-
>>> thread = api.
|
|
4891
|
+
>>> thread = api.describe_transit_router_bandwidth_packages(body, async_req=True)
|
|
3631
4892
|
>>> result = thread.get()
|
|
3632
4893
|
|
|
3633
4894
|
:param async_req bool
|
|
3634
|
-
:param
|
|
3635
|
-
:return:
|
|
4895
|
+
:param DescribeTransitRouterBandwidthPackagesRequest body: (required)
|
|
4896
|
+
:return: DescribeTransitRouterBandwidthPackagesResponse
|
|
3636
4897
|
If the method is called asynchronously,
|
|
3637
4898
|
returns the request thread.
|
|
3638
4899
|
"""
|
|
3639
4900
|
kwargs['_return_http_data_only'] = True
|
|
3640
4901
|
if kwargs.get('async_req'):
|
|
3641
|
-
return self.
|
|
4902
|
+
return self.describe_transit_router_bandwidth_packages_with_http_info(body, **kwargs) # noqa: E501
|
|
3642
4903
|
else:
|
|
3643
|
-
(data) = self.
|
|
4904
|
+
(data) = self.describe_transit_router_bandwidth_packages_with_http_info(body, **kwargs) # noqa: E501
|
|
3644
4905
|
return data
|
|
3645
4906
|
|
|
3646
|
-
def
|
|
3647
|
-
"""
|
|
4907
|
+
def describe_transit_router_bandwidth_packages_with_http_info(self, body, **kwargs): # noqa: E501
|
|
4908
|
+
"""describe_transit_router_bandwidth_packages # noqa: E501
|
|
3648
4909
|
|
|
3649
4910
|
This method makes a synchronous HTTP request by default. To make an
|
|
3650
4911
|
asynchronous HTTP request, please pass async_req=True
|
|
3651
|
-
>>> thread = api.
|
|
4912
|
+
>>> thread = api.describe_transit_router_bandwidth_packages_with_http_info(body, async_req=True)
|
|
3652
4913
|
>>> result = thread.get()
|
|
3653
4914
|
|
|
3654
4915
|
:param async_req bool
|
|
3655
|
-
:param
|
|
3656
|
-
:return:
|
|
4916
|
+
:param DescribeTransitRouterBandwidthPackagesRequest body: (required)
|
|
4917
|
+
:return: DescribeTransitRouterBandwidthPackagesResponse
|
|
3657
4918
|
If the method is called asynchronously,
|
|
3658
4919
|
returns the request thread.
|
|
3659
4920
|
"""
|
|
@@ -3669,14 +4930,14 @@ class TRANSITROUTERApi(object):
|
|
|
3669
4930
|
if key not in all_params:
|
|
3670
4931
|
raise TypeError(
|
|
3671
4932
|
"Got an unexpected keyword argument '%s'"
|
|
3672
|
-
" to method
|
|
4933
|
+
" to method describe_transit_router_bandwidth_packages" % key
|
|
3673
4934
|
)
|
|
3674
4935
|
params[key] = val
|
|
3675
4936
|
del params['kwargs']
|
|
3676
4937
|
# verify the required parameter 'body' is set
|
|
3677
4938
|
if self.api_client.client_side_validation and ('body' not in params or
|
|
3678
4939
|
params['body'] is None): # noqa: E501
|
|
3679
|
-
raise ValueError("Missing the required parameter `body` when calling `
|
|
4940
|
+
raise ValueError("Missing the required parameter `body` when calling `describe_transit_router_bandwidth_packages`") # noqa: E501
|
|
3680
4941
|
|
|
3681
4942
|
collection_formats = {}
|
|
3682
4943
|
|
|
@@ -3704,14 +4965,14 @@ class TRANSITROUTERApi(object):
|
|
|
3704
4965
|
auth_settings = ['volcengineSign'] # noqa: E501
|
|
3705
4966
|
|
|
3706
4967
|
return self.api_client.call_api(
|
|
3707
|
-
'/
|
|
4968
|
+
'/DescribeTransitRouterBandwidthPackages/2020-04-01/transitrouter/get/text_plain/', 'GET',
|
|
3708
4969
|
path_params,
|
|
3709
4970
|
query_params,
|
|
3710
4971
|
header_params,
|
|
3711
4972
|
body=body_params,
|
|
3712
4973
|
post_params=form_params,
|
|
3713
4974
|
files=local_var_files,
|
|
3714
|
-
response_type='
|
|
4975
|
+
response_type='DescribeTransitRouterBandwidthPackagesResponse', # noqa: E501
|
|
3715
4976
|
auth_settings=auth_settings,
|
|
3716
4977
|
async_req=params.get('async_req'),
|
|
3717
4978
|
_return_http_data_only=params.get('_return_http_data_only'),
|
|
@@ -3719,38 +4980,38 @@ class TRANSITROUTERApi(object):
|
|
|
3719
4980
|
_request_timeout=params.get('_request_timeout'),
|
|
3720
4981
|
collection_formats=collection_formats)
|
|
3721
4982
|
|
|
3722
|
-
def
|
|
3723
|
-
"""
|
|
4983
|
+
def describe_transit_router_bandwidth_packages_billing(self, body, **kwargs): # noqa: E501
|
|
4984
|
+
"""describe_transit_router_bandwidth_packages_billing # noqa: E501
|
|
3724
4985
|
|
|
3725
4986
|
This method makes a synchronous HTTP request by default. To make an
|
|
3726
4987
|
asynchronous HTTP request, please pass async_req=True
|
|
3727
|
-
>>> thread = api.
|
|
4988
|
+
>>> thread = api.describe_transit_router_bandwidth_packages_billing(body, async_req=True)
|
|
3728
4989
|
>>> result = thread.get()
|
|
3729
4990
|
|
|
3730
4991
|
:param async_req bool
|
|
3731
|
-
:param
|
|
3732
|
-
:return:
|
|
4992
|
+
:param DescribeTransitRouterBandwidthPackagesBillingRequest body: (required)
|
|
4993
|
+
:return: DescribeTransitRouterBandwidthPackagesBillingResponse
|
|
3733
4994
|
If the method is called asynchronously,
|
|
3734
4995
|
returns the request thread.
|
|
3735
4996
|
"""
|
|
3736
4997
|
kwargs['_return_http_data_only'] = True
|
|
3737
4998
|
if kwargs.get('async_req'):
|
|
3738
|
-
return self.
|
|
4999
|
+
return self.describe_transit_router_bandwidth_packages_billing_with_http_info(body, **kwargs) # noqa: E501
|
|
3739
5000
|
else:
|
|
3740
|
-
(data) = self.
|
|
5001
|
+
(data) = self.describe_transit_router_bandwidth_packages_billing_with_http_info(body, **kwargs) # noqa: E501
|
|
3741
5002
|
return data
|
|
3742
5003
|
|
|
3743
|
-
def
|
|
3744
|
-
"""
|
|
5004
|
+
def describe_transit_router_bandwidth_packages_billing_with_http_info(self, body, **kwargs): # noqa: E501
|
|
5005
|
+
"""describe_transit_router_bandwidth_packages_billing # noqa: E501
|
|
3745
5006
|
|
|
3746
5007
|
This method makes a synchronous HTTP request by default. To make an
|
|
3747
5008
|
asynchronous HTTP request, please pass async_req=True
|
|
3748
|
-
>>> thread = api.
|
|
5009
|
+
>>> thread = api.describe_transit_router_bandwidth_packages_billing_with_http_info(body, async_req=True)
|
|
3749
5010
|
>>> result = thread.get()
|
|
3750
5011
|
|
|
3751
5012
|
:param async_req bool
|
|
3752
|
-
:param
|
|
3753
|
-
:return:
|
|
5013
|
+
:param DescribeTransitRouterBandwidthPackagesBillingRequest body: (required)
|
|
5014
|
+
:return: DescribeTransitRouterBandwidthPackagesBillingResponse
|
|
3754
5015
|
If the method is called asynchronously,
|
|
3755
5016
|
returns the request thread.
|
|
3756
5017
|
"""
|
|
@@ -3766,14 +5027,14 @@ class TRANSITROUTERApi(object):
|
|
|
3766
5027
|
if key not in all_params:
|
|
3767
5028
|
raise TypeError(
|
|
3768
5029
|
"Got an unexpected keyword argument '%s'"
|
|
3769
|
-
" to method
|
|
5030
|
+
" to method describe_transit_router_bandwidth_packages_billing" % key
|
|
3770
5031
|
)
|
|
3771
5032
|
params[key] = val
|
|
3772
5033
|
del params['kwargs']
|
|
3773
5034
|
# verify the required parameter 'body' is set
|
|
3774
5035
|
if self.api_client.client_side_validation and ('body' not in params or
|
|
3775
5036
|
params['body'] is None): # noqa: E501
|
|
3776
|
-
raise ValueError("Missing the required parameter `body` when calling `
|
|
5037
|
+
raise ValueError("Missing the required parameter `body` when calling `describe_transit_router_bandwidth_packages_billing`") # noqa: E501
|
|
3777
5038
|
|
|
3778
5039
|
collection_formats = {}
|
|
3779
5040
|
|
|
@@ -3801,14 +5062,14 @@ class TRANSITROUTERApi(object):
|
|
|
3801
5062
|
auth_settings = ['volcengineSign'] # noqa: E501
|
|
3802
5063
|
|
|
3803
5064
|
return self.api_client.call_api(
|
|
3804
|
-
'/
|
|
5065
|
+
'/DescribeTransitRouterBandwidthPackagesBilling/2020-04-01/transitrouter/get/text_plain/', 'GET',
|
|
3805
5066
|
path_params,
|
|
3806
5067
|
query_params,
|
|
3807
5068
|
header_params,
|
|
3808
5069
|
body=body_params,
|
|
3809
5070
|
post_params=form_params,
|
|
3810
5071
|
files=local_var_files,
|
|
3811
|
-
response_type='
|
|
5072
|
+
response_type='DescribeTransitRouterBandwidthPackagesBillingResponse', # noqa: E501
|
|
3812
5073
|
auth_settings=auth_settings,
|
|
3813
5074
|
async_req=params.get('async_req'),
|
|
3814
5075
|
_return_http_data_only=params.get('_return_http_data_only'),
|
|
@@ -3816,38 +5077,38 @@ class TRANSITROUTERApi(object):
|
|
|
3816
5077
|
_request_timeout=params.get('_request_timeout'),
|
|
3817
5078
|
collection_formats=collection_formats)
|
|
3818
5079
|
|
|
3819
|
-
def
|
|
3820
|
-
"""
|
|
5080
|
+
def describe_transit_router_direct_connect_gateway_attachments(self, body, **kwargs): # noqa: E501
|
|
5081
|
+
"""describe_transit_router_direct_connect_gateway_attachments # noqa: E501
|
|
3821
5082
|
|
|
3822
5083
|
This method makes a synchronous HTTP request by default. To make an
|
|
3823
5084
|
asynchronous HTTP request, please pass async_req=True
|
|
3824
|
-
>>> thread = api.
|
|
5085
|
+
>>> thread = api.describe_transit_router_direct_connect_gateway_attachments(body, async_req=True)
|
|
3825
5086
|
>>> result = thread.get()
|
|
3826
5087
|
|
|
3827
5088
|
:param async_req bool
|
|
3828
|
-
:param
|
|
3829
|
-
:return:
|
|
5089
|
+
:param DescribeTransitRouterDirectConnectGatewayAttachmentsRequest body: (required)
|
|
5090
|
+
:return: DescribeTransitRouterDirectConnectGatewayAttachmentsResponse
|
|
3830
5091
|
If the method is called asynchronously,
|
|
3831
5092
|
returns the request thread.
|
|
3832
5093
|
"""
|
|
3833
5094
|
kwargs['_return_http_data_only'] = True
|
|
3834
5095
|
if kwargs.get('async_req'):
|
|
3835
|
-
return self.
|
|
5096
|
+
return self.describe_transit_router_direct_connect_gateway_attachments_with_http_info(body, **kwargs) # noqa: E501
|
|
3836
5097
|
else:
|
|
3837
|
-
(data) = self.
|
|
5098
|
+
(data) = self.describe_transit_router_direct_connect_gateway_attachments_with_http_info(body, **kwargs) # noqa: E501
|
|
3838
5099
|
return data
|
|
3839
5100
|
|
|
3840
|
-
def
|
|
3841
|
-
"""
|
|
5101
|
+
def describe_transit_router_direct_connect_gateway_attachments_with_http_info(self, body, **kwargs): # noqa: E501
|
|
5102
|
+
"""describe_transit_router_direct_connect_gateway_attachments # noqa: E501
|
|
3842
5103
|
|
|
3843
5104
|
This method makes a synchronous HTTP request by default. To make an
|
|
3844
5105
|
asynchronous HTTP request, please pass async_req=True
|
|
3845
|
-
>>> thread = api.
|
|
5106
|
+
>>> thread = api.describe_transit_router_direct_connect_gateway_attachments_with_http_info(body, async_req=True)
|
|
3846
5107
|
>>> result = thread.get()
|
|
3847
5108
|
|
|
3848
5109
|
:param async_req bool
|
|
3849
|
-
:param
|
|
3850
|
-
:return:
|
|
5110
|
+
:param DescribeTransitRouterDirectConnectGatewayAttachmentsRequest body: (required)
|
|
5111
|
+
:return: DescribeTransitRouterDirectConnectGatewayAttachmentsResponse
|
|
3851
5112
|
If the method is called asynchronously,
|
|
3852
5113
|
returns the request thread.
|
|
3853
5114
|
"""
|
|
@@ -3863,14 +5124,14 @@ class TRANSITROUTERApi(object):
|
|
|
3863
5124
|
if key not in all_params:
|
|
3864
5125
|
raise TypeError(
|
|
3865
5126
|
"Got an unexpected keyword argument '%s'"
|
|
3866
|
-
" to method
|
|
5127
|
+
" to method describe_transit_router_direct_connect_gateway_attachments" % key
|
|
3867
5128
|
)
|
|
3868
5129
|
params[key] = val
|
|
3869
5130
|
del params['kwargs']
|
|
3870
5131
|
# verify the required parameter 'body' is set
|
|
3871
5132
|
if self.api_client.client_side_validation and ('body' not in params or
|
|
3872
5133
|
params['body'] is None): # noqa: E501
|
|
3873
|
-
raise ValueError("Missing the required parameter `body` when calling `
|
|
5134
|
+
raise ValueError("Missing the required parameter `body` when calling `describe_transit_router_direct_connect_gateway_attachments`") # noqa: E501
|
|
3874
5135
|
|
|
3875
5136
|
collection_formats = {}
|
|
3876
5137
|
|
|
@@ -3898,14 +5159,14 @@ class TRANSITROUTERApi(object):
|
|
|
3898
5159
|
auth_settings = ['volcengineSign'] # noqa: E501
|
|
3899
5160
|
|
|
3900
5161
|
return self.api_client.call_api(
|
|
3901
|
-
'/
|
|
5162
|
+
'/DescribeTransitRouterDirectConnectGatewayAttachments/2020-04-01/transitrouter/get/text_plain/', 'GET',
|
|
3902
5163
|
path_params,
|
|
3903
5164
|
query_params,
|
|
3904
5165
|
header_params,
|
|
3905
5166
|
body=body_params,
|
|
3906
5167
|
post_params=form_params,
|
|
3907
5168
|
files=local_var_files,
|
|
3908
|
-
response_type='
|
|
5169
|
+
response_type='DescribeTransitRouterDirectConnectGatewayAttachmentsResponse', # noqa: E501
|
|
3909
5170
|
auth_settings=auth_settings,
|
|
3910
5171
|
async_req=params.get('async_req'),
|
|
3911
5172
|
_return_http_data_only=params.get('_return_http_data_only'),
|
|
@@ -3913,38 +5174,38 @@ class TRANSITROUTERApi(object):
|
|
|
3913
5174
|
_request_timeout=params.get('_request_timeout'),
|
|
3914
5175
|
collection_formats=collection_formats)
|
|
3915
5176
|
|
|
3916
|
-
def
|
|
3917
|
-
"""
|
|
5177
|
+
def describe_transit_router_flow_logs(self, body, **kwargs): # noqa: E501
|
|
5178
|
+
"""describe_transit_router_flow_logs # noqa: E501
|
|
3918
5179
|
|
|
3919
5180
|
This method makes a synchronous HTTP request by default. To make an
|
|
3920
5181
|
asynchronous HTTP request, please pass async_req=True
|
|
3921
|
-
>>> thread = api.
|
|
5182
|
+
>>> thread = api.describe_transit_router_flow_logs(body, async_req=True)
|
|
3922
5183
|
>>> result = thread.get()
|
|
3923
5184
|
|
|
3924
5185
|
:param async_req bool
|
|
3925
|
-
:param
|
|
3926
|
-
:return:
|
|
5186
|
+
:param DescribeTransitRouterFlowLogsRequest body: (required)
|
|
5187
|
+
:return: DescribeTransitRouterFlowLogsResponse
|
|
3927
5188
|
If the method is called asynchronously,
|
|
3928
5189
|
returns the request thread.
|
|
3929
5190
|
"""
|
|
3930
5191
|
kwargs['_return_http_data_only'] = True
|
|
3931
5192
|
if kwargs.get('async_req'):
|
|
3932
|
-
return self.
|
|
5193
|
+
return self.describe_transit_router_flow_logs_with_http_info(body, **kwargs) # noqa: E501
|
|
3933
5194
|
else:
|
|
3934
|
-
(data) = self.
|
|
5195
|
+
(data) = self.describe_transit_router_flow_logs_with_http_info(body, **kwargs) # noqa: E501
|
|
3935
5196
|
return data
|
|
3936
5197
|
|
|
3937
|
-
def
|
|
3938
|
-
"""
|
|
5198
|
+
def describe_transit_router_flow_logs_with_http_info(self, body, **kwargs): # noqa: E501
|
|
5199
|
+
"""describe_transit_router_flow_logs # noqa: E501
|
|
3939
5200
|
|
|
3940
5201
|
This method makes a synchronous HTTP request by default. To make an
|
|
3941
5202
|
asynchronous HTTP request, please pass async_req=True
|
|
3942
|
-
>>> thread = api.
|
|
5203
|
+
>>> thread = api.describe_transit_router_flow_logs_with_http_info(body, async_req=True)
|
|
3943
5204
|
>>> result = thread.get()
|
|
3944
5205
|
|
|
3945
5206
|
:param async_req bool
|
|
3946
|
-
:param
|
|
3947
|
-
:return:
|
|
5207
|
+
:param DescribeTransitRouterFlowLogsRequest body: (required)
|
|
5208
|
+
:return: DescribeTransitRouterFlowLogsResponse
|
|
3948
5209
|
If the method is called asynchronously,
|
|
3949
5210
|
returns the request thread.
|
|
3950
5211
|
"""
|
|
@@ -3960,14 +5221,14 @@ class TRANSITROUTERApi(object):
|
|
|
3960
5221
|
if key not in all_params:
|
|
3961
5222
|
raise TypeError(
|
|
3962
5223
|
"Got an unexpected keyword argument '%s'"
|
|
3963
|
-
" to method
|
|
5224
|
+
" to method describe_transit_router_flow_logs" % key
|
|
3964
5225
|
)
|
|
3965
5226
|
params[key] = val
|
|
3966
5227
|
del params['kwargs']
|
|
3967
5228
|
# verify the required parameter 'body' is set
|
|
3968
5229
|
if self.api_client.client_side_validation and ('body' not in params or
|
|
3969
5230
|
params['body'] is None): # noqa: E501
|
|
3970
|
-
raise ValueError("Missing the required parameter `body` when calling `
|
|
5231
|
+
raise ValueError("Missing the required parameter `body` when calling `describe_transit_router_flow_logs`") # noqa: E501
|
|
3971
5232
|
|
|
3972
5233
|
collection_formats = {}
|
|
3973
5234
|
|
|
@@ -3995,14 +5256,14 @@ class TRANSITROUTERApi(object):
|
|
|
3995
5256
|
auth_settings = ['volcengineSign'] # noqa: E501
|
|
3996
5257
|
|
|
3997
5258
|
return self.api_client.call_api(
|
|
3998
|
-
'/
|
|
5259
|
+
'/DescribeTransitRouterFlowLogs/2020-04-01/transitrouter/get/text_plain/', 'GET',
|
|
3999
5260
|
path_params,
|
|
4000
5261
|
query_params,
|
|
4001
5262
|
header_params,
|
|
4002
5263
|
body=body_params,
|
|
4003
5264
|
post_params=form_params,
|
|
4004
5265
|
files=local_var_files,
|
|
4005
|
-
response_type='
|
|
5266
|
+
response_type='DescribeTransitRouterFlowLogsResponse', # noqa: E501
|
|
4006
5267
|
auth_settings=auth_settings,
|
|
4007
5268
|
async_req=params.get('async_req'),
|
|
4008
5269
|
_return_http_data_only=params.get('_return_http_data_only'),
|
|
@@ -4010,38 +5271,38 @@ class TRANSITROUTERApi(object):
|
|
|
4010
5271
|
_request_timeout=params.get('_request_timeout'),
|
|
4011
5272
|
collection_formats=collection_formats)
|
|
4012
5273
|
|
|
4013
|
-
def
|
|
4014
|
-
"""
|
|
5274
|
+
def describe_transit_router_forward_policy_entries(self, body, **kwargs): # noqa: E501
|
|
5275
|
+
"""describe_transit_router_forward_policy_entries # noqa: E501
|
|
4015
5276
|
|
|
4016
5277
|
This method makes a synchronous HTTP request by default. To make an
|
|
4017
5278
|
asynchronous HTTP request, please pass async_req=True
|
|
4018
|
-
>>> thread = api.
|
|
5279
|
+
>>> thread = api.describe_transit_router_forward_policy_entries(body, async_req=True)
|
|
4019
5280
|
>>> result = thread.get()
|
|
4020
5281
|
|
|
4021
5282
|
:param async_req bool
|
|
4022
|
-
:param
|
|
4023
|
-
:return:
|
|
5283
|
+
:param DescribeTransitRouterForwardPolicyEntriesRequest body: (required)
|
|
5284
|
+
:return: DescribeTransitRouterForwardPolicyEntriesResponse
|
|
4024
5285
|
If the method is called asynchronously,
|
|
4025
5286
|
returns the request thread.
|
|
4026
5287
|
"""
|
|
4027
5288
|
kwargs['_return_http_data_only'] = True
|
|
4028
5289
|
if kwargs.get('async_req'):
|
|
4029
|
-
return self.
|
|
5290
|
+
return self.describe_transit_router_forward_policy_entries_with_http_info(body, **kwargs) # noqa: E501
|
|
4030
5291
|
else:
|
|
4031
|
-
(data) = self.
|
|
5292
|
+
(data) = self.describe_transit_router_forward_policy_entries_with_http_info(body, **kwargs) # noqa: E501
|
|
4032
5293
|
return data
|
|
4033
5294
|
|
|
4034
|
-
def
|
|
4035
|
-
"""
|
|
5295
|
+
def describe_transit_router_forward_policy_entries_with_http_info(self, body, **kwargs): # noqa: E501
|
|
5296
|
+
"""describe_transit_router_forward_policy_entries # noqa: E501
|
|
4036
5297
|
|
|
4037
5298
|
This method makes a synchronous HTTP request by default. To make an
|
|
4038
5299
|
asynchronous HTTP request, please pass async_req=True
|
|
4039
|
-
>>> thread = api.
|
|
5300
|
+
>>> thread = api.describe_transit_router_forward_policy_entries_with_http_info(body, async_req=True)
|
|
4040
5301
|
>>> result = thread.get()
|
|
4041
5302
|
|
|
4042
5303
|
:param async_req bool
|
|
4043
|
-
:param
|
|
4044
|
-
:return:
|
|
5304
|
+
:param DescribeTransitRouterForwardPolicyEntriesRequest body: (required)
|
|
5305
|
+
:return: DescribeTransitRouterForwardPolicyEntriesResponse
|
|
4045
5306
|
If the method is called asynchronously,
|
|
4046
5307
|
returns the request thread.
|
|
4047
5308
|
"""
|
|
@@ -4057,14 +5318,14 @@ class TRANSITROUTERApi(object):
|
|
|
4057
5318
|
if key not in all_params:
|
|
4058
5319
|
raise TypeError(
|
|
4059
5320
|
"Got an unexpected keyword argument '%s'"
|
|
4060
|
-
" to method
|
|
5321
|
+
" to method describe_transit_router_forward_policy_entries" % key
|
|
4061
5322
|
)
|
|
4062
5323
|
params[key] = val
|
|
4063
5324
|
del params['kwargs']
|
|
4064
5325
|
# verify the required parameter 'body' is set
|
|
4065
5326
|
if self.api_client.client_side_validation and ('body' not in params or
|
|
4066
5327
|
params['body'] is None): # noqa: E501
|
|
4067
|
-
raise ValueError("Missing the required parameter `body` when calling `
|
|
5328
|
+
raise ValueError("Missing the required parameter `body` when calling `describe_transit_router_forward_policy_entries`") # noqa: E501
|
|
4068
5329
|
|
|
4069
5330
|
collection_formats = {}
|
|
4070
5331
|
|
|
@@ -4092,14 +5353,14 @@ class TRANSITROUTERApi(object):
|
|
|
4092
5353
|
auth_settings = ['volcengineSign'] # noqa: E501
|
|
4093
5354
|
|
|
4094
5355
|
return self.api_client.call_api(
|
|
4095
|
-
'/
|
|
5356
|
+
'/DescribeTransitRouterForwardPolicyEntries/2020-04-01/transitrouter/get/text_plain/', 'GET',
|
|
4096
5357
|
path_params,
|
|
4097
5358
|
query_params,
|
|
4098
5359
|
header_params,
|
|
4099
5360
|
body=body_params,
|
|
4100
5361
|
post_params=form_params,
|
|
4101
5362
|
files=local_var_files,
|
|
4102
|
-
response_type='
|
|
5363
|
+
response_type='DescribeTransitRouterForwardPolicyEntriesResponse', # noqa: E501
|
|
4103
5364
|
auth_settings=auth_settings,
|
|
4104
5365
|
async_req=params.get('async_req'),
|
|
4105
5366
|
_return_http_data_only=params.get('_return_http_data_only'),
|
|
@@ -4107,38 +5368,38 @@ class TRANSITROUTERApi(object):
|
|
|
4107
5368
|
_request_timeout=params.get('_request_timeout'),
|
|
4108
5369
|
collection_formats=collection_formats)
|
|
4109
5370
|
|
|
4110
|
-
def
|
|
4111
|
-
"""
|
|
5371
|
+
def describe_transit_router_forward_policy_tables(self, body, **kwargs): # noqa: E501
|
|
5372
|
+
"""describe_transit_router_forward_policy_tables # noqa: E501
|
|
4112
5373
|
|
|
4113
5374
|
This method makes a synchronous HTTP request by default. To make an
|
|
4114
5375
|
asynchronous HTTP request, please pass async_req=True
|
|
4115
|
-
>>> thread = api.
|
|
5376
|
+
>>> thread = api.describe_transit_router_forward_policy_tables(body, async_req=True)
|
|
4116
5377
|
>>> result = thread.get()
|
|
4117
5378
|
|
|
4118
5379
|
:param async_req bool
|
|
4119
|
-
:param
|
|
4120
|
-
:return:
|
|
5380
|
+
:param DescribeTransitRouterForwardPolicyTablesRequest body: (required)
|
|
5381
|
+
:return: DescribeTransitRouterForwardPolicyTablesResponse
|
|
4121
5382
|
If the method is called asynchronously,
|
|
4122
5383
|
returns the request thread.
|
|
4123
5384
|
"""
|
|
4124
5385
|
kwargs['_return_http_data_only'] = True
|
|
4125
5386
|
if kwargs.get('async_req'):
|
|
4126
|
-
return self.
|
|
5387
|
+
return self.describe_transit_router_forward_policy_tables_with_http_info(body, **kwargs) # noqa: E501
|
|
4127
5388
|
else:
|
|
4128
|
-
(data) = self.
|
|
5389
|
+
(data) = self.describe_transit_router_forward_policy_tables_with_http_info(body, **kwargs) # noqa: E501
|
|
4129
5390
|
return data
|
|
4130
5391
|
|
|
4131
|
-
def
|
|
4132
|
-
"""
|
|
5392
|
+
def describe_transit_router_forward_policy_tables_with_http_info(self, body, **kwargs): # noqa: E501
|
|
5393
|
+
"""describe_transit_router_forward_policy_tables # noqa: E501
|
|
4133
5394
|
|
|
4134
5395
|
This method makes a synchronous HTTP request by default. To make an
|
|
4135
5396
|
asynchronous HTTP request, please pass async_req=True
|
|
4136
|
-
>>> thread = api.
|
|
5397
|
+
>>> thread = api.describe_transit_router_forward_policy_tables_with_http_info(body, async_req=True)
|
|
4137
5398
|
>>> result = thread.get()
|
|
4138
5399
|
|
|
4139
5400
|
:param async_req bool
|
|
4140
|
-
:param
|
|
4141
|
-
:return:
|
|
5401
|
+
:param DescribeTransitRouterForwardPolicyTablesRequest body: (required)
|
|
5402
|
+
:return: DescribeTransitRouterForwardPolicyTablesResponse
|
|
4142
5403
|
If the method is called asynchronously,
|
|
4143
5404
|
returns the request thread.
|
|
4144
5405
|
"""
|
|
@@ -4154,14 +5415,14 @@ class TRANSITROUTERApi(object):
|
|
|
4154
5415
|
if key not in all_params:
|
|
4155
5416
|
raise TypeError(
|
|
4156
5417
|
"Got an unexpected keyword argument '%s'"
|
|
4157
|
-
" to method
|
|
5418
|
+
" to method describe_transit_router_forward_policy_tables" % key
|
|
4158
5419
|
)
|
|
4159
5420
|
params[key] = val
|
|
4160
5421
|
del params['kwargs']
|
|
4161
5422
|
# verify the required parameter 'body' is set
|
|
4162
5423
|
if self.api_client.client_side_validation and ('body' not in params or
|
|
4163
5424
|
params['body'] is None): # noqa: E501
|
|
4164
|
-
raise ValueError("Missing the required parameter `body` when calling `
|
|
5425
|
+
raise ValueError("Missing the required parameter `body` when calling `describe_transit_router_forward_policy_tables`") # noqa: E501
|
|
4165
5426
|
|
|
4166
5427
|
collection_formats = {}
|
|
4167
5428
|
|
|
@@ -4189,14 +5450,14 @@ class TRANSITROUTERApi(object):
|
|
|
4189
5450
|
auth_settings = ['volcengineSign'] # noqa: E501
|
|
4190
5451
|
|
|
4191
5452
|
return self.api_client.call_api(
|
|
4192
|
-
'/
|
|
5453
|
+
'/DescribeTransitRouterForwardPolicyTables/2020-04-01/transitrouter/get/text_plain/', 'GET',
|
|
4193
5454
|
path_params,
|
|
4194
5455
|
query_params,
|
|
4195
5456
|
header_params,
|
|
4196
5457
|
body=body_params,
|
|
4197
5458
|
post_params=form_params,
|
|
4198
5459
|
files=local_var_files,
|
|
4199
|
-
response_type='
|
|
5460
|
+
response_type='DescribeTransitRouterForwardPolicyTablesResponse', # noqa: E501
|
|
4200
5461
|
auth_settings=auth_settings,
|
|
4201
5462
|
async_req=params.get('async_req'),
|
|
4202
5463
|
_return_http_data_only=params.get('_return_http_data_only'),
|
|
@@ -4204,38 +5465,38 @@ class TRANSITROUTERApi(object):
|
|
|
4204
5465
|
_request_timeout=params.get('_request_timeout'),
|
|
4205
5466
|
collection_formats=collection_formats)
|
|
4206
5467
|
|
|
4207
|
-
def
|
|
4208
|
-
"""
|
|
5468
|
+
def describe_transit_router_grant_rules(self, body, **kwargs): # noqa: E501
|
|
5469
|
+
"""describe_transit_router_grant_rules # noqa: E501
|
|
4209
5470
|
|
|
4210
5471
|
This method makes a synchronous HTTP request by default. To make an
|
|
4211
5472
|
asynchronous HTTP request, please pass async_req=True
|
|
4212
|
-
>>> thread = api.
|
|
5473
|
+
>>> thread = api.describe_transit_router_grant_rules(body, async_req=True)
|
|
4213
5474
|
>>> result = thread.get()
|
|
4214
5475
|
|
|
4215
5476
|
:param async_req bool
|
|
4216
|
-
:param
|
|
4217
|
-
:return:
|
|
5477
|
+
:param DescribeTransitRouterGrantRulesRequest body: (required)
|
|
5478
|
+
:return: DescribeTransitRouterGrantRulesResponse
|
|
4218
5479
|
If the method is called asynchronously,
|
|
4219
5480
|
returns the request thread.
|
|
4220
5481
|
"""
|
|
4221
5482
|
kwargs['_return_http_data_only'] = True
|
|
4222
5483
|
if kwargs.get('async_req'):
|
|
4223
|
-
return self.
|
|
5484
|
+
return self.describe_transit_router_grant_rules_with_http_info(body, **kwargs) # noqa: E501
|
|
4224
5485
|
else:
|
|
4225
|
-
(data) = self.
|
|
5486
|
+
(data) = self.describe_transit_router_grant_rules_with_http_info(body, **kwargs) # noqa: E501
|
|
4226
5487
|
return data
|
|
4227
5488
|
|
|
4228
|
-
def
|
|
4229
|
-
"""
|
|
5489
|
+
def describe_transit_router_grant_rules_with_http_info(self, body, **kwargs): # noqa: E501
|
|
5490
|
+
"""describe_transit_router_grant_rules # noqa: E501
|
|
4230
5491
|
|
|
4231
5492
|
This method makes a synchronous HTTP request by default. To make an
|
|
4232
5493
|
asynchronous HTTP request, please pass async_req=True
|
|
4233
|
-
>>> thread = api.
|
|
5494
|
+
>>> thread = api.describe_transit_router_grant_rules_with_http_info(body, async_req=True)
|
|
4234
5495
|
>>> result = thread.get()
|
|
4235
5496
|
|
|
4236
5497
|
:param async_req bool
|
|
4237
|
-
:param
|
|
4238
|
-
:return:
|
|
5498
|
+
:param DescribeTransitRouterGrantRulesRequest body: (required)
|
|
5499
|
+
:return: DescribeTransitRouterGrantRulesResponse
|
|
4239
5500
|
If the method is called asynchronously,
|
|
4240
5501
|
returns the request thread.
|
|
4241
5502
|
"""
|
|
@@ -4251,14 +5512,14 @@ class TRANSITROUTERApi(object):
|
|
|
4251
5512
|
if key not in all_params:
|
|
4252
5513
|
raise TypeError(
|
|
4253
5514
|
"Got an unexpected keyword argument '%s'"
|
|
4254
|
-
" to method
|
|
5515
|
+
" to method describe_transit_router_grant_rules" % key
|
|
4255
5516
|
)
|
|
4256
5517
|
params[key] = val
|
|
4257
5518
|
del params['kwargs']
|
|
4258
5519
|
# verify the required parameter 'body' is set
|
|
4259
5520
|
if self.api_client.client_side_validation and ('body' not in params or
|
|
4260
5521
|
params['body'] is None): # noqa: E501
|
|
4261
|
-
raise ValueError("Missing the required parameter `body` when calling `
|
|
5522
|
+
raise ValueError("Missing the required parameter `body` when calling `describe_transit_router_grant_rules`") # noqa: E501
|
|
4262
5523
|
|
|
4263
5524
|
collection_formats = {}
|
|
4264
5525
|
|
|
@@ -4286,14 +5547,14 @@ class TRANSITROUTERApi(object):
|
|
|
4286
5547
|
auth_settings = ['volcengineSign'] # noqa: E501
|
|
4287
5548
|
|
|
4288
5549
|
return self.api_client.call_api(
|
|
4289
|
-
'/
|
|
5550
|
+
'/DescribeTransitRouterGrantRules/2020-04-01/transitrouter/get/text_plain/', 'GET',
|
|
4290
5551
|
path_params,
|
|
4291
5552
|
query_params,
|
|
4292
5553
|
header_params,
|
|
4293
5554
|
body=body_params,
|
|
4294
5555
|
post_params=form_params,
|
|
4295
5556
|
files=local_var_files,
|
|
4296
|
-
response_type='
|
|
5557
|
+
response_type='DescribeTransitRouterGrantRulesResponse', # noqa: E501
|
|
4297
5558
|
auth_settings=auth_settings,
|
|
4298
5559
|
async_req=params.get('async_req'),
|
|
4299
5560
|
_return_http_data_only=params.get('_return_http_data_only'),
|
|
@@ -4301,38 +5562,38 @@ class TRANSITROUTERApi(object):
|
|
|
4301
5562
|
_request_timeout=params.get('_request_timeout'),
|
|
4302
5563
|
collection_formats=collection_formats)
|
|
4303
5564
|
|
|
4304
|
-
def
|
|
4305
|
-
"""
|
|
5565
|
+
def describe_transit_router_multicast_domain_associations(self, body, **kwargs): # noqa: E501
|
|
5566
|
+
"""describe_transit_router_multicast_domain_associations # noqa: E501
|
|
4306
5567
|
|
|
4307
5568
|
This method makes a synchronous HTTP request by default. To make an
|
|
4308
5569
|
asynchronous HTTP request, please pass async_req=True
|
|
4309
|
-
>>> thread = api.
|
|
5570
|
+
>>> thread = api.describe_transit_router_multicast_domain_associations(body, async_req=True)
|
|
4310
5571
|
>>> result = thread.get()
|
|
4311
5572
|
|
|
4312
5573
|
:param async_req bool
|
|
4313
|
-
:param
|
|
4314
|
-
:return:
|
|
5574
|
+
:param DescribeTransitRouterMulticastDomainAssociationsRequest body: (required)
|
|
5575
|
+
:return: DescribeTransitRouterMulticastDomainAssociationsResponse
|
|
4315
5576
|
If the method is called asynchronously,
|
|
4316
5577
|
returns the request thread.
|
|
4317
5578
|
"""
|
|
4318
5579
|
kwargs['_return_http_data_only'] = True
|
|
4319
5580
|
if kwargs.get('async_req'):
|
|
4320
|
-
return self.
|
|
5581
|
+
return self.describe_transit_router_multicast_domain_associations_with_http_info(body, **kwargs) # noqa: E501
|
|
4321
5582
|
else:
|
|
4322
|
-
(data) = self.
|
|
5583
|
+
(data) = self.describe_transit_router_multicast_domain_associations_with_http_info(body, **kwargs) # noqa: E501
|
|
4323
5584
|
return data
|
|
4324
5585
|
|
|
4325
|
-
def
|
|
4326
|
-
"""
|
|
5586
|
+
def describe_transit_router_multicast_domain_associations_with_http_info(self, body, **kwargs): # noqa: E501
|
|
5587
|
+
"""describe_transit_router_multicast_domain_associations # noqa: E501
|
|
4327
5588
|
|
|
4328
5589
|
This method makes a synchronous HTTP request by default. To make an
|
|
4329
5590
|
asynchronous HTTP request, please pass async_req=True
|
|
4330
|
-
>>> thread = api.
|
|
5591
|
+
>>> thread = api.describe_transit_router_multicast_domain_associations_with_http_info(body, async_req=True)
|
|
4331
5592
|
>>> result = thread.get()
|
|
4332
5593
|
|
|
4333
5594
|
:param async_req bool
|
|
4334
|
-
:param
|
|
4335
|
-
:return:
|
|
5595
|
+
:param DescribeTransitRouterMulticastDomainAssociationsRequest body: (required)
|
|
5596
|
+
:return: DescribeTransitRouterMulticastDomainAssociationsResponse
|
|
4336
5597
|
If the method is called asynchronously,
|
|
4337
5598
|
returns the request thread.
|
|
4338
5599
|
"""
|
|
@@ -4348,14 +5609,14 @@ class TRANSITROUTERApi(object):
|
|
|
4348
5609
|
if key not in all_params:
|
|
4349
5610
|
raise TypeError(
|
|
4350
5611
|
"Got an unexpected keyword argument '%s'"
|
|
4351
|
-
" to method
|
|
5612
|
+
" to method describe_transit_router_multicast_domain_associations" % key
|
|
4352
5613
|
)
|
|
4353
5614
|
params[key] = val
|
|
4354
5615
|
del params['kwargs']
|
|
4355
5616
|
# verify the required parameter 'body' is set
|
|
4356
5617
|
if self.api_client.client_side_validation and ('body' not in params or
|
|
4357
5618
|
params['body'] is None): # noqa: E501
|
|
4358
|
-
raise ValueError("Missing the required parameter `body` when calling `
|
|
5619
|
+
raise ValueError("Missing the required parameter `body` when calling `describe_transit_router_multicast_domain_associations`") # noqa: E501
|
|
4359
5620
|
|
|
4360
5621
|
collection_formats = {}
|
|
4361
5622
|
|
|
@@ -4383,14 +5644,14 @@ class TRANSITROUTERApi(object):
|
|
|
4383
5644
|
auth_settings = ['volcengineSign'] # noqa: E501
|
|
4384
5645
|
|
|
4385
5646
|
return self.api_client.call_api(
|
|
4386
|
-
'/
|
|
5647
|
+
'/DescribeTransitRouterMulticastDomainAssociations/2020-04-01/transitrouter/get/text_plain/', 'GET',
|
|
4387
5648
|
path_params,
|
|
4388
5649
|
query_params,
|
|
4389
5650
|
header_params,
|
|
4390
5651
|
body=body_params,
|
|
4391
5652
|
post_params=form_params,
|
|
4392
5653
|
files=local_var_files,
|
|
4393
|
-
response_type='
|
|
5654
|
+
response_type='DescribeTransitRouterMulticastDomainAssociationsResponse', # noqa: E501
|
|
4394
5655
|
auth_settings=auth_settings,
|
|
4395
5656
|
async_req=params.get('async_req'),
|
|
4396
5657
|
_return_http_data_only=params.get('_return_http_data_only'),
|
|
@@ -4398,38 +5659,38 @@ class TRANSITROUTERApi(object):
|
|
|
4398
5659
|
_request_timeout=params.get('_request_timeout'),
|
|
4399
5660
|
collection_formats=collection_formats)
|
|
4400
5661
|
|
|
4401
|
-
def
|
|
4402
|
-
"""
|
|
5662
|
+
def describe_transit_router_multicast_domains(self, body, **kwargs): # noqa: E501
|
|
5663
|
+
"""describe_transit_router_multicast_domains # noqa: E501
|
|
4403
5664
|
|
|
4404
5665
|
This method makes a synchronous HTTP request by default. To make an
|
|
4405
5666
|
asynchronous HTTP request, please pass async_req=True
|
|
4406
|
-
>>> thread = api.
|
|
5667
|
+
>>> thread = api.describe_transit_router_multicast_domains(body, async_req=True)
|
|
4407
5668
|
>>> result = thread.get()
|
|
4408
5669
|
|
|
4409
5670
|
:param async_req bool
|
|
4410
|
-
:param
|
|
4411
|
-
:return:
|
|
5671
|
+
:param DescribeTransitRouterMulticastDomainsRequest body: (required)
|
|
5672
|
+
:return: DescribeTransitRouterMulticastDomainsResponse
|
|
4412
5673
|
If the method is called asynchronously,
|
|
4413
5674
|
returns the request thread.
|
|
4414
5675
|
"""
|
|
4415
5676
|
kwargs['_return_http_data_only'] = True
|
|
4416
5677
|
if kwargs.get('async_req'):
|
|
4417
|
-
return self.
|
|
5678
|
+
return self.describe_transit_router_multicast_domains_with_http_info(body, **kwargs) # noqa: E501
|
|
4418
5679
|
else:
|
|
4419
|
-
(data) = self.
|
|
5680
|
+
(data) = self.describe_transit_router_multicast_domains_with_http_info(body, **kwargs) # noqa: E501
|
|
4420
5681
|
return data
|
|
4421
5682
|
|
|
4422
|
-
def
|
|
4423
|
-
"""
|
|
5683
|
+
def describe_transit_router_multicast_domains_with_http_info(self, body, **kwargs): # noqa: E501
|
|
5684
|
+
"""describe_transit_router_multicast_domains # noqa: E501
|
|
4424
5685
|
|
|
4425
5686
|
This method makes a synchronous HTTP request by default. To make an
|
|
4426
5687
|
asynchronous HTTP request, please pass async_req=True
|
|
4427
|
-
>>> thread = api.
|
|
5688
|
+
>>> thread = api.describe_transit_router_multicast_domains_with_http_info(body, async_req=True)
|
|
4428
5689
|
>>> result = thread.get()
|
|
4429
5690
|
|
|
4430
5691
|
:param async_req bool
|
|
4431
|
-
:param
|
|
4432
|
-
:return:
|
|
5692
|
+
:param DescribeTransitRouterMulticastDomainsRequest body: (required)
|
|
5693
|
+
:return: DescribeTransitRouterMulticastDomainsResponse
|
|
4433
5694
|
If the method is called asynchronously,
|
|
4434
5695
|
returns the request thread.
|
|
4435
5696
|
"""
|
|
@@ -4445,14 +5706,14 @@ class TRANSITROUTERApi(object):
|
|
|
4445
5706
|
if key not in all_params:
|
|
4446
5707
|
raise TypeError(
|
|
4447
5708
|
"Got an unexpected keyword argument '%s'"
|
|
4448
|
-
" to method
|
|
5709
|
+
" to method describe_transit_router_multicast_domains" % key
|
|
4449
5710
|
)
|
|
4450
5711
|
params[key] = val
|
|
4451
5712
|
del params['kwargs']
|
|
4452
5713
|
# verify the required parameter 'body' is set
|
|
4453
5714
|
if self.api_client.client_side_validation and ('body' not in params or
|
|
4454
5715
|
params['body'] is None): # noqa: E501
|
|
4455
|
-
raise ValueError("Missing the required parameter `body` when calling `
|
|
5716
|
+
raise ValueError("Missing the required parameter `body` when calling `describe_transit_router_multicast_domains`") # noqa: E501
|
|
4456
5717
|
|
|
4457
5718
|
collection_formats = {}
|
|
4458
5719
|
|
|
@@ -4480,14 +5741,14 @@ class TRANSITROUTERApi(object):
|
|
|
4480
5741
|
auth_settings = ['volcengineSign'] # noqa: E501
|
|
4481
5742
|
|
|
4482
5743
|
return self.api_client.call_api(
|
|
4483
|
-
'/
|
|
5744
|
+
'/DescribeTransitRouterMulticastDomains/2020-04-01/transitrouter/get/text_plain/', 'GET',
|
|
4484
5745
|
path_params,
|
|
4485
5746
|
query_params,
|
|
4486
5747
|
header_params,
|
|
4487
5748
|
body=body_params,
|
|
4488
5749
|
post_params=form_params,
|
|
4489
5750
|
files=local_var_files,
|
|
4490
|
-
response_type='
|
|
5751
|
+
response_type='DescribeTransitRouterMulticastDomainsResponse', # noqa: E501
|
|
4491
5752
|
auth_settings=auth_settings,
|
|
4492
5753
|
async_req=params.get('async_req'),
|
|
4493
5754
|
_return_http_data_only=params.get('_return_http_data_only'),
|
|
@@ -4495,38 +5756,38 @@ class TRANSITROUTERApi(object):
|
|
|
4495
5756
|
_request_timeout=params.get('_request_timeout'),
|
|
4496
5757
|
collection_formats=collection_formats)
|
|
4497
5758
|
|
|
4498
|
-
def
|
|
4499
|
-
"""
|
|
5759
|
+
def describe_transit_router_multicast_groups(self, body, **kwargs): # noqa: E501
|
|
5760
|
+
"""describe_transit_router_multicast_groups # noqa: E501
|
|
4500
5761
|
|
|
4501
5762
|
This method makes a synchronous HTTP request by default. To make an
|
|
4502
5763
|
asynchronous HTTP request, please pass async_req=True
|
|
4503
|
-
>>> thread = api.
|
|
5764
|
+
>>> thread = api.describe_transit_router_multicast_groups(body, async_req=True)
|
|
4504
5765
|
>>> result = thread.get()
|
|
4505
5766
|
|
|
4506
5767
|
:param async_req bool
|
|
4507
|
-
:param
|
|
4508
|
-
:return:
|
|
5768
|
+
:param DescribeTransitRouterMulticastGroupsRequest body: (required)
|
|
5769
|
+
:return: DescribeTransitRouterMulticastGroupsResponse
|
|
4509
5770
|
If the method is called asynchronously,
|
|
4510
5771
|
returns the request thread.
|
|
4511
5772
|
"""
|
|
4512
5773
|
kwargs['_return_http_data_only'] = True
|
|
4513
5774
|
if kwargs.get('async_req'):
|
|
4514
|
-
return self.
|
|
5775
|
+
return self.describe_transit_router_multicast_groups_with_http_info(body, **kwargs) # noqa: E501
|
|
4515
5776
|
else:
|
|
4516
|
-
(data) = self.
|
|
5777
|
+
(data) = self.describe_transit_router_multicast_groups_with_http_info(body, **kwargs) # noqa: E501
|
|
4517
5778
|
return data
|
|
4518
5779
|
|
|
4519
|
-
def
|
|
4520
|
-
"""
|
|
5780
|
+
def describe_transit_router_multicast_groups_with_http_info(self, body, **kwargs): # noqa: E501
|
|
5781
|
+
"""describe_transit_router_multicast_groups # noqa: E501
|
|
4521
5782
|
|
|
4522
5783
|
This method makes a synchronous HTTP request by default. To make an
|
|
4523
5784
|
asynchronous HTTP request, please pass async_req=True
|
|
4524
|
-
>>> thread = api.
|
|
5785
|
+
>>> thread = api.describe_transit_router_multicast_groups_with_http_info(body, async_req=True)
|
|
4525
5786
|
>>> result = thread.get()
|
|
4526
5787
|
|
|
4527
5788
|
:param async_req bool
|
|
4528
|
-
:param
|
|
4529
|
-
:return:
|
|
5789
|
+
:param DescribeTransitRouterMulticastGroupsRequest body: (required)
|
|
5790
|
+
:return: DescribeTransitRouterMulticastGroupsResponse
|
|
4530
5791
|
If the method is called asynchronously,
|
|
4531
5792
|
returns the request thread.
|
|
4532
5793
|
"""
|
|
@@ -4542,14 +5803,14 @@ class TRANSITROUTERApi(object):
|
|
|
4542
5803
|
if key not in all_params:
|
|
4543
5804
|
raise TypeError(
|
|
4544
5805
|
"Got an unexpected keyword argument '%s'"
|
|
4545
|
-
" to method
|
|
5806
|
+
" to method describe_transit_router_multicast_groups" % key
|
|
4546
5807
|
)
|
|
4547
5808
|
params[key] = val
|
|
4548
5809
|
del params['kwargs']
|
|
4549
5810
|
# verify the required parameter 'body' is set
|
|
4550
5811
|
if self.api_client.client_side_validation and ('body' not in params or
|
|
4551
5812
|
params['body'] is None): # noqa: E501
|
|
4552
|
-
raise ValueError("Missing the required parameter `body` when calling `
|
|
5813
|
+
raise ValueError("Missing the required parameter `body` when calling `describe_transit_router_multicast_groups`") # noqa: E501
|
|
4553
5814
|
|
|
4554
5815
|
collection_formats = {}
|
|
4555
5816
|
|
|
@@ -4577,14 +5838,14 @@ class TRANSITROUTERApi(object):
|
|
|
4577
5838
|
auth_settings = ['volcengineSign'] # noqa: E501
|
|
4578
5839
|
|
|
4579
5840
|
return self.api_client.call_api(
|
|
4580
|
-
'/
|
|
5841
|
+
'/DescribeTransitRouterMulticastGroups/2020-04-01/transitrouter/get/text_plain/', 'GET',
|
|
4581
5842
|
path_params,
|
|
4582
5843
|
query_params,
|
|
4583
5844
|
header_params,
|
|
4584
5845
|
body=body_params,
|
|
4585
5846
|
post_params=form_params,
|
|
4586
5847
|
files=local_var_files,
|
|
4587
|
-
response_type='
|
|
5848
|
+
response_type='DescribeTransitRouterMulticastGroupsResponse', # noqa: E501
|
|
4588
5849
|
auth_settings=auth_settings,
|
|
4589
5850
|
async_req=params.get('async_req'),
|
|
4590
5851
|
_return_http_data_only=params.get('_return_http_data_only'),
|
|
@@ -6338,6 +7599,103 @@ class TRANSITROUTERApi(object):
|
|
|
6338
7599
|
_request_timeout=params.get('_request_timeout'),
|
|
6339
7600
|
collection_formats=collection_formats)
|
|
6340
7601
|
|
|
7602
|
+
def dissociate_transit_router_multicast_domain(self, body, **kwargs): # noqa: E501
|
|
7603
|
+
"""dissociate_transit_router_multicast_domain # noqa: E501
|
|
7604
|
+
|
|
7605
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
7606
|
+
asynchronous HTTP request, please pass async_req=True
|
|
7607
|
+
>>> thread = api.dissociate_transit_router_multicast_domain(body, async_req=True)
|
|
7608
|
+
>>> result = thread.get()
|
|
7609
|
+
|
|
7610
|
+
:param async_req bool
|
|
7611
|
+
:param DissociateTransitRouterMulticastDomainRequest body: (required)
|
|
7612
|
+
:return: DissociateTransitRouterMulticastDomainResponse
|
|
7613
|
+
If the method is called asynchronously,
|
|
7614
|
+
returns the request thread.
|
|
7615
|
+
"""
|
|
7616
|
+
kwargs['_return_http_data_only'] = True
|
|
7617
|
+
if kwargs.get('async_req'):
|
|
7618
|
+
return self.dissociate_transit_router_multicast_domain_with_http_info(body, **kwargs) # noqa: E501
|
|
7619
|
+
else:
|
|
7620
|
+
(data) = self.dissociate_transit_router_multicast_domain_with_http_info(body, **kwargs) # noqa: E501
|
|
7621
|
+
return data
|
|
7622
|
+
|
|
7623
|
+
def dissociate_transit_router_multicast_domain_with_http_info(self, body, **kwargs): # noqa: E501
|
|
7624
|
+
"""dissociate_transit_router_multicast_domain # noqa: E501
|
|
7625
|
+
|
|
7626
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
7627
|
+
asynchronous HTTP request, please pass async_req=True
|
|
7628
|
+
>>> thread = api.dissociate_transit_router_multicast_domain_with_http_info(body, async_req=True)
|
|
7629
|
+
>>> result = thread.get()
|
|
7630
|
+
|
|
7631
|
+
:param async_req bool
|
|
7632
|
+
:param DissociateTransitRouterMulticastDomainRequest body: (required)
|
|
7633
|
+
:return: DissociateTransitRouterMulticastDomainResponse
|
|
7634
|
+
If the method is called asynchronously,
|
|
7635
|
+
returns the request thread.
|
|
7636
|
+
"""
|
|
7637
|
+
|
|
7638
|
+
all_params = ['body'] # noqa: E501
|
|
7639
|
+
all_params.append('async_req')
|
|
7640
|
+
all_params.append('_return_http_data_only')
|
|
7641
|
+
all_params.append('_preload_content')
|
|
7642
|
+
all_params.append('_request_timeout')
|
|
7643
|
+
|
|
7644
|
+
params = locals()
|
|
7645
|
+
for key, val in six.iteritems(params['kwargs']):
|
|
7646
|
+
if key not in all_params:
|
|
7647
|
+
raise TypeError(
|
|
7648
|
+
"Got an unexpected keyword argument '%s'"
|
|
7649
|
+
" to method dissociate_transit_router_multicast_domain" % key
|
|
7650
|
+
)
|
|
7651
|
+
params[key] = val
|
|
7652
|
+
del params['kwargs']
|
|
7653
|
+
# verify the required parameter 'body' is set
|
|
7654
|
+
if self.api_client.client_side_validation and ('body' not in params or
|
|
7655
|
+
params['body'] is None): # noqa: E501
|
|
7656
|
+
raise ValueError("Missing the required parameter `body` when calling `dissociate_transit_router_multicast_domain`") # noqa: E501
|
|
7657
|
+
|
|
7658
|
+
collection_formats = {}
|
|
7659
|
+
|
|
7660
|
+
path_params = {}
|
|
7661
|
+
|
|
7662
|
+
query_params = []
|
|
7663
|
+
|
|
7664
|
+
header_params = {}
|
|
7665
|
+
|
|
7666
|
+
form_params = []
|
|
7667
|
+
local_var_files = {}
|
|
7668
|
+
|
|
7669
|
+
body_params = None
|
|
7670
|
+
if 'body' in params:
|
|
7671
|
+
body_params = params['body']
|
|
7672
|
+
# HTTP header `Accept`
|
|
7673
|
+
header_params['Accept'] = self.api_client.select_header_accept(
|
|
7674
|
+
['application/json']) # noqa: E501
|
|
7675
|
+
|
|
7676
|
+
# HTTP header `Content-Type`
|
|
7677
|
+
header_params['Content-Type'] = self.api_client.select_header_content_type( # noqa: E501
|
|
7678
|
+
['text/plain']) # noqa: E501
|
|
7679
|
+
|
|
7680
|
+
# Authentication setting
|
|
7681
|
+
auth_settings = ['volcengineSign'] # noqa: E501
|
|
7682
|
+
|
|
7683
|
+
return self.api_client.call_api(
|
|
7684
|
+
'/DissociateTransitRouterMulticastDomain/2020-04-01/transitrouter/get/text_plain/', 'GET',
|
|
7685
|
+
path_params,
|
|
7686
|
+
query_params,
|
|
7687
|
+
header_params,
|
|
7688
|
+
body=body_params,
|
|
7689
|
+
post_params=form_params,
|
|
7690
|
+
files=local_var_files,
|
|
7691
|
+
response_type='DissociateTransitRouterMulticastDomainResponse', # noqa: E501
|
|
7692
|
+
auth_settings=auth_settings,
|
|
7693
|
+
async_req=params.get('async_req'),
|
|
7694
|
+
_return_http_data_only=params.get('_return_http_data_only'),
|
|
7695
|
+
_preload_content=params.get('_preload_content', True),
|
|
7696
|
+
_request_timeout=params.get('_request_timeout'),
|
|
7697
|
+
collection_formats=collection_formats)
|
|
7698
|
+
|
|
6341
7699
|
def dissociate_transit_router_route_policy_from_route_table(self, body, **kwargs): # noqa: E501
|
|
6342
7700
|
"""dissociate_transit_router_route_policy_from_route_table # noqa: E501
|
|
6343
7701
|
|
|
@@ -7026,29 +8384,126 @@ class TRANSITROUTERApi(object):
|
|
|
7026
8384
|
>>> result = thread.get()
|
|
7027
8385
|
|
|
7028
8386
|
:param async_req bool
|
|
7029
|
-
:param ModifyTransitRouterDirectConnectGatewayAttachmentAttributesRequest body: (required)
|
|
7030
|
-
:return: ModifyTransitRouterDirectConnectGatewayAttachmentAttributesResponse
|
|
8387
|
+
:param ModifyTransitRouterDirectConnectGatewayAttachmentAttributesRequest body: (required)
|
|
8388
|
+
:return: ModifyTransitRouterDirectConnectGatewayAttachmentAttributesResponse
|
|
8389
|
+
If the method is called asynchronously,
|
|
8390
|
+
returns the request thread.
|
|
8391
|
+
"""
|
|
8392
|
+
kwargs['_return_http_data_only'] = True
|
|
8393
|
+
if kwargs.get('async_req'):
|
|
8394
|
+
return self.modify_transit_router_direct_connect_gateway_attachment_attributes_with_http_info(body, **kwargs) # noqa: E501
|
|
8395
|
+
else:
|
|
8396
|
+
(data) = self.modify_transit_router_direct_connect_gateway_attachment_attributes_with_http_info(body, **kwargs) # noqa: E501
|
|
8397
|
+
return data
|
|
8398
|
+
|
|
8399
|
+
def modify_transit_router_direct_connect_gateway_attachment_attributes_with_http_info(self, body, **kwargs): # noqa: E501
|
|
8400
|
+
"""modify_transit_router_direct_connect_gateway_attachment_attributes # noqa: E501
|
|
8401
|
+
|
|
8402
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
8403
|
+
asynchronous HTTP request, please pass async_req=True
|
|
8404
|
+
>>> thread = api.modify_transit_router_direct_connect_gateway_attachment_attributes_with_http_info(body, async_req=True)
|
|
8405
|
+
>>> result = thread.get()
|
|
8406
|
+
|
|
8407
|
+
:param async_req bool
|
|
8408
|
+
:param ModifyTransitRouterDirectConnectGatewayAttachmentAttributesRequest body: (required)
|
|
8409
|
+
:return: ModifyTransitRouterDirectConnectGatewayAttachmentAttributesResponse
|
|
8410
|
+
If the method is called asynchronously,
|
|
8411
|
+
returns the request thread.
|
|
8412
|
+
"""
|
|
8413
|
+
|
|
8414
|
+
all_params = ['body'] # noqa: E501
|
|
8415
|
+
all_params.append('async_req')
|
|
8416
|
+
all_params.append('_return_http_data_only')
|
|
8417
|
+
all_params.append('_preload_content')
|
|
8418
|
+
all_params.append('_request_timeout')
|
|
8419
|
+
|
|
8420
|
+
params = locals()
|
|
8421
|
+
for key, val in six.iteritems(params['kwargs']):
|
|
8422
|
+
if key not in all_params:
|
|
8423
|
+
raise TypeError(
|
|
8424
|
+
"Got an unexpected keyword argument '%s'"
|
|
8425
|
+
" to method modify_transit_router_direct_connect_gateway_attachment_attributes" % key
|
|
8426
|
+
)
|
|
8427
|
+
params[key] = val
|
|
8428
|
+
del params['kwargs']
|
|
8429
|
+
# verify the required parameter 'body' is set
|
|
8430
|
+
if self.api_client.client_side_validation and ('body' not in params or
|
|
8431
|
+
params['body'] is None): # noqa: E501
|
|
8432
|
+
raise ValueError("Missing the required parameter `body` when calling `modify_transit_router_direct_connect_gateway_attachment_attributes`") # noqa: E501
|
|
8433
|
+
|
|
8434
|
+
collection_formats = {}
|
|
8435
|
+
|
|
8436
|
+
path_params = {}
|
|
8437
|
+
|
|
8438
|
+
query_params = []
|
|
8439
|
+
|
|
8440
|
+
header_params = {}
|
|
8441
|
+
|
|
8442
|
+
form_params = []
|
|
8443
|
+
local_var_files = {}
|
|
8444
|
+
|
|
8445
|
+
body_params = None
|
|
8446
|
+
if 'body' in params:
|
|
8447
|
+
body_params = params['body']
|
|
8448
|
+
# HTTP header `Accept`
|
|
8449
|
+
header_params['Accept'] = self.api_client.select_header_accept(
|
|
8450
|
+
['application/json']) # noqa: E501
|
|
8451
|
+
|
|
8452
|
+
# HTTP header `Content-Type`
|
|
8453
|
+
header_params['Content-Type'] = self.api_client.select_header_content_type( # noqa: E501
|
|
8454
|
+
['text/plain']) # noqa: E501
|
|
8455
|
+
|
|
8456
|
+
# Authentication setting
|
|
8457
|
+
auth_settings = ['volcengineSign'] # noqa: E501
|
|
8458
|
+
|
|
8459
|
+
return self.api_client.call_api(
|
|
8460
|
+
'/ModifyTransitRouterDirectConnectGatewayAttachmentAttributes/2020-04-01/transitrouter/get/text_plain/', 'GET',
|
|
8461
|
+
path_params,
|
|
8462
|
+
query_params,
|
|
8463
|
+
header_params,
|
|
8464
|
+
body=body_params,
|
|
8465
|
+
post_params=form_params,
|
|
8466
|
+
files=local_var_files,
|
|
8467
|
+
response_type='ModifyTransitRouterDirectConnectGatewayAttachmentAttributesResponse', # noqa: E501
|
|
8468
|
+
auth_settings=auth_settings,
|
|
8469
|
+
async_req=params.get('async_req'),
|
|
8470
|
+
_return_http_data_only=params.get('_return_http_data_only'),
|
|
8471
|
+
_preload_content=params.get('_preload_content', True),
|
|
8472
|
+
_request_timeout=params.get('_request_timeout'),
|
|
8473
|
+
collection_formats=collection_formats)
|
|
8474
|
+
|
|
8475
|
+
def modify_transit_router_flow_log_attributes(self, body, **kwargs): # noqa: E501
|
|
8476
|
+
"""modify_transit_router_flow_log_attributes # noqa: E501
|
|
8477
|
+
|
|
8478
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
8479
|
+
asynchronous HTTP request, please pass async_req=True
|
|
8480
|
+
>>> thread = api.modify_transit_router_flow_log_attributes(body, async_req=True)
|
|
8481
|
+
>>> result = thread.get()
|
|
8482
|
+
|
|
8483
|
+
:param async_req bool
|
|
8484
|
+
:param ModifyTransitRouterFlowLogAttributesRequest body: (required)
|
|
8485
|
+
:return: ModifyTransitRouterFlowLogAttributesResponse
|
|
7031
8486
|
If the method is called asynchronously,
|
|
7032
8487
|
returns the request thread.
|
|
7033
8488
|
"""
|
|
7034
8489
|
kwargs['_return_http_data_only'] = True
|
|
7035
8490
|
if kwargs.get('async_req'):
|
|
7036
|
-
return self.
|
|
8491
|
+
return self.modify_transit_router_flow_log_attributes_with_http_info(body, **kwargs) # noqa: E501
|
|
7037
8492
|
else:
|
|
7038
|
-
(data) = self.
|
|
8493
|
+
(data) = self.modify_transit_router_flow_log_attributes_with_http_info(body, **kwargs) # noqa: E501
|
|
7039
8494
|
return data
|
|
7040
8495
|
|
|
7041
|
-
def
|
|
7042
|
-
"""
|
|
8496
|
+
def modify_transit_router_flow_log_attributes_with_http_info(self, body, **kwargs): # noqa: E501
|
|
8497
|
+
"""modify_transit_router_flow_log_attributes # noqa: E501
|
|
7043
8498
|
|
|
7044
8499
|
This method makes a synchronous HTTP request by default. To make an
|
|
7045
8500
|
asynchronous HTTP request, please pass async_req=True
|
|
7046
|
-
>>> thread = api.
|
|
8501
|
+
>>> thread = api.modify_transit_router_flow_log_attributes_with_http_info(body, async_req=True)
|
|
7047
8502
|
>>> result = thread.get()
|
|
7048
8503
|
|
|
7049
8504
|
:param async_req bool
|
|
7050
|
-
:param
|
|
7051
|
-
:return:
|
|
8505
|
+
:param ModifyTransitRouterFlowLogAttributesRequest body: (required)
|
|
8506
|
+
:return: ModifyTransitRouterFlowLogAttributesResponse
|
|
7052
8507
|
If the method is called asynchronously,
|
|
7053
8508
|
returns the request thread.
|
|
7054
8509
|
"""
|
|
@@ -7064,14 +8519,14 @@ class TRANSITROUTERApi(object):
|
|
|
7064
8519
|
if key not in all_params:
|
|
7065
8520
|
raise TypeError(
|
|
7066
8521
|
"Got an unexpected keyword argument '%s'"
|
|
7067
|
-
" to method
|
|
8522
|
+
" to method modify_transit_router_flow_log_attributes" % key
|
|
7068
8523
|
)
|
|
7069
8524
|
params[key] = val
|
|
7070
8525
|
del params['kwargs']
|
|
7071
8526
|
# verify the required parameter 'body' is set
|
|
7072
8527
|
if self.api_client.client_side_validation and ('body' not in params or
|
|
7073
8528
|
params['body'] is None): # noqa: E501
|
|
7074
|
-
raise ValueError("Missing the required parameter `body` when calling `
|
|
8529
|
+
raise ValueError("Missing the required parameter `body` when calling `modify_transit_router_flow_log_attributes`") # noqa: E501
|
|
7075
8530
|
|
|
7076
8531
|
collection_formats = {}
|
|
7077
8532
|
|
|
@@ -7099,14 +8554,14 @@ class TRANSITROUTERApi(object):
|
|
|
7099
8554
|
auth_settings = ['volcengineSign'] # noqa: E501
|
|
7100
8555
|
|
|
7101
8556
|
return self.api_client.call_api(
|
|
7102
|
-
'/
|
|
8557
|
+
'/ModifyTransitRouterFlowLogAttributes/2020-04-01/transitrouter/get/text_plain/', 'GET',
|
|
7103
8558
|
path_params,
|
|
7104
8559
|
query_params,
|
|
7105
8560
|
header_params,
|
|
7106
8561
|
body=body_params,
|
|
7107
8562
|
post_params=form_params,
|
|
7108
8563
|
files=local_var_files,
|
|
7109
|
-
response_type='
|
|
8564
|
+
response_type='ModifyTransitRouterFlowLogAttributesResponse', # noqa: E501
|
|
7110
8565
|
auth_settings=auth_settings,
|
|
7111
8566
|
async_req=params.get('async_req'),
|
|
7112
8567
|
_return_http_data_only=params.get('_return_http_data_only'),
|
|
@@ -7502,6 +8957,103 @@ class TRANSITROUTERApi(object):
|
|
|
7502
8957
|
_request_timeout=params.get('_request_timeout'),
|
|
7503
8958
|
collection_formats=collection_formats)
|
|
7504
8959
|
|
|
8960
|
+
def modify_transit_router_multicast_domain_attributes(self, body, **kwargs): # noqa: E501
|
|
8961
|
+
"""modify_transit_router_multicast_domain_attributes # noqa: E501
|
|
8962
|
+
|
|
8963
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
8964
|
+
asynchronous HTTP request, please pass async_req=True
|
|
8965
|
+
>>> thread = api.modify_transit_router_multicast_domain_attributes(body, async_req=True)
|
|
8966
|
+
>>> result = thread.get()
|
|
8967
|
+
|
|
8968
|
+
:param async_req bool
|
|
8969
|
+
:param ModifyTransitRouterMulticastDomainAttributesRequest body: (required)
|
|
8970
|
+
:return: ModifyTransitRouterMulticastDomainAttributesResponse
|
|
8971
|
+
If the method is called asynchronously,
|
|
8972
|
+
returns the request thread.
|
|
8973
|
+
"""
|
|
8974
|
+
kwargs['_return_http_data_only'] = True
|
|
8975
|
+
if kwargs.get('async_req'):
|
|
8976
|
+
return self.modify_transit_router_multicast_domain_attributes_with_http_info(body, **kwargs) # noqa: E501
|
|
8977
|
+
else:
|
|
8978
|
+
(data) = self.modify_transit_router_multicast_domain_attributes_with_http_info(body, **kwargs) # noqa: E501
|
|
8979
|
+
return data
|
|
8980
|
+
|
|
8981
|
+
def modify_transit_router_multicast_domain_attributes_with_http_info(self, body, **kwargs): # noqa: E501
|
|
8982
|
+
"""modify_transit_router_multicast_domain_attributes # noqa: E501
|
|
8983
|
+
|
|
8984
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
8985
|
+
asynchronous HTTP request, please pass async_req=True
|
|
8986
|
+
>>> thread = api.modify_transit_router_multicast_domain_attributes_with_http_info(body, async_req=True)
|
|
8987
|
+
>>> result = thread.get()
|
|
8988
|
+
|
|
8989
|
+
:param async_req bool
|
|
8990
|
+
:param ModifyTransitRouterMulticastDomainAttributesRequest body: (required)
|
|
8991
|
+
:return: ModifyTransitRouterMulticastDomainAttributesResponse
|
|
8992
|
+
If the method is called asynchronously,
|
|
8993
|
+
returns the request thread.
|
|
8994
|
+
"""
|
|
8995
|
+
|
|
8996
|
+
all_params = ['body'] # noqa: E501
|
|
8997
|
+
all_params.append('async_req')
|
|
8998
|
+
all_params.append('_return_http_data_only')
|
|
8999
|
+
all_params.append('_preload_content')
|
|
9000
|
+
all_params.append('_request_timeout')
|
|
9001
|
+
|
|
9002
|
+
params = locals()
|
|
9003
|
+
for key, val in six.iteritems(params['kwargs']):
|
|
9004
|
+
if key not in all_params:
|
|
9005
|
+
raise TypeError(
|
|
9006
|
+
"Got an unexpected keyword argument '%s'"
|
|
9007
|
+
" to method modify_transit_router_multicast_domain_attributes" % key
|
|
9008
|
+
)
|
|
9009
|
+
params[key] = val
|
|
9010
|
+
del params['kwargs']
|
|
9011
|
+
# verify the required parameter 'body' is set
|
|
9012
|
+
if self.api_client.client_side_validation and ('body' not in params or
|
|
9013
|
+
params['body'] is None): # noqa: E501
|
|
9014
|
+
raise ValueError("Missing the required parameter `body` when calling `modify_transit_router_multicast_domain_attributes`") # noqa: E501
|
|
9015
|
+
|
|
9016
|
+
collection_formats = {}
|
|
9017
|
+
|
|
9018
|
+
path_params = {}
|
|
9019
|
+
|
|
9020
|
+
query_params = []
|
|
9021
|
+
|
|
9022
|
+
header_params = {}
|
|
9023
|
+
|
|
9024
|
+
form_params = []
|
|
9025
|
+
local_var_files = {}
|
|
9026
|
+
|
|
9027
|
+
body_params = None
|
|
9028
|
+
if 'body' in params:
|
|
9029
|
+
body_params = params['body']
|
|
9030
|
+
# HTTP header `Accept`
|
|
9031
|
+
header_params['Accept'] = self.api_client.select_header_accept(
|
|
9032
|
+
['application/json']) # noqa: E501
|
|
9033
|
+
|
|
9034
|
+
# HTTP header `Content-Type`
|
|
9035
|
+
header_params['Content-Type'] = self.api_client.select_header_content_type( # noqa: E501
|
|
9036
|
+
['text/plain']) # noqa: E501
|
|
9037
|
+
|
|
9038
|
+
# Authentication setting
|
|
9039
|
+
auth_settings = ['volcengineSign'] # noqa: E501
|
|
9040
|
+
|
|
9041
|
+
return self.api_client.call_api(
|
|
9042
|
+
'/ModifyTransitRouterMulticastDomainAttributes/2020-04-01/transitrouter/get/text_plain/', 'GET',
|
|
9043
|
+
path_params,
|
|
9044
|
+
query_params,
|
|
9045
|
+
header_params,
|
|
9046
|
+
body=body_params,
|
|
9047
|
+
post_params=form_params,
|
|
9048
|
+
files=local_var_files,
|
|
9049
|
+
response_type='ModifyTransitRouterMulticastDomainAttributesResponse', # noqa: E501
|
|
9050
|
+
auth_settings=auth_settings,
|
|
9051
|
+
async_req=params.get('async_req'),
|
|
9052
|
+
_return_http_data_only=params.get('_return_http_data_only'),
|
|
9053
|
+
_preload_content=params.get('_preload_content', True),
|
|
9054
|
+
_request_timeout=params.get('_request_timeout'),
|
|
9055
|
+
collection_formats=collection_formats)
|
|
9056
|
+
|
|
7505
9057
|
def modify_transit_router_peer_attachment_attributes(self, body, **kwargs): # noqa: E501
|
|
7506
9058
|
"""modify_transit_router_peer_attachment_attributes # noqa: E501
|
|
7507
9059
|
|
|
@@ -9054,6 +10606,200 @@ class TRANSITROUTERApi(object):
|
|
|
9054
10606
|
_request_timeout=params.get('_request_timeout'),
|
|
9055
10607
|
collection_formats=collection_formats)
|
|
9056
10608
|
|
|
10609
|
+
def start_transit_router_flow_log(self, body, **kwargs): # noqa: E501
|
|
10610
|
+
"""start_transit_router_flow_log # noqa: E501
|
|
10611
|
+
|
|
10612
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
10613
|
+
asynchronous HTTP request, please pass async_req=True
|
|
10614
|
+
>>> thread = api.start_transit_router_flow_log(body, async_req=True)
|
|
10615
|
+
>>> result = thread.get()
|
|
10616
|
+
|
|
10617
|
+
:param async_req bool
|
|
10618
|
+
:param StartTransitRouterFlowLogRequest body: (required)
|
|
10619
|
+
:return: StartTransitRouterFlowLogResponse
|
|
10620
|
+
If the method is called asynchronously,
|
|
10621
|
+
returns the request thread.
|
|
10622
|
+
"""
|
|
10623
|
+
kwargs['_return_http_data_only'] = True
|
|
10624
|
+
if kwargs.get('async_req'):
|
|
10625
|
+
return self.start_transit_router_flow_log_with_http_info(body, **kwargs) # noqa: E501
|
|
10626
|
+
else:
|
|
10627
|
+
(data) = self.start_transit_router_flow_log_with_http_info(body, **kwargs) # noqa: E501
|
|
10628
|
+
return data
|
|
10629
|
+
|
|
10630
|
+
def start_transit_router_flow_log_with_http_info(self, body, **kwargs): # noqa: E501
|
|
10631
|
+
"""start_transit_router_flow_log # noqa: E501
|
|
10632
|
+
|
|
10633
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
10634
|
+
asynchronous HTTP request, please pass async_req=True
|
|
10635
|
+
>>> thread = api.start_transit_router_flow_log_with_http_info(body, async_req=True)
|
|
10636
|
+
>>> result = thread.get()
|
|
10637
|
+
|
|
10638
|
+
:param async_req bool
|
|
10639
|
+
:param StartTransitRouterFlowLogRequest body: (required)
|
|
10640
|
+
:return: StartTransitRouterFlowLogResponse
|
|
10641
|
+
If the method is called asynchronously,
|
|
10642
|
+
returns the request thread.
|
|
10643
|
+
"""
|
|
10644
|
+
|
|
10645
|
+
all_params = ['body'] # noqa: E501
|
|
10646
|
+
all_params.append('async_req')
|
|
10647
|
+
all_params.append('_return_http_data_only')
|
|
10648
|
+
all_params.append('_preload_content')
|
|
10649
|
+
all_params.append('_request_timeout')
|
|
10650
|
+
|
|
10651
|
+
params = locals()
|
|
10652
|
+
for key, val in six.iteritems(params['kwargs']):
|
|
10653
|
+
if key not in all_params:
|
|
10654
|
+
raise TypeError(
|
|
10655
|
+
"Got an unexpected keyword argument '%s'"
|
|
10656
|
+
" to method start_transit_router_flow_log" % key
|
|
10657
|
+
)
|
|
10658
|
+
params[key] = val
|
|
10659
|
+
del params['kwargs']
|
|
10660
|
+
# verify the required parameter 'body' is set
|
|
10661
|
+
if self.api_client.client_side_validation and ('body' not in params or
|
|
10662
|
+
params['body'] is None): # noqa: E501
|
|
10663
|
+
raise ValueError("Missing the required parameter `body` when calling `start_transit_router_flow_log`") # noqa: E501
|
|
10664
|
+
|
|
10665
|
+
collection_formats = {}
|
|
10666
|
+
|
|
10667
|
+
path_params = {}
|
|
10668
|
+
|
|
10669
|
+
query_params = []
|
|
10670
|
+
|
|
10671
|
+
header_params = {}
|
|
10672
|
+
|
|
10673
|
+
form_params = []
|
|
10674
|
+
local_var_files = {}
|
|
10675
|
+
|
|
10676
|
+
body_params = None
|
|
10677
|
+
if 'body' in params:
|
|
10678
|
+
body_params = params['body']
|
|
10679
|
+
# HTTP header `Accept`
|
|
10680
|
+
header_params['Accept'] = self.api_client.select_header_accept(
|
|
10681
|
+
['application/json']) # noqa: E501
|
|
10682
|
+
|
|
10683
|
+
# HTTP header `Content-Type`
|
|
10684
|
+
header_params['Content-Type'] = self.api_client.select_header_content_type( # noqa: E501
|
|
10685
|
+
['text/plain']) # noqa: E501
|
|
10686
|
+
|
|
10687
|
+
# Authentication setting
|
|
10688
|
+
auth_settings = ['volcengineSign'] # noqa: E501
|
|
10689
|
+
|
|
10690
|
+
return self.api_client.call_api(
|
|
10691
|
+
'/StartTransitRouterFlowLog/2020-04-01/transitrouter/get/text_plain/', 'GET',
|
|
10692
|
+
path_params,
|
|
10693
|
+
query_params,
|
|
10694
|
+
header_params,
|
|
10695
|
+
body=body_params,
|
|
10696
|
+
post_params=form_params,
|
|
10697
|
+
files=local_var_files,
|
|
10698
|
+
response_type='StartTransitRouterFlowLogResponse', # noqa: E501
|
|
10699
|
+
auth_settings=auth_settings,
|
|
10700
|
+
async_req=params.get('async_req'),
|
|
10701
|
+
_return_http_data_only=params.get('_return_http_data_only'),
|
|
10702
|
+
_preload_content=params.get('_preload_content', True),
|
|
10703
|
+
_request_timeout=params.get('_request_timeout'),
|
|
10704
|
+
collection_formats=collection_formats)
|
|
10705
|
+
|
|
10706
|
+
def stop_transit_router_flow_log(self, body, **kwargs): # noqa: E501
|
|
10707
|
+
"""stop_transit_router_flow_log # noqa: E501
|
|
10708
|
+
|
|
10709
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
10710
|
+
asynchronous HTTP request, please pass async_req=True
|
|
10711
|
+
>>> thread = api.stop_transit_router_flow_log(body, async_req=True)
|
|
10712
|
+
>>> result = thread.get()
|
|
10713
|
+
|
|
10714
|
+
:param async_req bool
|
|
10715
|
+
:param StopTransitRouterFlowLogRequest body: (required)
|
|
10716
|
+
:return: StopTransitRouterFlowLogResponse
|
|
10717
|
+
If the method is called asynchronously,
|
|
10718
|
+
returns the request thread.
|
|
10719
|
+
"""
|
|
10720
|
+
kwargs['_return_http_data_only'] = True
|
|
10721
|
+
if kwargs.get('async_req'):
|
|
10722
|
+
return self.stop_transit_router_flow_log_with_http_info(body, **kwargs) # noqa: E501
|
|
10723
|
+
else:
|
|
10724
|
+
(data) = self.stop_transit_router_flow_log_with_http_info(body, **kwargs) # noqa: E501
|
|
10725
|
+
return data
|
|
10726
|
+
|
|
10727
|
+
def stop_transit_router_flow_log_with_http_info(self, body, **kwargs): # noqa: E501
|
|
10728
|
+
"""stop_transit_router_flow_log # noqa: E501
|
|
10729
|
+
|
|
10730
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
10731
|
+
asynchronous HTTP request, please pass async_req=True
|
|
10732
|
+
>>> thread = api.stop_transit_router_flow_log_with_http_info(body, async_req=True)
|
|
10733
|
+
>>> result = thread.get()
|
|
10734
|
+
|
|
10735
|
+
:param async_req bool
|
|
10736
|
+
:param StopTransitRouterFlowLogRequest body: (required)
|
|
10737
|
+
:return: StopTransitRouterFlowLogResponse
|
|
10738
|
+
If the method is called asynchronously,
|
|
10739
|
+
returns the request thread.
|
|
10740
|
+
"""
|
|
10741
|
+
|
|
10742
|
+
all_params = ['body'] # noqa: E501
|
|
10743
|
+
all_params.append('async_req')
|
|
10744
|
+
all_params.append('_return_http_data_only')
|
|
10745
|
+
all_params.append('_preload_content')
|
|
10746
|
+
all_params.append('_request_timeout')
|
|
10747
|
+
|
|
10748
|
+
params = locals()
|
|
10749
|
+
for key, val in six.iteritems(params['kwargs']):
|
|
10750
|
+
if key not in all_params:
|
|
10751
|
+
raise TypeError(
|
|
10752
|
+
"Got an unexpected keyword argument '%s'"
|
|
10753
|
+
" to method stop_transit_router_flow_log" % key
|
|
10754
|
+
)
|
|
10755
|
+
params[key] = val
|
|
10756
|
+
del params['kwargs']
|
|
10757
|
+
# verify the required parameter 'body' is set
|
|
10758
|
+
if self.api_client.client_side_validation and ('body' not in params or
|
|
10759
|
+
params['body'] is None): # noqa: E501
|
|
10760
|
+
raise ValueError("Missing the required parameter `body` when calling `stop_transit_router_flow_log`") # noqa: E501
|
|
10761
|
+
|
|
10762
|
+
collection_formats = {}
|
|
10763
|
+
|
|
10764
|
+
path_params = {}
|
|
10765
|
+
|
|
10766
|
+
query_params = []
|
|
10767
|
+
|
|
10768
|
+
header_params = {}
|
|
10769
|
+
|
|
10770
|
+
form_params = []
|
|
10771
|
+
local_var_files = {}
|
|
10772
|
+
|
|
10773
|
+
body_params = None
|
|
10774
|
+
if 'body' in params:
|
|
10775
|
+
body_params = params['body']
|
|
10776
|
+
# HTTP header `Accept`
|
|
10777
|
+
header_params['Accept'] = self.api_client.select_header_accept(
|
|
10778
|
+
['application/json']) # noqa: E501
|
|
10779
|
+
|
|
10780
|
+
# HTTP header `Content-Type`
|
|
10781
|
+
header_params['Content-Type'] = self.api_client.select_header_content_type( # noqa: E501
|
|
10782
|
+
['text/plain']) # noqa: E501
|
|
10783
|
+
|
|
10784
|
+
# Authentication setting
|
|
10785
|
+
auth_settings = ['volcengineSign'] # noqa: E501
|
|
10786
|
+
|
|
10787
|
+
return self.api_client.call_api(
|
|
10788
|
+
'/StopTransitRouterFlowLog/2020-04-01/transitrouter/get/text_plain/', 'GET',
|
|
10789
|
+
path_params,
|
|
10790
|
+
query_params,
|
|
10791
|
+
header_params,
|
|
10792
|
+
body=body_params,
|
|
10793
|
+
post_params=form_params,
|
|
10794
|
+
files=local_var_files,
|
|
10795
|
+
response_type='StopTransitRouterFlowLogResponse', # noqa: E501
|
|
10796
|
+
auth_settings=auth_settings,
|
|
10797
|
+
async_req=params.get('async_req'),
|
|
10798
|
+
_return_http_data_only=params.get('_return_http_data_only'),
|
|
10799
|
+
_preload_content=params.get('_preload_content', True),
|
|
10800
|
+
_request_timeout=params.get('_request_timeout'),
|
|
10801
|
+
collection_formats=collection_formats)
|
|
10802
|
+
|
|
9057
10803
|
def tag_resources(self, body, **kwargs): # noqa: E501
|
|
9058
10804
|
"""tag_resources # noqa: E501
|
|
9059
10805
|
|