From 3fce9af994196756d36eff06d66d8d7f46547894 Mon Sep 17 00:00:00 2001 From: SDK Generator Bot Date: Mon, 2 Jun 2025 14:07:19 +0000 Subject: [PATCH] Generate lbapplication --- .../src/stackit/lbapplication/api/default_api.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/services/lbapplication/src/stackit/lbapplication/api/default_api.py b/services/lbapplication/src/stackit/lbapplication/api/default_api.py index 6a99242f..657c4311 100644 --- a/services/lbapplication/src/stackit/lbapplication/api/default_api.py +++ b/services/lbapplication/src/stackit/lbapplication/api/default_api.py @@ -2185,9 +2185,9 @@ def get_quota( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> GetQuotaResponse: - """(Deprecated) Get the quota of application load balancers and target pools in a project. + """(Deprecated) Get the quota of Application Load Balancers in a project. - Retrieves the configured Application Load Balancer quota for the project. The default quota is 3. + Retrieves the configured Application Load Balancer quota for the project. Limit can be changed via service request. There can be 3 times as many TLS certificates and observability credentials as Load Balancers. :param project_id: (required) :type project_id: str @@ -2250,9 +2250,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]: - """(Deprecated) Get the quota of application load balancers and target pools in a project. + """(Deprecated) Get the quota of Application Load Balancers in a project. - Retrieves the configured Application Load Balancer quota for the project. The default quota is 3. + Retrieves the configured Application Load Balancer quota for the project. Limit can be changed via service request. There can be 3 times as many TLS certificates and observability credentials as Load Balancers. :param project_id: (required) :type project_id: str @@ -2315,9 +2315,9 @@ def get_quota_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """(Deprecated) Get the quota of application load balancers and target pools in a project. + """(Deprecated) Get the quota of Application Load Balancers in a project. - Retrieves the configured Application Load Balancer quota for the project. The default quota is 3. + Retrieves the configured Application Load Balancer quota for the project. Limit can be changed via service request. There can be 3 times as many TLS certificates and observability credentials as Load Balancers. :param project_id: (required) :type project_id: str