diff --git a/services/alb/oas_commit b/services/alb/oas_commit index 6a2a7d7b..cca6a5e9 100644 --- a/services/alb/oas_commit +++ b/services/alb/oas_commit @@ -1 +1 @@ -10774896634990c655a523f5f0fabd6e2be9e216 +95de5cba3201a683657cb472d5fa30aa768f19cc diff --git a/services/alb/src/main/java/cloud/stackit/sdk/alb/api/DefaultApi.java b/services/alb/src/main/java/cloud/stackit/sdk/alb/api/DefaultApi.java index f7d0638c..180211de 100644 --- a/services/alb/src/main/java/cloud/stackit/sdk/alb/api/DefaultApi.java +++ b/services/alb/src/main/java/cloud/stackit/sdk/alb/api/DefaultApi.java @@ -1591,8 +1591,6 @@ private okhttp3.Call getQuotaValidateBeforeCall( /** * Get the quota of Application Load Balancers in a project. 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 projectId (required) * @param region (required) @@ -1621,8 +1619,6 @@ public GetQuotaResponse getQuota( /** * Get the quota of Application Load Balancers in a project. 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 projectId (required) * @param region (required) @@ -1652,8 +1648,7 @@ public ApiResponse getQuotaWithHttpInfo( /** * Get the quota of Application Load Balancers in a project. (asynchronously) 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. + * request. * * @param projectId (required) * @param region (required) diff --git a/services/alb/src/main/java/cloud/stackit/sdk/alb/model/GetQuotaResponse.java b/services/alb/src/main/java/cloud/stackit/sdk/alb/model/GetQuotaResponse.java index 77d45bca..452258bb 100644 --- a/services/alb/src/main/java/cloud/stackit/sdk/alb/model/GetQuotaResponse.java +++ b/services/alb/src/main/java/cloud/stackit/sdk/alb/model/GetQuotaResponse.java @@ -81,7 +81,7 @@ public GetQuotaResponse maxCredentials(@javax.annotation.Nullable Integer maxCre /** * The maximum number of observability credentials that can be stored in this project. minimum: - * -1 maximum: 999 + * -1 maximum: 1000000 * * @return maxCredentials */ @@ -99,7 +99,7 @@ public GetQuotaResponse maxLoadBalancers(@javax.annotation.Nullable Integer maxL } /** - * The maximum number of load balancing servers in this project. minimum: -1 maximum: 999 + * The maximum number of load balancing servers in this project. minimum: -1 maximum: 1000000 * * @return maxLoadBalancers */