Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion services/iaas/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# STACKIT Java SDK for IaaS-API

- API version: 1
- API version: 2beta1

This API allows you to create and modify IaaS resources.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* IaaS-API
* This API allows you to create and modify IaaS resources.
*
* The version of the OpenAPI document: 1
* The version of the OpenAPI document: 2beta1
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* IaaS-API
* This API allows you to create and modify IaaS resources.
*
* The version of the OpenAPI document: 1
* The version of the OpenAPI document: 2beta1
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down Expand Up @@ -52,22 +52,21 @@
/** ApiClient class. */
public class ApiClient {

protected String basePath = "https://iaas.api.eu01.stackit.cloud";
protected String basePath = "https://iaas.api.stackit.cloud";
protected List<ServerConfiguration> servers =
new ArrayList<ServerConfiguration>(
Arrays.asList(
new ServerConfiguration(
"https://iaas.api.{region}stackit.cloud",
"https://iaas.api.stackit.cloud",
"No description provided",
new HashMap<String, ServerVariable>() {
{
put(
"region",
new ServerVariable(
"No description provided",
"eu01.",
new HashSet<String>(
Arrays.asList("eu01."))));
"global",
new HashSet<String>()));
}
})));
protected Integer serverIndex = 0;
Expand Down Expand Up @@ -162,7 +161,7 @@ public String getBasePath() {
/**
* Set base path
*
* @param basePath Base path of the URL (e.g https://iaas.api.eu01.stackit.cloud
* @param basePath Base path of the URL (e.g https://iaas.api.stackit.cloud
* @return An instance of OkHttpClient
*/
public ApiClient setBasePath(String basePath) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* IaaS-API
* This API allows you to create and modify IaaS resources.
*
* The version of the OpenAPI document: 1
* The version of the OpenAPI document: 2beta1
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* IaaS-API
* This API allows you to create and modify IaaS resources.
*
* The version of the OpenAPI document: 1
* The version of the OpenAPI document: 2beta1
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
Loading
Loading