From ea7d7a4af3cc4e565b1960eb4988f096077e0525 Mon Sep 17 00:00:00 2001 From: SDK Generator Bot Date: Mon, 2 Jun 2025 14:07:24 +0000 Subject: [PATCH] Generate loadbalancer --- .../src/stackit/loadbalancer/api/default_api.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/services/loadbalancer/src/stackit/loadbalancer/api/default_api.py b/services/loadbalancer/src/stackit/loadbalancer/api/default_api.py index a2bd9ed4..aa987f8e 100644 --- a/services/loadbalancer/src/stackit/loadbalancer/api/default_api.py +++ b/services/loadbalancer/src/stackit/loadbalancer/api/default_api.py @@ -1745,9 +1745,9 @@ def get_quota( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> GetQuotaResponse: - """Get the quota of Load Balancers and Target Pools in a project. + """Get the quota of Load Balancers in a project. - GetQuota gets the configured load balancer quota for the project. Default is 3. + Retrieves the configured Load Balancer quota for the project. Limit can be changed via service request. There can be 3 times as many observability credentials as Load Balancers. :param project_id: (required) :type project_id: str @@ -1813,9 +1813,9 @@ def get_quota_with_http_info( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> ApiResponse[GetQuotaResponse]: - """Get the quota of Load Balancers and Target Pools in a project. + """Get the quota of Load Balancers in a project. - GetQuota gets the configured load balancer quota for the project. Default is 3. + Retrieves the configured Load Balancer quota for the project. Limit can be changed via service request. There can be 3 times as many observability credentials as Load Balancers. :param project_id: (required) :type project_id: str @@ -1881,9 +1881,9 @@ def get_quota_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Get the quota of Load Balancers and Target Pools in a project. + """Get the quota of Load Balancers in a project. - GetQuota gets the configured load balancer quota for the project. Default is 3. + Retrieves the configured Load Balancer quota for the project. Limit can be changed via service request. There can be 3 times as many observability credentials as Load Balancers. :param project_id: (required) :type project_id: str