From 0e8b4c661e17ec990a494b4225c5c6bda758d859 Mon Sep 17 00:00:00 2001 From: SDK Generator Bot Date: Tue, 24 Mar 2026 13:02:20 +0000 Subject: [PATCH] Generate loadbalancer --- services/loadbalancer/oas_commit | 2 +- .../stackit/sdk/loadbalancer/api/DefaultApi.java | 16 +++++++--------- .../sdk/loadbalancer/model/GetQuotaResponse.java | 5 ++--- .../stackit/sdk/loadbalancer/model/Listener.java | 5 +++++ 4 files changed, 15 insertions(+), 13 deletions(-) diff --git a/services/loadbalancer/oas_commit b/services/loadbalancer/oas_commit index 6a2a7d7b..272dcd7b 100644 --- a/services/loadbalancer/oas_commit +++ b/services/loadbalancer/oas_commit @@ -1 +1 @@ -10774896634990c655a523f5f0fabd6e2be9e216 +7387ad1600ca8bb2a3f15a5df04cd5831d75852f diff --git a/services/loadbalancer/src/main/java/cloud/stackit/sdk/loadbalancer/api/DefaultApi.java b/services/loadbalancer/src/main/java/cloud/stackit/sdk/loadbalancer/api/DefaultApi.java index 4f1f1028..e0d9d49d 100644 --- a/services/loadbalancer/src/main/java/cloud/stackit/sdk/loadbalancer/api/DefaultApi.java +++ b/services/loadbalancer/src/main/java/cloud/stackit/sdk/loadbalancer/api/DefaultApi.java @@ -1592,9 +1592,8 @@ private okhttp3.Call getQuotaValidateBeforeCall( } /** - * Get the quota of Load Balancers in a project. 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. + * Get the quota of Network Load Balancers in a project. Retrieves the configured Network Load + * Balancer quota for the project. Limit can be changed via service request. * * @param projectId (required) * @param region (required) @@ -1621,9 +1620,8 @@ public GetQuotaResponse getQuota( } /** - * Get the quota of Load Balancers in a project. 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. + * Get the quota of Network Load Balancers in a project. Retrieves the configured Network Load + * Balancer quota for the project. Limit can be changed via service request. * * @param projectId (required) * @param region (required) @@ -1651,9 +1649,9 @@ public ApiResponse getQuotaWithHttpInfo( } /** - * Get the quota of Load Balancers in a project. (asynchronously) 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. + * Get the quota of Network Load Balancers in a project. (asynchronously) Retrieves the + * configured Network Load Balancer quota for the project. Limit can be changed via service + * request. * * @param projectId (required) * @param region (required) diff --git a/services/loadbalancer/src/main/java/cloud/stackit/sdk/loadbalancer/model/GetQuotaResponse.java b/services/loadbalancer/src/main/java/cloud/stackit/sdk/loadbalancer/model/GetQuotaResponse.java index b81e5cb6..e7f183bd 100644 --- a/services/loadbalancer/src/main/java/cloud/stackit/sdk/loadbalancer/model/GetQuotaResponse.java +++ b/services/loadbalancer/src/main/java/cloud/stackit/sdk/loadbalancer/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,8 +99,7 @@ public GetQuotaResponse maxLoadBalancers(@javax.annotation.Nullable Integer maxL } /** - * The maximum number of load balancing servers in this project. Unlimited if set to -1. - * minimum: -1 maximum: 1000000 + * The maximum number of load balancing servers in this project. minimum: -1 maximum: 1000000 * * @return maxLoadBalancers */ diff --git a/services/loadbalancer/src/main/java/cloud/stackit/sdk/loadbalancer/model/Listener.java b/services/loadbalancer/src/main/java/cloud/stackit/sdk/loadbalancer/model/Listener.java index 52756124..abb1d154 100644 --- a/services/loadbalancer/src/main/java/cloud/stackit/sdk/loadbalancer/model/Listener.java +++ b/services/loadbalancer/src/main/java/cloud/stackit/sdk/loadbalancer/model/Listener.java @@ -122,6 +122,7 @@ public static void validateJsonElement(JsonElement jsonElement) throws IOExcepti public static final String SERIALIZED_NAME_SERVER_NAME_INDICATORS = "serverNameIndicators"; + @Deprecated @SerializedName(SERIALIZED_NAME_SERVER_NAME_INDICATORS) @javax.annotation.Nullable private List serverNameIndicators = new ArrayList<>(); @@ -212,6 +213,7 @@ public void setProtocol(@javax.annotation.Nullable ProtocolEnum protocol) { this.protocol = protocol; } + @Deprecated public Listener serverNameIndicators( @javax.annotation.Nullable List serverNameIndicators) { this.serverNameIndicators = serverNameIndicators; @@ -231,11 +233,14 @@ public Listener addServerNameIndicatorsItem(ServerNameIndicator serverNameIndica * listener. * * @return serverNameIndicators + * @deprecated */ + @Deprecated @javax.annotation.Nullable public List getServerNameIndicators() { return serverNameIndicators; } + @Deprecated public void setServerNameIndicators( @javax.annotation.Nullable List serverNameIndicators) { this.serverNameIndicators = serverNameIndicators;