Skip to content

Commit 644402b

Browse files
Generate mongodbflex
1 parent 5171137 commit 644402b

Some content is hidden

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

58 files changed

+575
-102
lines changed

services/mongodbflex/src/stackit/mongodbflex/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
88
This is the documentation for the STACKIT MongoDB Flex Service API
99
10-
The version of the OpenAPI document: 1.0.0
10+
The version of the OpenAPI document: 2.0.0
1111
Contact: support@stackit.cloud
1212
Generated by OpenAPI Generator (https://openapi-generator.tech)
1313

services/mongodbflex/src/stackit/mongodbflex/api/default_api.py

Lines changed: 512 additions & 40 deletions
Large diffs are not rendered by default.

services/mongodbflex/src/stackit/mongodbflex/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This is the documentation for the STACKIT MongoDB Flex Service API
77
8-
The version of the OpenAPI document: 1.0.0
8+
The version of the OpenAPI document: 2.0.0
99
Contact: support@stackit.cloud
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

services/mongodbflex/src/stackit/mongodbflex/configuration.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
1111
This is the documentation for the STACKIT MongoDB Flex Service API
1212
13-
The version of the OpenAPI document: 1.0.0
13+
The version of the OpenAPI document: 2.0.0
1414
Contact: support@stackit.cloud
1515
Generated by OpenAPI Generator (https://openapi-generator.tech)
1616
@@ -37,7 +37,7 @@ def __init__(
3737
)
3838
"""Constructor
3939
"""
40-
self._base_path = "https://mongodb-flex-service.api.eu01.stackit.cloud"
40+
self._base_path = "https://mongodb-flex-service.api.stackit.cloud"
4141
"""Default Base url
4242
"""
4343
self.server_index = 0 if server_index is None else server_index
@@ -61,13 +61,12 @@ def get_host_settings(self):
6161
"""
6262
return [
6363
{
64-
"url": "https://mongodb-flex-service.api.{region}stackit.cloud",
64+
"url": "https://mongodb-flex-service.api.stackit.cloud",
6565
"description": "No description provided",
6666
"variables": {
6767
"region": {
6868
"description": "No description provided",
69-
"default_value": "eu01.",
70-
"enum_values": ["eu01."],
69+
"default_value": "global",
7170
}
7271
},
7372
}

services/mongodbflex/src/stackit/mongodbflex/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This is the documentation for the STACKIT MongoDB Flex Service API
77
8-
The version of the OpenAPI document: 1.0.0
8+
The version of the OpenAPI document: 2.0.0
99
Contact: support@stackit.cloud
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

services/mongodbflex/src/stackit/mongodbflex/models/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
This is the documentation for the STACKIT MongoDB Flex Service API
88
9-
The version of the OpenAPI document: 1.0.0
9+
The version of the OpenAPI document: 2.0.0
1010
Contact: support@stackit.cloud
1111
Generated by OpenAPI Generator (https://openapi-generator.tech)
1212

services/mongodbflex/src/stackit/mongodbflex/models/acl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This is the documentation for the STACKIT MongoDB Flex Service API
77
8-
The version of the OpenAPI document: 1.0.0
8+
The version of the OpenAPI document: 2.0.0
99
Contact: support@stackit.cloud
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

services/mongodbflex/src/stackit/mongodbflex/models/backup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This is the documentation for the STACKIT MongoDB Flex Service API
77
8-
The version of the OpenAPI document: 1.0.0
8+
The version of the OpenAPI document: 2.0.0
99
Contact: support@stackit.cloud
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

services/mongodbflex/src/stackit/mongodbflex/models/backup_schedule.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This is the documentation for the STACKIT MongoDB Flex Service API
77
8-
The version of the OpenAPI document: 1.0.0
8+
The version of the OpenAPI document: 2.0.0
99
Contact: support@stackit.cloud
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

services/mongodbflex/src/stackit/mongodbflex/models/clone_instance_payload.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This is the documentation for the STACKIT MongoDB Flex Service API
77
8-
The version of the OpenAPI document: 1.0.0
8+
The version of the OpenAPI document: 2.0.0
99
Contact: support@stackit.cloud
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

0 commit comments

Comments
 (0)