From 63a4d81de7db2c9f9e7295aa173d84cfe7bddc88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Legrand?= Date: Wed, 30 Mar 2022 17:46:01 +0200 Subject: [PATCH] Documentation fix. --- .../cloud-operations/network-dashboard/cloud-function/main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/cloud-operations/network-dashboard/cloud-function/main.py b/examples/cloud-operations/network-dashboard/cloud-function/main.py index d81e04b8..fc41ddc1 100644 --- a/examples/cloud-operations/network-dashboard/cloud-function/main.py +++ b/examples/cloud-operations/network-dashboard/cloud-function/main.py @@ -684,15 +684,15 @@ def get_networks(project_id): network_dict.append(d) return network_dict - def get_dynamic_routes(metrics_dict, limits_dict): ''' Writes all dynamic routes per VPC to custom metrics. Parameters: metrics_dict (dictionary of dictionary of string: string): metrics names and descriptions. + limits_dict (dictionary of string: int): key is network link (or 'default_value') and value is the limit for that network Returns: - network_dict (dictionary of string: string): Contains the project_id, network_name(s) and network_id(s). + None ''' routers_dict = get_routers()