Skip to content

Generator: Update SDK /services/alb #1238

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions services/alb/src/stackit/alb/api/default_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1727,9 +1727,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 application load balancers and target pools in a project.
"""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
Expand Down Expand Up @@ -1795,9 +1795,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 application load balancers and target pools in a project.
"""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
Expand Down Expand Up @@ -1863,9 +1863,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 application load balancers and target pools in a project.
"""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
Expand Down
Loading