Skip to content

Generator: Update SDK /services/loadbalancer #376

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Loading