Skip to content

Commit f870e2f

Browse files
Generate loadbalancer (#141)
1 parent 3326c43 commit f870e2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/loadbalancer/src/stackit/loadbalancer/models/get_quota_response.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class GetQuotaResponse(BaseModel):
2727
GetQuotaResponse
2828
"""
2929

30-
max_load_balancers: Optional[Annotated[int, Field(le=999, strict=True, ge=-1)]] = Field(
30+
max_load_balancers: Optional[Annotated[int, Field(le=1000000, strict=True, ge=-1)]] = Field(
3131
default=None,
3232
description="The maximum number of load balancing servers in this project. Unlimited if set to -1.",
3333
alias="maxLoadBalancers",

0 commit comments

Comments
 (0)