Skip to content

Commit bad1092

Browse files
Generate loadbalancer (#405)
1 parent a8d8c17 commit bad1092

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

services/loadbalancer/src/stackit/loadbalancer/api/default_api.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2395,7 +2395,7 @@ def get_service_status(
23952395
) -> GetServiceStatusResponse:
23962396
"""(Deprecated) Return the status of load balancer functionality for the project specified.
23972397
2398-
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.
2398+
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.
23992399
24002400
:param project_id: (required)
24012401
:type project_id: str
@@ -2460,7 +2460,7 @@ def get_service_status_with_http_info(
24602460
) -> ApiResponse[GetServiceStatusResponse]:
24612461
"""(Deprecated) Return the status of load balancer functionality for the project specified.
24622462
2463-
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.
2463+
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.
24642464
24652465
:param project_id: (required)
24662466
:type project_id: str
@@ -2525,7 +2525,7 @@ def get_service_status_without_preload_content(
25252525
) -> RESTResponseType:
25262526
"""(Deprecated) Return the status of load balancer functionality for the project specified.
25272527
2528-
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.
2528+
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.
25292529
25302530
:param project_id: (required)
25312531
:type project_id: str

0 commit comments

Comments
 (0)