From 5093a7860a6e1df7faefecfddd60338df2a7a92d Mon Sep 17 00:00:00 2001 From: SDK Generator Bot Date: Wed, 27 Nov 2024 10:18:06 +0000 Subject: [PATCH] Generate loadbalancer --- services/loadbalancer/api_default.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/loadbalancer/api_default.go b/services/loadbalancer/api_default.go index d4c6a0066..3de01ce80 100644 --- a/services/loadbalancer/api_default.go +++ b/services/loadbalancer/api_default.go @@ -1457,7 +1457,7 @@ func (r ApiGetServiceStatusRequest) Execute() (*GetServiceStatusResponse, error) /* GetServiceStatus: Return the status of load balancer functionality for the project specified. -Deprecated: DEPRECATED! Projects are auto-enabled on SE side, meaning status is always enabled. +Deprecated: 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. @@ -1474,7 +1474,7 @@ func (a *APIClient) GetServiceStatus(ctx context.Context, projectId string) ApiG } /* -Deprecated: DEPRECATED! Projects are auto-enabled on SE side, meaning status is always enabled. +Deprecated: 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. */