Skip to content

Commit 1d929e5

Browse files
Generator: Update SDK /services/iaas (#795)
* Generate iaas * Update CHANGELOG.md --------- Co-authored-by: Marcel Jacek <[email protected]>
1 parent 938e99e commit 1d929e5

File tree

129 files changed

+305
-266
lines changed

Some content is hidden

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

129 files changed

+305
-266
lines changed

CHANGELOG.md

+3

services/iaas/CHANGELOG.md

+4

services/iaas/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "stackit-iaas"
33

44
[tool.poetry]
55
name = "stackit-iaas"
6-
version = "v0.4.0"
6+
version = "v0.5.0"
77
authors = [
88
"STACKIT Developer Tools <[email protected]>",
99
]

services/iaas/src/stackit/iaas/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
88
This API allows you to create and modify IaaS resources.
99
10-
The version of the OpenAPI document: 1beta1
10+
The version of the OpenAPI document: 1
1111
1212
Generated by OpenAPI Generator (https://openapi-generator.tech)
1313

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

+171-139
Large diffs are not rendered by default.

services/iaas/src/stackit/iaas/api_client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This API allows you to create and modify IaaS resources.
77
8-
The version of the OpenAPI document: 1beta1
8+
The version of the OpenAPI document: 1
99
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

services/iaas/src/stackit/iaas/configuration.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This API allows you to create and modify IaaS resources.
77
8-
The version of the OpenAPI document: 1beta1
8+
The version of the OpenAPI document: 1
99
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

services/iaas/src/stackit/iaas/exceptions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This API allows you to create and modify IaaS resources.
77
8-
The version of the OpenAPI document: 1beta1
8+
The version of the OpenAPI document: 1
99
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
This API allows you to create and modify IaaS resources.
88
9-
The version of the OpenAPI document: 1beta1
9+
The version of the OpenAPI document: 1
1010
1111
Generated by OpenAPI Generator (https://openapi-generator.tech)
1212

services/iaas/src/stackit/iaas/models/add_volume_to_server_payload.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This API allows you to create and modify IaaS resources.
77
8-
The version of the OpenAPI document: 1beta1
8+
The version of the OpenAPI document: 1
99
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

services/iaas/src/stackit/iaas/models/affinity_group.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This API allows you to create and modify IaaS resources.
77
8-
The version of the OpenAPI document: 1beta1
8+
The version of the OpenAPI document: 1
99
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

services/iaas/src/stackit/iaas/models/affinity_group_list_response.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This API allows you to create and modify IaaS resources.
77
8-
The version of the OpenAPI document: 1beta1
8+
The version of the OpenAPI document: 1
99
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

services/iaas/src/stackit/iaas/models/allowed_addresses_inner.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This API allows you to create and modify IaaS resources.
77
8-
The version of the OpenAPI document: 1beta1
8+
The version of the OpenAPI document: 1
99
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

services/iaas/src/stackit/iaas/models/area.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This API allows you to create and modify IaaS resources.
77
8-
The version of the OpenAPI document: 1beta1
8+
The version of the OpenAPI document: 1
99
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

services/iaas/src/stackit/iaas/models/area_config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This API allows you to create and modify IaaS resources.
77
8-
The version of the OpenAPI document: 1beta1
8+
The version of the OpenAPI document: 1
99
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

services/iaas/src/stackit/iaas/models/area_prefix_config_ipv4.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This API allows you to create and modify IaaS resources.
77
8-
The version of the OpenAPI document: 1beta1
8+
The version of the OpenAPI document: 1
99
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

services/iaas/src/stackit/iaas/models/availability_zone_list_response.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This API allows you to create and modify IaaS resources.
77
8-
The version of the OpenAPI document: 1beta1
8+
The version of the OpenAPI document: 1
99
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This API allows you to create and modify IaaS resources.
77
8-
The version of the OpenAPI document: 1beta1
8+
The version of the OpenAPI document: 1
99
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

services/iaas/src/stackit/iaas/models/backup_list_response.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This API allows you to create and modify IaaS resources.
77
8-
The version of the OpenAPI document: 1beta1
8+
The version of the OpenAPI document: 1
99
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

services/iaas/src/stackit/iaas/models/backup_source.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This API allows you to create and modify IaaS resources.
77
8-
The version of the OpenAPI document: 1beta1
8+
The version of the OpenAPI document: 1
99
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

services/iaas/src/stackit/iaas/models/base_security_group_rule.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This API allows you to create and modify IaaS resources.
77
8-
The version of the OpenAPI document: 1beta1
8+
The version of the OpenAPI document: 1
99
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

services/iaas/src/stackit/iaas/models/boot_volume.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This API allows you to create and modify IaaS resources.
77
8-
The version of the OpenAPI document: 1beta1
8+
The version of the OpenAPI document: 1
99
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

services/iaas/src/stackit/iaas/models/boot_volume_source.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This API allows you to create and modify IaaS resources.
77
8-
The version of the OpenAPI document: 1beta1
8+
The version of the OpenAPI document: 1
99
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

services/iaas/src/stackit/iaas/models/create_affinity_group_payload.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This API allows you to create and modify IaaS resources.
77
8-
The version of the OpenAPI document: 1beta1
8+
The version of the OpenAPI document: 1
99
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

services/iaas/src/stackit/iaas/models/create_area_address_family.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This API allows you to create and modify IaaS resources.
77
8-
The version of the OpenAPI document: 1beta1
8+
The version of the OpenAPI document: 1
99
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

services/iaas/src/stackit/iaas/models/create_area_ipv4.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This API allows you to create and modify IaaS resources.
77
8-
The version of the OpenAPI document: 1beta1
8+
The version of the OpenAPI document: 1
99
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

services/iaas/src/stackit/iaas/models/create_backup_payload.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This API allows you to create and modify IaaS resources.
77
8-
The version of the OpenAPI document: 1beta1
8+
The version of the OpenAPI document: 1
99
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

services/iaas/src/stackit/iaas/models/create_image_payload.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This API allows you to create and modify IaaS resources.
77
8-
The version of the OpenAPI document: 1beta1
8+
The version of the OpenAPI document: 1
99
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

services/iaas/src/stackit/iaas/models/create_key_pair_payload.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This API allows you to create and modify IaaS resources.
77
8-
The version of the OpenAPI document: 1beta1
8+
The version of the OpenAPI document: 1
99
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

services/iaas/src/stackit/iaas/models/create_network_address_family.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This API allows you to create and modify IaaS resources.
77
8-
The version of the OpenAPI document: 1beta1
8+
The version of the OpenAPI document: 1
99
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

services/iaas/src/stackit/iaas/models/create_network_area_payload.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This API allows you to create and modify IaaS resources.
77
8-
The version of the OpenAPI document: 1beta1
8+
The version of the OpenAPI document: 1
99
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

services/iaas/src/stackit/iaas/models/create_network_area_range_payload.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This API allows you to create and modify IaaS resources.
77
8-
The version of the OpenAPI document: 1beta1
8+
The version of the OpenAPI document: 1
99
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

services/iaas/src/stackit/iaas/models/create_network_area_route_payload.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This API allows you to create and modify IaaS resources.
77
8-
The version of the OpenAPI document: 1beta1
8+
The version of the OpenAPI document: 1
99
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

services/iaas/src/stackit/iaas/models/create_network_ipv4_body.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This API allows you to create and modify IaaS resources.
77
8-
The version of the OpenAPI document: 1beta1
8+
The version of the OpenAPI document: 1
99
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

services/iaas/src/stackit/iaas/models/create_network_ipv6_body.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This API allows you to create and modify IaaS resources.
77
8-
The version of the OpenAPI document: 1beta1
8+
The version of the OpenAPI document: 1
99
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

services/iaas/src/stackit/iaas/models/create_network_payload.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This API allows you to create and modify IaaS resources.
77
8-
The version of the OpenAPI document: 1beta1
8+
The version of the OpenAPI document: 1
99
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

services/iaas/src/stackit/iaas/models/create_nic_payload.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This API allows you to create and modify IaaS resources.
77
8-
The version of the OpenAPI document: 1beta1
8+
The version of the OpenAPI document: 1
99
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

services/iaas/src/stackit/iaas/models/create_protocol.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This API allows you to create and modify IaaS resources.
77
8-
The version of the OpenAPI document: 1beta1
8+
The version of the OpenAPI document: 1
99
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

services/iaas/src/stackit/iaas/models/create_public_ip_payload.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This API allows you to create and modify IaaS resources.
77
8-
The version of the OpenAPI document: 1beta1
8+
The version of the OpenAPI document: 1
99
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

services/iaas/src/stackit/iaas/models/create_security_group_payload.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This API allows you to create and modify IaaS resources.
77
8-
The version of the OpenAPI document: 1beta1
8+
The version of the OpenAPI document: 1
99
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

services/iaas/src/stackit/iaas/models/create_security_group_rule_payload.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This API allows you to create and modify IaaS resources.
77
8-
The version of the OpenAPI document: 1beta1
8+
The version of the OpenAPI document: 1
99
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

services/iaas/src/stackit/iaas/models/create_security_group_rule_protocol.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This API allows you to create and modify IaaS resources.
77
8-
The version of the OpenAPI document: 1beta1
8+
The version of the OpenAPI document: 1
99
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

services/iaas/src/stackit/iaas/models/create_server_networking.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This API allows you to create and modify IaaS resources.
77
8-
The version of the OpenAPI document: 1beta1
8+
The version of the OpenAPI document: 1
99
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

services/iaas/src/stackit/iaas/models/create_server_networking_with_nics.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This API allows you to create and modify IaaS resources.
77
8-
The version of the OpenAPI document: 1beta1
8+
The version of the OpenAPI document: 1
99
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

services/iaas/src/stackit/iaas/models/create_server_payload.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This API allows you to create and modify IaaS resources.
77
8-
The version of the OpenAPI document: 1beta1
8+
The version of the OpenAPI document: 1
99
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

0 commit comments

Comments
 (0)