File tree Expand file tree Collapse file tree 2 files changed +26
-0
lines changed
scaleway-async/scaleway_async/lb/v1 Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -1948,6 +1948,13 @@ async def list_backend_stats(
19481948 backend_id : Optional [str ] = None ,
19491949 ) -> ListBackendStatsResponse :
19501950 """
1951+ List backend server statistics.
1952+ :param region: Region to target. If none is passed will use default region from the config.
1953+ :param lb_id: Load Balancer ID.
1954+ :param page: The page number to return, from the paginated results.
1955+ :param page_size: Number of items to return.
1956+ :param backend_id: ID of the backend.
1957+ :return: :class:`ListBackendStatsResponse <ListBackendStatsResponse>`
19511958
19521959 Usage:
19531960 ::
@@ -1983,6 +1990,12 @@ async def list_backend_stats_all(
19831990 backend_id : Optional [str ] = None ,
19841991 ) -> List [BackendServerStats ]:
19851992 """
1993+ List backend server statistics.
1994+ :param region: Region to target. If none is passed will use default region from the config.
1995+ :param lb_id: Load Balancer ID.
1996+ :param page: The page number to return, from the paginated results.
1997+ :param page_size: Number of items to return.
1998+ :param backend_id: ID of the backend.
19861999 :return: :class:`List[ListBackendStatsResponse] <List[ListBackendStatsResponse]>`
19872000
19882001 Usage:
Original file line number Diff line number Diff line change @@ -1948,6 +1948,13 @@ def list_backend_stats(
19481948 backend_id : Optional [str ] = None ,
19491949 ) -> ListBackendStatsResponse :
19501950 """
1951+ List backend server statistics.
1952+ :param region: Region to target. If none is passed will use default region from the config.
1953+ :param lb_id: Load Balancer ID.
1954+ :param page: The page number to return, from the paginated results.
1955+ :param page_size: Number of items to return.
1956+ :param backend_id: ID of the backend.
1957+ :return: :class:`ListBackendStatsResponse <ListBackendStatsResponse>`
19511958
19521959 Usage:
19531960 ::
@@ -1983,6 +1990,12 @@ def list_backend_stats_all(
19831990 backend_id : Optional [str ] = None ,
19841991 ) -> List [BackendServerStats ]:
19851992 """
1993+ List backend server statistics.
1994+ :param region: Region to target. If none is passed will use default region from the config.
1995+ :param lb_id: Load Balancer ID.
1996+ :param page: The page number to return, from the paginated results.
1997+ :param page_size: Number of items to return.
1998+ :param backend_id: ID of the backend.
19861999 :return: :class:`List[ListBackendStatsResponse] <List[ListBackendStatsResponse]>`
19872000
19882001 Usage:
You can’t perform that action at this time.
0 commit comments