Skip to content

Commit 03df46b

Browse files
Generate iaas
1 parent 7e824cf commit 03df46b

File tree

163 files changed

+25853
-7174
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

163 files changed

+25853
-7174
lines changed

services/iaas/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# STACKIT Java SDK for IaaS-API
22

3-
- API version: 1
3+
- API version: 2beta1
44

55
This API allows you to create and modify IaaS resources.
66

services/iaas/src/main/java/cloud/stackit/sdk/iaas/ApiCallback.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* IaaS-API
33
* This API allows you to create and modify IaaS resources.
44
*
5-
* The version of the OpenAPI document: 1
5+
* The version of the OpenAPI document: 2beta1
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

services/iaas/src/main/java/cloud/stackit/sdk/iaas/ApiClient.java

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* IaaS-API
33
* This API allows you to create and modify IaaS resources.
44
*
5-
* The version of the OpenAPI document: 1
5+
* The version of the OpenAPI document: 2beta1
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -52,22 +52,21 @@
5252
/** ApiClient class. */
5353
public class ApiClient {
5454

55-
protected String basePath = "https://iaas.api.eu01.stackit.cloud";
55+
protected String basePath = "https://iaas.api.stackit.cloud";
5656
protected List<ServerConfiguration> servers =
5757
new ArrayList<ServerConfiguration>(
5858
Arrays.asList(
5959
new ServerConfiguration(
60-
"https://iaas.api.{region}stackit.cloud",
60+
"https://iaas.api.stackit.cloud",
6161
"No description provided",
6262
new HashMap<String, ServerVariable>() {
6363
{
6464
put(
6565
"region",
6666
new ServerVariable(
6767
"No description provided",
68-
"eu01.",
69-
new HashSet<String>(
70-
Arrays.asList("eu01."))));
68+
"global",
69+
new HashSet<String>()));
7170
}
7271
})));
7372
protected Integer serverIndex = 0;
@@ -162,7 +161,7 @@ public String getBasePath() {
162161
/**
163162
* Set base path
164163
*
165-
* @param basePath Base path of the URL (e.g https://iaas.api.eu01.stackit.cloud
164+
* @param basePath Base path of the URL (e.g https://iaas.api.stackit.cloud
166165
* @return An instance of OkHttpClient
167166
*/
168167
public ApiClient setBasePath(String basePath) {

services/iaas/src/main/java/cloud/stackit/sdk/iaas/ApiResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* IaaS-API
33
* This API allows you to create and modify IaaS resources.
44
*
5-
* The version of the OpenAPI document: 1
5+
* The version of the OpenAPI document: 2beta1
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

services/iaas/src/main/java/cloud/stackit/sdk/iaas/GzipRequestInterceptor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* IaaS-API
33
* This API allows you to create and modify IaaS resources.
44
*
5-
* The version of the OpenAPI document: 1
5+
* The version of the OpenAPI document: 2beta1
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

0 commit comments

Comments
 (0)