diff --git a/services/alb/oas_commit b/services/alb/oas_commit index cca6a5e..e8627c8 100644 --- a/services/alb/oas_commit +++ b/services/alb/oas_commit @@ -1 +1 @@ -95de5cba3201a683657cb472d5fa30aa768f19cc +6a86f80df68ab686dfa9409cfb4208c59fd68aec 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 180211d..15960e8 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 @@ -137,6 +137,7 @@ public void setCustomBaseUrl(String customBaseUrl) { * 400 One or more fields are invalid. - * 401 Unauthorized - * 403 this project_id is not allowed to try this API - + * 429 maximum number of credentials reached - please contact support to increase it - * 500 internal error - please retry again later or contact support if the issue persists - * 0 Default error response - * @@ -264,6 +265,7 @@ private okhttp3.Call createCredentialsValidateBeforeCall( * 400 One or more fields are invalid. - * 401 Unauthorized - * 403 this project_id is not allowed to try this API - + * 429 maximum number of credentials reached - please contact support to increase it - * 500 internal error - please retry again later or contact support if the issue persists - * 0 Default error response - * @@ -302,6 +304,7 @@ public CreateCredentialsResponse createCredentials( * 400 One or more fields are invalid. - * 401 Unauthorized - * 403 this project_id is not allowed to try this API - + * 429 maximum number of credentials reached - please contact support to increase it - * 500 internal error - please retry again later or contact support if the issue persists - * 0 Default error response - * @@ -342,6 +345,7 @@ public ApiResponse createCredentialsWithHttpInfo( * 400 One or more fields are invalid. - * 401 Unauthorized - * 403 this project_id is not allowed to try this API - + * 429 maximum number of credentials reached - please contact support to increase it - * 500 internal error - please retry again later or contact support if the issue persists - * 0 Default error response - * @@ -381,6 +385,7 @@ public okhttp3.Call createCredentialsAsync( * 401 Unauthorized - * 403 this project_id is not allowed to try this API - * 409 Application Load Balancer already exists - + * 429 maximum number of load balancing servers reached - please contact support to increase it - * 500 internal error - please retry again later or contact support if the issue persists - * 0 Default error response - * @@ -507,6 +512,7 @@ private okhttp3.Call createLoadBalancerValidateBeforeCall( * 401 Unauthorized - * 403 this project_id is not allowed to try this API - * 409 Application Load Balancer already exists - + * 429 maximum number of load balancing servers reached - please contact support to increase it - * 500 internal error - please retry again later or contact support if the issue persists - * 0 Default error response - * @@ -544,6 +550,7 @@ public LoadBalancer createLoadBalancer( * 401 Unauthorized - * 403 this project_id is not allowed to try this API - * 409 Application Load Balancer already exists - + * 429 maximum number of load balancing servers reached - please contact support to increase it - * 500 internal error - please retry again later or contact support if the issue persists - * 0 Default error response - * @@ -583,6 +590,7 @@ public ApiResponse createLoadBalancerWithHttpInfo( * 401 Unauthorized - * 403 this project_id is not allowed to try this API - * 409 Application Load Balancer already exists - + * 429 maximum number of load balancing servers reached - please contact support to increase it - * 500 internal error - please retry again later or contact support if the issue persists - * 0 Default error response - *