Skip to content

Commit 081f69c

Browse files
Generate alb
1 parent 64be749 commit 081f69c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1727,9 +1727,9 @@ def get_quota(
17271727
_headers: Optional[Dict[StrictStr, Any]] = None,
17281728
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
17291729
) -> GetQuotaResponse:
1730-
"""Get the quota of application load balancers and target pools in a project.
1730+
"""Get the quota of Application Load Balancers in a project.
17311731
1732-
Retrieves the configured Application Load Balancer quota for the project. The default quota is 3.
1732+
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.
17331733
17341734
:param project_id: (required)
17351735
:type project_id: str
@@ -1795,9 +1795,9 @@ def get_quota_with_http_info(
17951795
_headers: Optional[Dict[StrictStr, Any]] = None,
17961796
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
17971797
) -> ApiResponse[GetQuotaResponse]:
1798-
"""Get the quota of application load balancers and target pools in a project.
1798+
"""Get the quota of Application Load Balancers in a project.
17991799
1800-
Retrieves the configured Application Load Balancer quota for the project. The default quota is 3.
1800+
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.
18011801
18021802
:param project_id: (required)
18031803
:type project_id: str
@@ -1863,9 +1863,9 @@ def get_quota_without_preload_content(
18631863
_headers: Optional[Dict[StrictStr, Any]] = None,
18641864
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
18651865
) -> RESTResponseType:
1866-
"""Get the quota of application load balancers and target pools in a project.
1866+
"""Get the quota of Application Load Balancers in a project.
18671867
1868-
Retrieves the configured Application Load Balancer quota for the project. The default quota is 3.
1868+
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.
18691869
18701870
:param project_id: (required)
18711871
:type project_id: str

0 commit comments

Comments
 (0)