Skip to content
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
Original file line number Diff line number Diff line change
Expand Up @@ -1745,9 +1745,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 Load Balancers and Target Pools in a project.
"""Get the quota of Load Balancers in a project.

GetQuota gets the configured load balancer quota for the project. Default is 3.
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.

:param project_id: (required)
:type project_id: str
Expand Down Expand Up @@ -1813,9 +1813,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 Load Balancers and Target Pools in a project.
"""Get the quota of Load Balancers in a project.

GetQuota gets the configured load balancer quota for the project. Default is 3.
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.

:param project_id: (required)
:type project_id: str
Expand Down Expand Up @@ -1881,9 +1881,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 Load Balancers and Target Pools in a project.
"""Get the quota of Load Balancers in a project.

GetQuota gets the configured load balancer quota for the project. Default is 3.
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.

:param project_id: (required)
:type project_id: str
Expand Down
Loading