Skip to content

Commit 3fce9af

Browse files
Generate lbapplication
1 parent 64be749 commit 3fce9af

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2185,9 +2185,9 @@ def get_quota(
21852185
_headers: Optional[Dict[StrictStr, Any]] = None,
21862186
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
21872187
) -> GetQuotaResponse:
2188-
"""(Deprecated) Get the quota of application load balancers and target pools in a project.
2188+
"""(Deprecated) Get the quota of Application Load Balancers in a project.
21892189
2190-
Retrieves the configured Application Load Balancer quota for the project. The default quota is 3.
2190+
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.
21912191
21922192
:param project_id: (required)
21932193
:type project_id: str
@@ -2250,9 +2250,9 @@ def get_quota_with_http_info(
22502250
_headers: Optional[Dict[StrictStr, Any]] = None,
22512251
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
22522252
) -> ApiResponse[GetQuotaResponse]:
2253-
"""(Deprecated) Get the quota of application load balancers and target pools in a project.
2253+
"""(Deprecated) Get the quota of Application Load Balancers in a project.
22542254
2255-
Retrieves the configured Application Load Balancer quota for the project. The default quota is 3.
2255+
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.
22562256
22572257
:param project_id: (required)
22582258
:type project_id: str
@@ -2315,9 +2315,9 @@ def get_quota_without_preload_content(
23152315
_headers: Optional[Dict[StrictStr, Any]] = None,
23162316
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
23172317
) -> RESTResponseType:
2318-
"""(Deprecated) Get the quota of application load balancers and target pools in a project.
2318+
"""(Deprecated) Get the quota of Application Load Balancers in a project.
23192319
2320-
Retrieves the configured Application Load Balancer quota for the project. The default quota is 3.
2320+
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.
23212321
23222322
:param project_id: (required)
23232323
:type project_id: str

0 commit comments

Comments
 (0)