diff --git a/services/mongodbflex/oas_commit b/services/mongodbflex/oas_commit index 6e745cd65..0f8ce352b 100644 --- a/services/mongodbflex/oas_commit +++ b/services/mongodbflex/oas_commit @@ -1 +1 @@ -9873a8f7a4120017699e43baba2e8b2af7bca93e +876a48fb56473c7c844baa697906d461c0675f47 diff --git a/services/mongodbflex/src/stackit/mongodbflex/__init__.py b/services/mongodbflex/src/stackit/mongodbflex/__init__.py index 7a3527de6..08f44bba1 100644 --- a/services/mongodbflex/src/stackit/mongodbflex/__init__.py +++ b/services/mongodbflex/src/stackit/mongodbflex/__init__.py @@ -3,17 +3,18 @@ # flake8: noqa """ -STACKIT MongoDB Service API + STACKIT MongoDB Service API -This is the documentation for the STACKIT MongoDB Flex Service API + This is the documentation for the STACKIT MongoDB Flex Service API -The version of the OpenAPI document: 2.0.0 -Contact: support@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 2.0.0 + Contact: support@stackit.cloud + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 + __version__ = "1.0.0" # Define package exports diff --git a/services/mongodbflex/src/stackit/mongodbflex/api/default_api.py b/services/mongodbflex/src/stackit/mongodbflex/api/default_api.py index 9ae11f2ba..e6a0d8e4d 100644 --- a/services/mongodbflex/src/stackit/mongodbflex/api/default_api.py +++ b/services/mongodbflex/src/stackit/mongodbflex/api/default_api.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT MongoDB Service API + STACKIT MongoDB Service API -This is the documentation for the STACKIT MongoDB Flex Service API + This is the documentation for the STACKIT MongoDB Flex Service API -The version of the OpenAPI document: 2.0.0 -Contact: support@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 2.0.0 + Contact: support@stackit.cloud + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from typing import Any, Dict, List, Optional, Tuple, Union diff --git a/services/mongodbflex/src/stackit/mongodbflex/api_client.py b/services/mongodbflex/src/stackit/mongodbflex/api_client.py index 00e7ec779..c847e5bc7 100644 --- a/services/mongodbflex/src/stackit/mongodbflex/api_client.py +++ b/services/mongodbflex/src/stackit/mongodbflex/api_client.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT MongoDB Service API + STACKIT MongoDB Service API -This is the documentation for the STACKIT MongoDB Flex Service API + This is the documentation for the STACKIT MongoDB Flex Service API -The version of the OpenAPI document: 2.0.0 -Contact: support@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 2.0.0 + Contact: support@stackit.cloud + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 import datetime @@ -37,6 +37,7 @@ ApiException, ) + RequestSerialized = Tuple[str, str, Dict[str, str], Optional[str], List[str]] diff --git a/services/mongodbflex/src/stackit/mongodbflex/api_response.py b/services/mongodbflex/src/stackit/mongodbflex/api_response.py index ca801da0b..b3ba14a1d 100644 --- a/services/mongodbflex/src/stackit/mongodbflex/api_response.py +++ b/services/mongodbflex/src/stackit/mongodbflex/api_response.py @@ -6,6 +6,7 @@ from pydantic import BaseModel, Field, StrictBytes, StrictInt + T = TypeVar("T") diff --git a/services/mongodbflex/src/stackit/mongodbflex/configuration.py b/services/mongodbflex/src/stackit/mongodbflex/configuration.py index 644aa1f15..eb2beb5c5 100644 --- a/services/mongodbflex/src/stackit/mongodbflex/configuration.py +++ b/services/mongodbflex/src/stackit/mongodbflex/configuration.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT MongoDB Service API + STACKIT MongoDB Service API -This is the documentation for the STACKIT MongoDB Flex Service API + This is the documentation for the STACKIT MongoDB Flex Service API -The version of the OpenAPI document: 2.0.0 -Contact: support@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 2.0.0 + Contact: support@stackit.cloud + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 import sys @@ -19,6 +19,7 @@ import os + ServerVariablesT = Dict[str, str] diff --git a/services/mongodbflex/src/stackit/mongodbflex/exceptions.py b/services/mongodbflex/src/stackit/mongodbflex/exceptions.py index 4fb97b138..12b2d7b01 100644 --- a/services/mongodbflex/src/stackit/mongodbflex/exceptions.py +++ b/services/mongodbflex/src/stackit/mongodbflex/exceptions.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT MongoDB Service API + STACKIT MongoDB Service API -This is the documentation for the STACKIT MongoDB Flex Service API + This is the documentation for the STACKIT MongoDB Flex Service API -The version of the OpenAPI document: 2.0.0 -Contact: support@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 2.0.0 + Contact: support@stackit.cloud + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from typing import Any, Optional diff --git a/services/mongodbflex/src/stackit/mongodbflex/models/__init__.py b/services/mongodbflex/src/stackit/mongodbflex/models/__init__.py index 86c1d2e8d..bf5d7d940 100644 --- a/services/mongodbflex/src/stackit/mongodbflex/models/__init__.py +++ b/services/mongodbflex/src/stackit/mongodbflex/models/__init__.py @@ -2,15 +2,15 @@ # flake8: noqa """ -STACKIT MongoDB Service API + STACKIT MongoDB Service API -This is the documentation for the STACKIT MongoDB Flex Service API + This is the documentation for the STACKIT MongoDB Flex Service API -The version of the OpenAPI document: 2.0.0 -Contact: support@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 2.0.0 + Contact: support@stackit.cloud + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 # import models into model package diff --git a/services/mongodbflex/src/stackit/mongodbflex/models/acl.py b/services/mongodbflex/src/stackit/mongodbflex/models/acl.py index dfcf68cbb..2eda950e6 100644 --- a/services/mongodbflex/src/stackit/mongodbflex/models/acl.py +++ b/services/mongodbflex/src/stackit/mongodbflex/models/acl.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT MongoDB Service API + STACKIT MongoDB Service API -This is the documentation for the STACKIT MongoDB Flex Service API + This is the documentation for the STACKIT MongoDB Flex Service API -The version of the OpenAPI document: 2.0.0 -Contact: support@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 2.0.0 + Contact: support@stackit.cloud + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/mongodbflex/src/stackit/mongodbflex/models/backup.py b/services/mongodbflex/src/stackit/mongodbflex/models/backup.py index ba5bd9b9d..fd3078cff 100644 --- a/services/mongodbflex/src/stackit/mongodbflex/models/backup.py +++ b/services/mongodbflex/src/stackit/mongodbflex/models/backup.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT MongoDB Service API + STACKIT MongoDB Service API -This is the documentation for the STACKIT MongoDB Flex Service API + This is the documentation for the STACKIT MongoDB Flex Service API -The version of the OpenAPI document: 2.0.0 -Contact: support@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 2.0.0 + Contact: support@stackit.cloud + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/mongodbflex/src/stackit/mongodbflex/models/backup_schedule.py b/services/mongodbflex/src/stackit/mongodbflex/models/backup_schedule.py index 5d2201b56..ceb6ea687 100644 --- a/services/mongodbflex/src/stackit/mongodbflex/models/backup_schedule.py +++ b/services/mongodbflex/src/stackit/mongodbflex/models/backup_schedule.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT MongoDB Service API + STACKIT MongoDB Service API -This is the documentation for the STACKIT MongoDB Flex Service API + This is the documentation for the STACKIT MongoDB Flex Service API -The version of the OpenAPI document: 2.0.0 -Contact: support@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 2.0.0 + Contact: support@stackit.cloud + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/mongodbflex/src/stackit/mongodbflex/models/clone_instance_payload.py b/services/mongodbflex/src/stackit/mongodbflex/models/clone_instance_payload.py index 67fa12762..b814ff22d 100644 --- a/services/mongodbflex/src/stackit/mongodbflex/models/clone_instance_payload.py +++ b/services/mongodbflex/src/stackit/mongodbflex/models/clone_instance_payload.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT MongoDB Service API + STACKIT MongoDB Service API -This is the documentation for the STACKIT MongoDB Flex Service API + This is the documentation for the STACKIT MongoDB Flex Service API -The version of the OpenAPI document: 2.0.0 -Contact: support@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 2.0.0 + Contact: support@stackit.cloud + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/mongodbflex/src/stackit/mongodbflex/models/clone_instance_response.py b/services/mongodbflex/src/stackit/mongodbflex/models/clone_instance_response.py index 37123d8c1..7e1348c5c 100644 --- a/services/mongodbflex/src/stackit/mongodbflex/models/clone_instance_response.py +++ b/services/mongodbflex/src/stackit/mongodbflex/models/clone_instance_response.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT MongoDB Service API + STACKIT MongoDB Service API -This is the documentation for the STACKIT MongoDB Flex Service API + This is the documentation for the STACKIT MongoDB Flex Service API -The version of the OpenAPI document: 2.0.0 -Contact: support@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 2.0.0 + Contact: support@stackit.cloud + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/mongodbflex/src/stackit/mongodbflex/models/create_instance_payload.py b/services/mongodbflex/src/stackit/mongodbflex/models/create_instance_payload.py index 6dd7e0872..f10d0b6d8 100644 --- a/services/mongodbflex/src/stackit/mongodbflex/models/create_instance_payload.py +++ b/services/mongodbflex/src/stackit/mongodbflex/models/create_instance_payload.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT MongoDB Service API + STACKIT MongoDB Service API -This is the documentation for the STACKIT MongoDB Flex Service API + This is the documentation for the STACKIT MongoDB Flex Service API -The version of the OpenAPI document: 2.0.0 -Contact: support@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 2.0.0 + Contact: support@stackit.cloud + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/mongodbflex/src/stackit/mongodbflex/models/create_instance_response.py b/services/mongodbflex/src/stackit/mongodbflex/models/create_instance_response.py index de0f7e84b..323b3acfe 100644 --- a/services/mongodbflex/src/stackit/mongodbflex/models/create_instance_response.py +++ b/services/mongodbflex/src/stackit/mongodbflex/models/create_instance_response.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT MongoDB Service API + STACKIT MongoDB Service API -This is the documentation for the STACKIT MongoDB Flex Service API + This is the documentation for the STACKIT MongoDB Flex Service API -The version of the OpenAPI document: 2.0.0 -Contact: support@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 2.0.0 + Contact: support@stackit.cloud + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/mongodbflex/src/stackit/mongodbflex/models/create_user_payload.py b/services/mongodbflex/src/stackit/mongodbflex/models/create_user_payload.py index a4f1a2596..01945ac8d 100644 --- a/services/mongodbflex/src/stackit/mongodbflex/models/create_user_payload.py +++ b/services/mongodbflex/src/stackit/mongodbflex/models/create_user_payload.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT MongoDB Service API + STACKIT MongoDB Service API -This is the documentation for the STACKIT MongoDB Flex Service API + This is the documentation for the STACKIT MongoDB Flex Service API -The version of the OpenAPI document: 2.0.0 -Contact: support@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 2.0.0 + Contact: support@stackit.cloud + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/mongodbflex/src/stackit/mongodbflex/models/create_user_response.py b/services/mongodbflex/src/stackit/mongodbflex/models/create_user_response.py index 27840ffd7..8bb0aa6d7 100644 --- a/services/mongodbflex/src/stackit/mongodbflex/models/create_user_response.py +++ b/services/mongodbflex/src/stackit/mongodbflex/models/create_user_response.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT MongoDB Service API + STACKIT MongoDB Service API -This is the documentation for the STACKIT MongoDB Flex Service API + This is the documentation for the STACKIT MongoDB Flex Service API -The version of the OpenAPI document: 2.0.0 -Contact: support@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 2.0.0 + Contact: support@stackit.cloud + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/mongodbflex/src/stackit/mongodbflex/models/data_point.py b/services/mongodbflex/src/stackit/mongodbflex/models/data_point.py index d6c86c81b..155662142 100644 --- a/services/mongodbflex/src/stackit/mongodbflex/models/data_point.py +++ b/services/mongodbflex/src/stackit/mongodbflex/models/data_point.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT MongoDB Service API + STACKIT MongoDB Service API -This is the documentation for the STACKIT MongoDB Flex Service API + This is the documentation for the STACKIT MongoDB Flex Service API -The version of the OpenAPI document: 2.0.0 -Contact: support@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 2.0.0 + Contact: support@stackit.cloud + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/mongodbflex/src/stackit/mongodbflex/models/error.py b/services/mongodbflex/src/stackit/mongodbflex/models/error.py index 8d518e4a7..24a74db4b 100644 --- a/services/mongodbflex/src/stackit/mongodbflex/models/error.py +++ b/services/mongodbflex/src/stackit/mongodbflex/models/error.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT MongoDB Service API + STACKIT MongoDB Service API -This is the documentation for the STACKIT MongoDB Flex Service API + This is the documentation for the STACKIT MongoDB Flex Service API -The version of the OpenAPI document: 2.0.0 -Contact: support@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 2.0.0 + Contact: support@stackit.cloud + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/mongodbflex/src/stackit/mongodbflex/models/flavor.py b/services/mongodbflex/src/stackit/mongodbflex/models/flavor.py index 0d15f20d2..eb33128b9 100644 --- a/services/mongodbflex/src/stackit/mongodbflex/models/flavor.py +++ b/services/mongodbflex/src/stackit/mongodbflex/models/flavor.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT MongoDB Service API + STACKIT MongoDB Service API -This is the documentation for the STACKIT MongoDB Flex Service API + This is the documentation for the STACKIT MongoDB Flex Service API -The version of the OpenAPI document: 2.0.0 -Contact: support@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 2.0.0 + Contact: support@stackit.cloud + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/mongodbflex/src/stackit/mongodbflex/models/get_backup_response.py b/services/mongodbflex/src/stackit/mongodbflex/models/get_backup_response.py index 681d88845..3a5594f87 100644 --- a/services/mongodbflex/src/stackit/mongodbflex/models/get_backup_response.py +++ b/services/mongodbflex/src/stackit/mongodbflex/models/get_backup_response.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT MongoDB Service API + STACKIT MongoDB Service API -This is the documentation for the STACKIT MongoDB Flex Service API + This is the documentation for the STACKIT MongoDB Flex Service API -The version of the OpenAPI document: 2.0.0 -Contact: support@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 2.0.0 + Contact: support@stackit.cloud + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/mongodbflex/src/stackit/mongodbflex/models/get_user_response.py b/services/mongodbflex/src/stackit/mongodbflex/models/get_user_response.py index 4ab66a951..e55bbc5d8 100644 --- a/services/mongodbflex/src/stackit/mongodbflex/models/get_user_response.py +++ b/services/mongodbflex/src/stackit/mongodbflex/models/get_user_response.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT MongoDB Service API + STACKIT MongoDB Service API -This is the documentation for the STACKIT MongoDB Flex Service API + This is the documentation for the STACKIT MongoDB Flex Service API -The version of the OpenAPI document: 2.0.0 -Contact: support@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 2.0.0 + Contact: support@stackit.cloud + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/mongodbflex/src/stackit/mongodbflex/models/handlers_instances_slow_queries_response.py b/services/mongodbflex/src/stackit/mongodbflex/models/handlers_instances_slow_queries_response.py index dd9bb448b..16c6dc4ff 100644 --- a/services/mongodbflex/src/stackit/mongodbflex/models/handlers_instances_slow_queries_response.py +++ b/services/mongodbflex/src/stackit/mongodbflex/models/handlers_instances_slow_queries_response.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT MongoDB Service API + STACKIT MongoDB Service API -This is the documentation for the STACKIT MongoDB Flex Service API + This is the documentation for the STACKIT MongoDB Flex Service API -The version of the OpenAPI document: 2.0.0 -Contact: support@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 2.0.0 + Contact: support@stackit.cloud + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/mongodbflex/src/stackit/mongodbflex/models/handlers_instances_suggested_indexes_response.py b/services/mongodbflex/src/stackit/mongodbflex/models/handlers_instances_suggested_indexes_response.py index b90f53bb4..300ddfdc2 100644 --- a/services/mongodbflex/src/stackit/mongodbflex/models/handlers_instances_suggested_indexes_response.py +++ b/services/mongodbflex/src/stackit/mongodbflex/models/handlers_instances_suggested_indexes_response.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT MongoDB Service API + STACKIT MongoDB Service API -This is the documentation for the STACKIT MongoDB Flex Service API + This is the documentation for the STACKIT MongoDB Flex Service API -The version of the OpenAPI document: 2.0.0 -Contact: support@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 2.0.0 + Contact: support@stackit.cloud + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/mongodbflex/src/stackit/mongodbflex/models/host.py b/services/mongodbflex/src/stackit/mongodbflex/models/host.py index f36bb88d1..613a1ad42 100644 --- a/services/mongodbflex/src/stackit/mongodbflex/models/host.py +++ b/services/mongodbflex/src/stackit/mongodbflex/models/host.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT MongoDB Service API + STACKIT MongoDB Service API -This is the documentation for the STACKIT MongoDB Flex Service API + This is the documentation for the STACKIT MongoDB Flex Service API -The version of the OpenAPI document: 2.0.0 -Contact: support@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 2.0.0 + Contact: support@stackit.cloud + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/mongodbflex/src/stackit/mongodbflex/models/host_metric.py b/services/mongodbflex/src/stackit/mongodbflex/models/host_metric.py index b2e024f83..196d643d3 100644 --- a/services/mongodbflex/src/stackit/mongodbflex/models/host_metric.py +++ b/services/mongodbflex/src/stackit/mongodbflex/models/host_metric.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT MongoDB Service API + STACKIT MongoDB Service API -This is the documentation for the STACKIT MongoDB Flex Service API + This is the documentation for the STACKIT MongoDB Flex Service API -The version of the OpenAPI document: 2.0.0 -Contact: support@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 2.0.0 + Contact: support@stackit.cloud + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/mongodbflex/src/stackit/mongodbflex/models/instance.py b/services/mongodbflex/src/stackit/mongodbflex/models/instance.py index 728631e31..2869d240e 100644 --- a/services/mongodbflex/src/stackit/mongodbflex/models/instance.py +++ b/services/mongodbflex/src/stackit/mongodbflex/models/instance.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT MongoDB Service API + STACKIT MongoDB Service API -This is the documentation for the STACKIT MongoDB Flex Service API + This is the documentation for the STACKIT MongoDB Flex Service API -The version of the OpenAPI document: 2.0.0 -Contact: support@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 2.0.0 + Contact: support@stackit.cloud + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/mongodbflex/src/stackit/mongodbflex/models/instance_flavor.py b/services/mongodbflex/src/stackit/mongodbflex/models/instance_flavor.py index dd06fdc45..48a8d3151 100644 --- a/services/mongodbflex/src/stackit/mongodbflex/models/instance_flavor.py +++ b/services/mongodbflex/src/stackit/mongodbflex/models/instance_flavor.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT MongoDB Service API + STACKIT MongoDB Service API -This is the documentation for the STACKIT MongoDB Flex Service API + This is the documentation for the STACKIT MongoDB Flex Service API -The version of the OpenAPI document: 2.0.0 -Contact: support@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 2.0.0 + Contact: support@stackit.cloud + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/mongodbflex/src/stackit/mongodbflex/models/instance_list_instance.py b/services/mongodbflex/src/stackit/mongodbflex/models/instance_list_instance.py index ed0c61c9a..e4ecd9d07 100644 --- a/services/mongodbflex/src/stackit/mongodbflex/models/instance_list_instance.py +++ b/services/mongodbflex/src/stackit/mongodbflex/models/instance_list_instance.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT MongoDB Service API + STACKIT MongoDB Service API -This is the documentation for the STACKIT MongoDB Flex Service API + This is the documentation for the STACKIT MongoDB Flex Service API -The version of the OpenAPI document: 2.0.0 -Contact: support@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 2.0.0 + Contact: support@stackit.cloud + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/mongodbflex/src/stackit/mongodbflex/models/instance_response.py b/services/mongodbflex/src/stackit/mongodbflex/models/instance_response.py index a9eaea1cf..e276fa044 100644 --- a/services/mongodbflex/src/stackit/mongodbflex/models/instance_response.py +++ b/services/mongodbflex/src/stackit/mongodbflex/models/instance_response.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT MongoDB Service API + STACKIT MongoDB Service API -This is the documentation for the STACKIT MongoDB Flex Service API + This is the documentation for the STACKIT MongoDB Flex Service API -The version of the OpenAPI document: 2.0.0 -Contact: support@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 2.0.0 + Contact: support@stackit.cloud + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/mongodbflex/src/stackit/mongodbflex/models/instance_response_user.py b/services/mongodbflex/src/stackit/mongodbflex/models/instance_response_user.py index 5a7e54bdd..4cb87f6dd 100644 --- a/services/mongodbflex/src/stackit/mongodbflex/models/instance_response_user.py +++ b/services/mongodbflex/src/stackit/mongodbflex/models/instance_response_user.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT MongoDB Service API + STACKIT MongoDB Service API -This is the documentation for the STACKIT MongoDB Flex Service API + This is the documentation for the STACKIT MongoDB Flex Service API -The version of the OpenAPI document: 2.0.0 -Contact: support@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 2.0.0 + Contact: support@stackit.cloud + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/mongodbflex/src/stackit/mongodbflex/models/list_backups_response.py b/services/mongodbflex/src/stackit/mongodbflex/models/list_backups_response.py index 77a08a55f..f23f770aa 100644 --- a/services/mongodbflex/src/stackit/mongodbflex/models/list_backups_response.py +++ b/services/mongodbflex/src/stackit/mongodbflex/models/list_backups_response.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT MongoDB Service API + STACKIT MongoDB Service API -This is the documentation for the STACKIT MongoDB Flex Service API + This is the documentation for the STACKIT MongoDB Flex Service API -The version of the OpenAPI document: 2.0.0 -Contact: support@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 2.0.0 + Contact: support@stackit.cloud + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/mongodbflex/src/stackit/mongodbflex/models/list_flavors_response.py b/services/mongodbflex/src/stackit/mongodbflex/models/list_flavors_response.py index 749ddb7f7..f4339d256 100644 --- a/services/mongodbflex/src/stackit/mongodbflex/models/list_flavors_response.py +++ b/services/mongodbflex/src/stackit/mongodbflex/models/list_flavors_response.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT MongoDB Service API + STACKIT MongoDB Service API -This is the documentation for the STACKIT MongoDB Flex Service API + This is the documentation for the STACKIT MongoDB Flex Service API -The version of the OpenAPI document: 2.0.0 -Contact: support@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 2.0.0 + Contact: support@stackit.cloud + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/mongodbflex/src/stackit/mongodbflex/models/list_instances_response.py b/services/mongodbflex/src/stackit/mongodbflex/models/list_instances_response.py index ba374f6b3..30855eea3 100644 --- a/services/mongodbflex/src/stackit/mongodbflex/models/list_instances_response.py +++ b/services/mongodbflex/src/stackit/mongodbflex/models/list_instances_response.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT MongoDB Service API + STACKIT MongoDB Service API -This is the documentation for the STACKIT MongoDB Flex Service API + This is the documentation for the STACKIT MongoDB Flex Service API -The version of the OpenAPI document: 2.0.0 -Contact: support@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 2.0.0 + Contact: support@stackit.cloud + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/mongodbflex/src/stackit/mongodbflex/models/list_metrics_response.py b/services/mongodbflex/src/stackit/mongodbflex/models/list_metrics_response.py index af4d510e7..086e866e3 100644 --- a/services/mongodbflex/src/stackit/mongodbflex/models/list_metrics_response.py +++ b/services/mongodbflex/src/stackit/mongodbflex/models/list_metrics_response.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT MongoDB Service API + STACKIT MongoDB Service API -This is the documentation for the STACKIT MongoDB Flex Service API + This is the documentation for the STACKIT MongoDB Flex Service API -The version of the OpenAPI document: 2.0.0 -Contact: support@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 2.0.0 + Contact: support@stackit.cloud + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/mongodbflex/src/stackit/mongodbflex/models/list_restore_jobs_response.py b/services/mongodbflex/src/stackit/mongodbflex/models/list_restore_jobs_response.py index 83c0d7274..449fa6286 100644 --- a/services/mongodbflex/src/stackit/mongodbflex/models/list_restore_jobs_response.py +++ b/services/mongodbflex/src/stackit/mongodbflex/models/list_restore_jobs_response.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT MongoDB Service API + STACKIT MongoDB Service API -This is the documentation for the STACKIT MongoDB Flex Service API + This is the documentation for the STACKIT MongoDB Flex Service API -The version of the OpenAPI document: 2.0.0 -Contact: support@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 2.0.0 + Contact: support@stackit.cloud + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/mongodbflex/src/stackit/mongodbflex/models/list_storages_response.py b/services/mongodbflex/src/stackit/mongodbflex/models/list_storages_response.py index 25b289617..700616799 100644 --- a/services/mongodbflex/src/stackit/mongodbflex/models/list_storages_response.py +++ b/services/mongodbflex/src/stackit/mongodbflex/models/list_storages_response.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT MongoDB Service API + STACKIT MongoDB Service API -This is the documentation for the STACKIT MongoDB Flex Service API + This is the documentation for the STACKIT MongoDB Flex Service API -The version of the OpenAPI document: 2.0.0 -Contact: support@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 2.0.0 + Contact: support@stackit.cloud + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/mongodbflex/src/stackit/mongodbflex/models/list_user.py b/services/mongodbflex/src/stackit/mongodbflex/models/list_user.py index 092aadc1c..a3f2f5351 100644 --- a/services/mongodbflex/src/stackit/mongodbflex/models/list_user.py +++ b/services/mongodbflex/src/stackit/mongodbflex/models/list_user.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT MongoDB Service API + STACKIT MongoDB Service API -This is the documentation for the STACKIT MongoDB Flex Service API + This is the documentation for the STACKIT MongoDB Flex Service API -The version of the OpenAPI document: 2.0.0 -Contact: support@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 2.0.0 + Contact: support@stackit.cloud + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/mongodbflex/src/stackit/mongodbflex/models/list_users_response.py b/services/mongodbflex/src/stackit/mongodbflex/models/list_users_response.py index 6e8b0202f..8b556a849 100644 --- a/services/mongodbflex/src/stackit/mongodbflex/models/list_users_response.py +++ b/services/mongodbflex/src/stackit/mongodbflex/models/list_users_response.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT MongoDB Service API + STACKIT MongoDB Service API -This is the documentation for the STACKIT MongoDB Flex Service API + This is the documentation for the STACKIT MongoDB Flex Service API -The version of the OpenAPI document: 2.0.0 -Contact: support@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 2.0.0 + Contact: support@stackit.cloud + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/mongodbflex/src/stackit/mongodbflex/models/list_versions_response.py b/services/mongodbflex/src/stackit/mongodbflex/models/list_versions_response.py index 9972e537f..630d2616b 100644 --- a/services/mongodbflex/src/stackit/mongodbflex/models/list_versions_response.py +++ b/services/mongodbflex/src/stackit/mongodbflex/models/list_versions_response.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT MongoDB Service API + STACKIT MongoDB Service API -This is the documentation for the STACKIT MongoDB Flex Service API + This is the documentation for the STACKIT MongoDB Flex Service API -The version of the OpenAPI document: 2.0.0 -Contact: support@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 2.0.0 + Contact: support@stackit.cloud + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/mongodbflex/src/stackit/mongodbflex/models/mongodbatlas_operation.py b/services/mongodbflex/src/stackit/mongodbflex/models/mongodbatlas_operation.py index 6d737cbf7..14fbcaef0 100644 --- a/services/mongodbflex/src/stackit/mongodbflex/models/mongodbatlas_operation.py +++ b/services/mongodbflex/src/stackit/mongodbflex/models/mongodbatlas_operation.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT MongoDB Service API + STACKIT MongoDB Service API -This is the documentation for the STACKIT MongoDB Flex Service API + This is the documentation for the STACKIT MongoDB Flex Service API -The version of the OpenAPI document: 2.0.0 -Contact: support@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 2.0.0 + Contact: support@stackit.cloud + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/mongodbflex/src/stackit/mongodbflex/models/mongodbatlas_stats.py b/services/mongodbflex/src/stackit/mongodbflex/models/mongodbatlas_stats.py index 450328a09..77978e3f7 100644 --- a/services/mongodbflex/src/stackit/mongodbflex/models/mongodbatlas_stats.py +++ b/services/mongodbflex/src/stackit/mongodbflex/models/mongodbatlas_stats.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT MongoDB Service API + STACKIT MongoDB Service API -This is the documentation for the STACKIT MongoDB Flex Service API + This is the documentation for the STACKIT MongoDB Flex Service API -The version of the OpenAPI document: 2.0.0 -Contact: support@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 2.0.0 + Contact: support@stackit.cloud + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/mongodbflex/src/stackit/mongodbflex/models/partial_update_instance_payload.py b/services/mongodbflex/src/stackit/mongodbflex/models/partial_update_instance_payload.py index 54206d4cc..1b1fc85eb 100644 --- a/services/mongodbflex/src/stackit/mongodbflex/models/partial_update_instance_payload.py +++ b/services/mongodbflex/src/stackit/mongodbflex/models/partial_update_instance_payload.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT MongoDB Service API + STACKIT MongoDB Service API -This is the documentation for the STACKIT MongoDB Flex Service API + This is the documentation for the STACKIT MongoDB Flex Service API -The version of the OpenAPI document: 2.0.0 -Contact: support@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 2.0.0 + Contact: support@stackit.cloud + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/mongodbflex/src/stackit/mongodbflex/models/partial_update_user_payload.py b/services/mongodbflex/src/stackit/mongodbflex/models/partial_update_user_payload.py index 3fcef5a47..c8feca6b8 100644 --- a/services/mongodbflex/src/stackit/mongodbflex/models/partial_update_user_payload.py +++ b/services/mongodbflex/src/stackit/mongodbflex/models/partial_update_user_payload.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT MongoDB Service API + STACKIT MongoDB Service API -This is the documentation for the STACKIT MongoDB Flex Service API + This is the documentation for the STACKIT MongoDB Flex Service API -The version of the OpenAPI document: 2.0.0 -Contact: support@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 2.0.0 + Contact: support@stackit.cloud + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/mongodbflex/src/stackit/mongodbflex/models/restore_instance_payload.py b/services/mongodbflex/src/stackit/mongodbflex/models/restore_instance_payload.py index 3df6d68fd..d852fb558 100644 --- a/services/mongodbflex/src/stackit/mongodbflex/models/restore_instance_payload.py +++ b/services/mongodbflex/src/stackit/mongodbflex/models/restore_instance_payload.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT MongoDB Service API + STACKIT MongoDB Service API -This is the documentation for the STACKIT MongoDB Flex Service API + This is the documentation for the STACKIT MongoDB Flex Service API -The version of the OpenAPI document: 2.0.0 -Contact: support@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 2.0.0 + Contact: support@stackit.cloud + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/mongodbflex/src/stackit/mongodbflex/models/restore_instance_response.py b/services/mongodbflex/src/stackit/mongodbflex/models/restore_instance_response.py index c664ee5f3..ad1be3ea7 100644 --- a/services/mongodbflex/src/stackit/mongodbflex/models/restore_instance_response.py +++ b/services/mongodbflex/src/stackit/mongodbflex/models/restore_instance_response.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT MongoDB Service API + STACKIT MongoDB Service API -This is the documentation for the STACKIT MongoDB Flex Service API + This is the documentation for the STACKIT MongoDB Flex Service API -The version of the OpenAPI document: 2.0.0 -Contact: support@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 2.0.0 + Contact: support@stackit.cloud + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/mongodbflex/src/stackit/mongodbflex/models/restore_instance_status.py b/services/mongodbflex/src/stackit/mongodbflex/models/restore_instance_status.py index e8e121600..1764021b8 100644 --- a/services/mongodbflex/src/stackit/mongodbflex/models/restore_instance_status.py +++ b/services/mongodbflex/src/stackit/mongodbflex/models/restore_instance_status.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT MongoDB Service API + STACKIT MongoDB Service API -This is the documentation for the STACKIT MongoDB Flex Service API + This is the documentation for the STACKIT MongoDB Flex Service API -The version of the OpenAPI document: 2.0.0 -Contact: support@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 2.0.0 + Contact: support@stackit.cloud + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/mongodbflex/src/stackit/mongodbflex/models/shape.py b/services/mongodbflex/src/stackit/mongodbflex/models/shape.py index 2a347efad..4cb66267b 100644 --- a/services/mongodbflex/src/stackit/mongodbflex/models/shape.py +++ b/services/mongodbflex/src/stackit/mongodbflex/models/shape.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT MongoDB Service API + STACKIT MongoDB Service API -This is the documentation for the STACKIT MongoDB Flex Service API + This is the documentation for the STACKIT MongoDB Flex Service API -The version of the OpenAPI document: 2.0.0 -Contact: support@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 2.0.0 + Contact: support@stackit.cloud + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/mongodbflex/src/stackit/mongodbflex/models/slow_query.py b/services/mongodbflex/src/stackit/mongodbflex/models/slow_query.py index dda93af0a..c14f19088 100644 --- a/services/mongodbflex/src/stackit/mongodbflex/models/slow_query.py +++ b/services/mongodbflex/src/stackit/mongodbflex/models/slow_query.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT MongoDB Service API + STACKIT MongoDB Service API -This is the documentation for the STACKIT MongoDB Flex Service API + This is the documentation for the STACKIT MongoDB Flex Service API -The version of the OpenAPI document: 2.0.0 -Contact: support@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 2.0.0 + Contact: support@stackit.cloud + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/mongodbflex/src/stackit/mongodbflex/models/storage.py b/services/mongodbflex/src/stackit/mongodbflex/models/storage.py index 74b41b355..9375f4405 100644 --- a/services/mongodbflex/src/stackit/mongodbflex/models/storage.py +++ b/services/mongodbflex/src/stackit/mongodbflex/models/storage.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT MongoDB Service API + STACKIT MongoDB Service API -This is the documentation for the STACKIT MongoDB Flex Service API + This is the documentation for the STACKIT MongoDB Flex Service API -The version of the OpenAPI document: 2.0.0 -Contact: support@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 2.0.0 + Contact: support@stackit.cloud + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/mongodbflex/src/stackit/mongodbflex/models/storage_range.py b/services/mongodbflex/src/stackit/mongodbflex/models/storage_range.py index ab499866e..1c2db164a 100644 --- a/services/mongodbflex/src/stackit/mongodbflex/models/storage_range.py +++ b/services/mongodbflex/src/stackit/mongodbflex/models/storage_range.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT MongoDB Service API + STACKIT MongoDB Service API -This is the documentation for the STACKIT MongoDB Flex Service API + This is the documentation for the STACKIT MongoDB Flex Service API -The version of the OpenAPI document: 2.0.0 -Contact: support@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 2.0.0 + Contact: support@stackit.cloud + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/mongodbflex/src/stackit/mongodbflex/models/suggested_index.py b/services/mongodbflex/src/stackit/mongodbflex/models/suggested_index.py index 178f9da34..e855218d3 100644 --- a/services/mongodbflex/src/stackit/mongodbflex/models/suggested_index.py +++ b/services/mongodbflex/src/stackit/mongodbflex/models/suggested_index.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT MongoDB Service API + STACKIT MongoDB Service API -This is the documentation for the STACKIT MongoDB Flex Service API + This is the documentation for the STACKIT MongoDB Flex Service API -The version of the OpenAPI document: 2.0.0 -Contact: support@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 2.0.0 + Contact: support@stackit.cloud + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/mongodbflex/src/stackit/mongodbflex/models/update_backup_schedule_payload.py b/services/mongodbflex/src/stackit/mongodbflex/models/update_backup_schedule_payload.py index ec0a2401f..bd92099e1 100644 --- a/services/mongodbflex/src/stackit/mongodbflex/models/update_backup_schedule_payload.py +++ b/services/mongodbflex/src/stackit/mongodbflex/models/update_backup_schedule_payload.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT MongoDB Service API + STACKIT MongoDB Service API -This is the documentation for the STACKIT MongoDB Flex Service API + This is the documentation for the STACKIT MongoDB Flex Service API -The version of the OpenAPI document: 2.0.0 -Contact: support@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 2.0.0 + Contact: support@stackit.cloud + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/mongodbflex/src/stackit/mongodbflex/models/update_instance_payload.py b/services/mongodbflex/src/stackit/mongodbflex/models/update_instance_payload.py index 62edc37e4..8c33896d9 100644 --- a/services/mongodbflex/src/stackit/mongodbflex/models/update_instance_payload.py +++ b/services/mongodbflex/src/stackit/mongodbflex/models/update_instance_payload.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT MongoDB Service API + STACKIT MongoDB Service API -This is the documentation for the STACKIT MongoDB Flex Service API + This is the documentation for the STACKIT MongoDB Flex Service API -The version of the OpenAPI document: 2.0.0 -Contact: support@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 2.0.0 + Contact: support@stackit.cloud + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/mongodbflex/src/stackit/mongodbflex/models/update_instance_response.py b/services/mongodbflex/src/stackit/mongodbflex/models/update_instance_response.py index e235ce4ab..a11a69f8d 100644 --- a/services/mongodbflex/src/stackit/mongodbflex/models/update_instance_response.py +++ b/services/mongodbflex/src/stackit/mongodbflex/models/update_instance_response.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT MongoDB Service API + STACKIT MongoDB Service API -This is the documentation for the STACKIT MongoDB Flex Service API + This is the documentation for the STACKIT MongoDB Flex Service API -The version of the OpenAPI document: 2.0.0 -Contact: support@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 2.0.0 + Contact: support@stackit.cloud + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/mongodbflex/src/stackit/mongodbflex/models/update_user_payload.py b/services/mongodbflex/src/stackit/mongodbflex/models/update_user_payload.py index 72630ff2f..3a6165677 100644 --- a/services/mongodbflex/src/stackit/mongodbflex/models/update_user_payload.py +++ b/services/mongodbflex/src/stackit/mongodbflex/models/update_user_payload.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT MongoDB Service API + STACKIT MongoDB Service API -This is the documentation for the STACKIT MongoDB Flex Service API + This is the documentation for the STACKIT MongoDB Flex Service API -The version of the OpenAPI document: 2.0.0 -Contact: support@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 2.0.0 + Contact: support@stackit.cloud + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/mongodbflex/src/stackit/mongodbflex/models/user.py b/services/mongodbflex/src/stackit/mongodbflex/models/user.py index 277d94d28..236d56ca8 100644 --- a/services/mongodbflex/src/stackit/mongodbflex/models/user.py +++ b/services/mongodbflex/src/stackit/mongodbflex/models/user.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT MongoDB Service API + STACKIT MongoDB Service API -This is the documentation for the STACKIT MongoDB Flex Service API + This is the documentation for the STACKIT MongoDB Flex Service API -The version of the OpenAPI document: 2.0.0 -Contact: support@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 2.0.0 + Contact: support@stackit.cloud + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/mongodbflex/src/stackit/mongodbflex/rest.py b/services/mongodbflex/src/stackit/mongodbflex/rest.py index 797354563..80c346cc7 100644 --- a/services/mongodbflex/src/stackit/mongodbflex/rest.py +++ b/services/mongodbflex/src/stackit/mongodbflex/rest.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT MongoDB Service API + STACKIT MongoDB Service API -This is the documentation for the STACKIT MongoDB Flex Service API + This is the documentation for the STACKIT MongoDB Flex Service API -The version of the OpenAPI document: 2.0.0 -Contact: support@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 2.0.0 + Contact: support@stackit.cloud + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 import io @@ -22,6 +22,7 @@ from stackit.mongodbflex.exceptions import ApiException, ApiValueError + RESTResponseType = requests.Response