From 0f7c3321a24b9ca1f5ec5bed5c604ba41ad13cf8 Mon Sep 17 00:00:00 2001 From: SDK Generator Bot Date: Wed, 27 Nov 2024 12:40:55 +0000 Subject: [PATCH] Generate loadbalancer --- .../src/stackit/loadbalancer/api/default_api.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/services/loadbalancer/src/stackit/loadbalancer/api/default_api.py b/services/loadbalancer/src/stackit/loadbalancer/api/default_api.py index 927ae789..f70e1299 100644 --- a/services/loadbalancer/src/stackit/loadbalancer/api/default_api.py +++ b/services/loadbalancer/src/stackit/loadbalancer/api/default_api.py @@ -2395,7 +2395,7 @@ def get_service_status( ) -> GetServiceStatusResponse: """(Deprecated) Return the status of load balancer functionality for the project specified. - DEPRECATED! Projects are auto-enabled on SE side, meaning status is always enabled. Status will return the load balancer functionality status for the project specified. + DEPRECATED! Checking the status is now obsolete. The endpoint is kept for compatibility. Status will return the load balancer functionality status for the project specified. :param project_id: (required) :type project_id: str @@ -2460,7 +2460,7 @@ def get_service_status_with_http_info( ) -> ApiResponse[GetServiceStatusResponse]: """(Deprecated) Return the status of load balancer functionality for the project specified. - DEPRECATED! Projects are auto-enabled on SE side, meaning status is always enabled. Status will return the load balancer functionality status for the project specified. + DEPRECATED! Checking the status is now obsolete. The endpoint is kept for compatibility. Status will return the load balancer functionality status for the project specified. :param project_id: (required) :type project_id: str @@ -2525,7 +2525,7 @@ def get_service_status_without_preload_content( ) -> RESTResponseType: """(Deprecated) Return the status of load balancer functionality for the project specified. - DEPRECATED! Projects are auto-enabled on SE side, meaning status is always enabled. Status will return the load balancer functionality status for the project specified. + DEPRECATED! Checking the status is now obsolete. The endpoint is kept for compatibility. Status will return the load balancer functionality status for the project specified. :param project_id: (required) :type project_id: str