Skip to content

Commit 2fc82a1

Browse files
Generate loadbalancer
1 parent 64be749 commit 2fc82a1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1745,9 +1745,9 @@ def get_quota(
17451745
_headers: Optional[Dict[StrictStr, Any]] = None,
17461746
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
17471747
) -> GetQuotaResponse:
1748-
"""Get the quota of Load Balancers and Target Pools in a project.
1748+
"""Get the quota of Load Balancers in a project.
17491749
1750-
GetQuota gets the configured load balancer quota for the project. Default is 3.
1750+
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.
17511751
17521752
:param project_id: (required)
17531753
:type project_id: str
@@ -1813,9 +1813,9 @@ def get_quota_with_http_info(
18131813
_headers: Optional[Dict[StrictStr, Any]] = None,
18141814
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
18151815
) -> ApiResponse[GetQuotaResponse]:
1816-
"""Get the quota of Load Balancers and Target Pools in a project.
1816+
"""Get the quota of Load Balancers in a project.
18171817
1818-
GetQuota gets the configured load balancer quota for the project. Default is 3.
1818+
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.
18191819
18201820
:param project_id: (required)
18211821
:type project_id: str
@@ -1881,9 +1881,9 @@ def get_quota_without_preload_content(
18811881
_headers: Optional[Dict[StrictStr, Any]] = None,
18821882
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
18831883
) -> RESTResponseType:
1884-
"""Get the quota of Load Balancers and Target Pools in a project.
1884+
"""Get the quota of Load Balancers in a project.
18851885
1886-
GetQuota gets the configured load balancer quota for the project. Default is 3.
1886+
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.
18871887
18881888
:param project_id: (required)
18891889
:type project_id: str

0 commit comments

Comments
 (0)