From 809e3656dff76244b6d18c0324f3dc4f0f40f46b Mon Sep 17 00:00:00 2001 From: SDK Generator Bot Date: Tue, 5 May 2026 13:23:09 +0000 Subject: [PATCH] Generate vpn --- services/vpn/oas_commit | 2 +- services/vpn/src/stackit/vpn/__init__.py | 2 +- .../vpn/src/stackit/vpn/api/default_api.py | 30 +++++++++---------- services/vpn/src/stackit/vpn/api_client.py | 2 +- services/vpn/src/stackit/vpn/configuration.py | 2 +- services/vpn/src/stackit/vpn/exceptions.py | 2 +- .../vpn/src/stackit/vpn/models/__init__.py | 2 +- .../vpn/src/stackit/vpn/models/api_error.py | 2 +- .../stackit/vpn/models/api_error_detail.py | 2 +- .../stackit/vpn/models/api_error_response.py | 2 +- .../stackit/vpn/models/bgp_gateway_config.py | 2 +- .../vpn/src/stackit/vpn/models/bgp_status.py | 2 +- .../stackit/vpn/models/bgp_status_peers.py | 2 +- .../stackit/vpn/models/bgp_status_routes.py | 2 +- .../stackit/vpn/models/bgp_tunnel_config.py | 2 +- .../src/stackit/vpn/models/connection_list.py | 2 +- .../stackit/vpn/models/connection_response.py | 2 +- .../vpn/models/connection_status_response.py | 2 +- .../create_gateway_connection_payload.py | 2 +- .../vpn/models/create_vpn_gateway_payload.py | 2 +- ..._vpn_gateway_payload_availability_zones.py | 2 +- .../vpn/src/stackit/vpn/models/gateway.py | 2 +- .../src/stackit/vpn/models/gateway_list.py | 2 +- .../stackit/vpn/models/gateway_response.py | 2 +- .../src/stackit/vpn/models/gateway_status.py | 2 +- .../vpn/models/gateway_status_response.py | 2 +- .../src/stackit/vpn/models/peering_config.py | 2 +- services/vpn/src/stackit/vpn/models/phase.py | 2 +- .../src/stackit/vpn/models/phase1_status.py | 2 +- .../src/stackit/vpn/models/phase2_status.py | 2 +- services/vpn/src/stackit/vpn/models/plan.py | 2 +- .../vpn/src/stackit/vpn/models/plan_list.py | 2 +- services/vpn/src/stackit/vpn/models/quota.py | 2 +- .../vpn/src/stackit/vpn/models/quota_list.py | 2 +- .../stackit/vpn/models/quota_list_response.py | 2 +- services/vpn/src/stackit/vpn/models/region.py | 2 +- .../src/stackit/vpn/models/routing_type.py | 2 +- .../vpn/models/tunnel_configuration.py | 2 +- .../vpn/models/tunnel_configuration_phase1.py | 2 +- .../vpn/models/tunnel_configuration_phase2.py | 2 +- .../src/stackit/vpn/models/tunnel_status.py | 2 +- .../update_gateway_connection_payload.py | 2 +- .../vpn/models/update_vpn_gateway_payload.py | 2 +- .../vpn/src/stackit/vpn/models/vpn_tunnels.py | 2 +- services/vpn/src/stackit/vpn/rest.py | 2 +- 45 files changed, 59 insertions(+), 59 deletions(-) diff --git a/services/vpn/oas_commit b/services/vpn/oas_commit index 36076afe..4562083b 100644 --- a/services/vpn/oas_commit +++ b/services/vpn/oas_commit @@ -1 +1 @@ -87a3ad63dec0a953ff5c6072ad9a15fddd8ec5f8 +1f026c70b6b0e24e96fd70cd95f945434a638852 diff --git a/services/vpn/src/stackit/vpn/__init__.py b/services/vpn/src/stackit/vpn/__init__.py index f996eedb..3c2369e8 100644 --- a/services/vpn/src/stackit/vpn/__init__.py +++ b/services/vpn/src/stackit/vpn/__init__.py @@ -7,7 +7,7 @@ Provision and manage STACKIT VPN gateways. Use this API to establish secure, encrypted IPsec tunnels between your STACKIT Network Area (SNA) and external networks. The service supports the following routing architectures: - Policy-based IPsec - Static route-based IPsec - Dynamic BGP IPsec - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/services/vpn/src/stackit/vpn/api/default_api.py b/services/vpn/src/stackit/vpn/api/default_api.py index b5f4d779..298c1cfb 100644 --- a/services/vpn/src/stackit/vpn/api/default_api.py +++ b/services/vpn/src/stackit/vpn/api/default_api.py @@ -5,7 +5,7 @@ Provision and manage STACKIT VPN gateways. Use this API to establish secure, encrypted IPsec tunnels between your STACKIT Network Area (SNA) and external networks. The service supports the following routing architectures: - Policy-based IPsec - Static route-based IPsec - Dynamic BGP IPsec - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. @@ -334,7 +334,7 @@ def _create_gateway_connection_serialize( return self.api_client.param_serialize( method="POST", - resource_path="/v1beta1/projects/{projectId}/regions/{region}/gateways/{gatewayId}/connections", + resource_path="/v1/projects/{projectId}/regions/{region}/gateways/{gatewayId}/connections", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -613,7 +613,7 @@ def _create_vpn_gateway_serialize( return self.api_client.param_serialize( method="POST", - resource_path="/v1beta1/projects/{projectId}/regions/{region}/gateways", + resource_path="/v1/projects/{projectId}/regions/{region}/gateways", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -899,7 +899,7 @@ def _delete_gateway_connection_serialize( return self.api_client.param_serialize( method="DELETE", - resource_path="/v1beta1/projects/{projectId}/regions/{region}/gateways/{gatewayId}/connections/{connectionId}", + resource_path="/v1/projects/{projectId}/regions/{region}/gateways/{gatewayId}/connections/{connectionId}", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -1167,7 +1167,7 @@ def _delete_vpn_gateway_serialize( return self.api_client.param_serialize( method="DELETE", - resource_path="/v1beta1/projects/{projectId}/regions/{region}/gateways/{gatewayId}", + resource_path="/v1/projects/{projectId}/regions/{region}/gateways/{gatewayId}", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -1453,7 +1453,7 @@ def _get_gateway_connection_serialize( return self.api_client.param_serialize( method="GET", - resource_path="/v1beta1/projects/{projectId}/regions/{region}/gateways/{gatewayId}/connections/{connectionId}", + resource_path="/v1/projects/{projectId}/regions/{region}/gateways/{gatewayId}/connections/{connectionId}", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -1739,7 +1739,7 @@ def _get_gateway_connection_status_serialize( return self.api_client.param_serialize( method="GET", - resource_path="/v1beta1/projects/{projectId}/regions/{region}/gateways/{gatewayId}/connections/{connectionId}/status", + resource_path="/v1/projects/{projectId}/regions/{region}/gateways/{gatewayId}/connections/{connectionId}/status", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -2010,7 +2010,7 @@ def _get_vpn_gateway_serialize( return self.api_client.param_serialize( method="GET", - resource_path="/v1beta1/projects/{projectId}/regions/{region}/gateways/{gatewayId}", + resource_path="/v1/projects/{projectId}/regions/{region}/gateways/{gatewayId}", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -2281,7 +2281,7 @@ def _get_vpn_gateway_status_serialize( return self.api_client.param_serialize( method="GET", - resource_path="/v1beta1/projects/{projectId}/regions/{region}/gateways/{gatewayId}/status", + resource_path="/v1/projects/{projectId}/regions/{region}/gateways/{gatewayId}/status", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -2575,7 +2575,7 @@ def _list_gateway_connections_serialize( return self.api_client.param_serialize( method="GET", - resource_path="/v1beta1/projects/{projectId}/regions/{region}/gateways/{gatewayId}/connections", + resource_path="/v1/projects/{projectId}/regions/{region}/gateways/{gatewayId}/connections", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -2807,7 +2807,7 @@ def _list_plans_serialize( return self.api_client.param_serialize( method="GET", - resource_path="/v1beta1/regions/{region}/plans", + resource_path="/v1/regions/{region}/plans", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -3054,7 +3054,7 @@ def _list_quotas_serialize( return self.api_client.param_serialize( method="GET", - resource_path="/v1beta1/projects/{projectId}/regions/{region}/quotas", + resource_path="/v1/projects/{projectId}/regions/{region}/quotas", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -3330,7 +3330,7 @@ def _list_vpn_gateways_serialize( return self.api_client.param_serialize( method="GET", - resource_path="/v1beta1/projects/{projectId}/regions/{region}/gateways", + resource_path="/v1/projects/{projectId}/regions/{region}/gateways", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -3639,7 +3639,7 @@ def _update_gateway_connection_serialize( return self.api_client.param_serialize( method="PUT", - resource_path="/v1beta1/projects/{projectId}/regions/{region}/gateways/{gatewayId}/connections/{connectionId}", + resource_path="/v1/projects/{projectId}/regions/{region}/gateways/{gatewayId}/connections/{connectionId}", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -3933,7 +3933,7 @@ def _update_vpn_gateway_serialize( return self.api_client.param_serialize( method="PUT", - resource_path="/v1beta1/projects/{projectId}/regions/{region}/gateways/{gatewayId}", + resource_path="/v1/projects/{projectId}/regions/{region}/gateways/{gatewayId}", path_params=_path_params, query_params=_query_params, header_params=_header_params, diff --git a/services/vpn/src/stackit/vpn/api_client.py b/services/vpn/src/stackit/vpn/api_client.py index 9d5053fa..517bacc1 100644 --- a/services/vpn/src/stackit/vpn/api_client.py +++ b/services/vpn/src/stackit/vpn/api_client.py @@ -5,7 +5,7 @@ Provision and manage STACKIT VPN gateways. Use this API to establish secure, encrypted IPsec tunnels between your STACKIT Network Area (SNA) and external networks. The service supports the following routing architectures: - Policy-based IPsec - Static route-based IPsec - Dynamic BGP IPsec - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/services/vpn/src/stackit/vpn/configuration.py b/services/vpn/src/stackit/vpn/configuration.py index fd94651f..bdb51819 100644 --- a/services/vpn/src/stackit/vpn/configuration.py +++ b/services/vpn/src/stackit/vpn/configuration.py @@ -5,7 +5,7 @@ Provision and manage STACKIT VPN gateways. Use this API to establish secure, encrypted IPsec tunnels between your STACKIT Network Area (SNA) and external networks. The service supports the following routing architectures: - Policy-based IPsec - Static route-based IPsec - Dynamic BGP IPsec - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/services/vpn/src/stackit/vpn/exceptions.py b/services/vpn/src/stackit/vpn/exceptions.py index 6d62709f..843d3b58 100644 --- a/services/vpn/src/stackit/vpn/exceptions.py +++ b/services/vpn/src/stackit/vpn/exceptions.py @@ -5,7 +5,7 @@ Provision and manage STACKIT VPN gateways. Use this API to establish secure, encrypted IPsec tunnels between your STACKIT Network Area (SNA) and external networks. The service supports the following routing architectures: - Policy-based IPsec - Static route-based IPsec - Dynamic BGP IPsec - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/services/vpn/src/stackit/vpn/models/__init__.py b/services/vpn/src/stackit/vpn/models/__init__.py index 105031e0..7f57391b 100644 --- a/services/vpn/src/stackit/vpn/models/__init__.py +++ b/services/vpn/src/stackit/vpn/models/__init__.py @@ -6,7 +6,7 @@ Provision and manage STACKIT VPN gateways. Use this API to establish secure, encrypted IPsec tunnels between your STACKIT Network Area (SNA) and external networks. The service supports the following routing architectures: - Policy-based IPsec - Static route-based IPsec - Dynamic BGP IPsec - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/services/vpn/src/stackit/vpn/models/api_error.py b/services/vpn/src/stackit/vpn/models/api_error.py index 5eaefdca..6ec4372b 100644 --- a/services/vpn/src/stackit/vpn/models/api_error.py +++ b/services/vpn/src/stackit/vpn/models/api_error.py @@ -5,7 +5,7 @@ Provision and manage STACKIT VPN gateways. Use this API to establish secure, encrypted IPsec tunnels between your STACKIT Network Area (SNA) and external networks. The service supports the following routing architectures: - Policy-based IPsec - Static route-based IPsec - Dynamic BGP IPsec - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/services/vpn/src/stackit/vpn/models/api_error_detail.py b/services/vpn/src/stackit/vpn/models/api_error_detail.py index b0a61ec6..f80ad21a 100644 --- a/services/vpn/src/stackit/vpn/models/api_error_detail.py +++ b/services/vpn/src/stackit/vpn/models/api_error_detail.py @@ -5,7 +5,7 @@ Provision and manage STACKIT VPN gateways. Use this API to establish secure, encrypted IPsec tunnels between your STACKIT Network Area (SNA) and external networks. The service supports the following routing architectures: - Policy-based IPsec - Static route-based IPsec - Dynamic BGP IPsec - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/services/vpn/src/stackit/vpn/models/api_error_response.py b/services/vpn/src/stackit/vpn/models/api_error_response.py index 340d4d38..f79347f8 100644 --- a/services/vpn/src/stackit/vpn/models/api_error_response.py +++ b/services/vpn/src/stackit/vpn/models/api_error_response.py @@ -5,7 +5,7 @@ Provision and manage STACKIT VPN gateways. Use this API to establish secure, encrypted IPsec tunnels between your STACKIT Network Area (SNA) and external networks. The service supports the following routing architectures: - Policy-based IPsec - Static route-based IPsec - Dynamic BGP IPsec - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/services/vpn/src/stackit/vpn/models/bgp_gateway_config.py b/services/vpn/src/stackit/vpn/models/bgp_gateway_config.py index c7a90904..e23ca2b7 100644 --- a/services/vpn/src/stackit/vpn/models/bgp_gateway_config.py +++ b/services/vpn/src/stackit/vpn/models/bgp_gateway_config.py @@ -5,7 +5,7 @@ Provision and manage STACKIT VPN gateways. Use this API to establish secure, encrypted IPsec tunnels between your STACKIT Network Area (SNA) and external networks. The service supports the following routing architectures: - Policy-based IPsec - Static route-based IPsec - Dynamic BGP IPsec - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/services/vpn/src/stackit/vpn/models/bgp_status.py b/services/vpn/src/stackit/vpn/models/bgp_status.py index 07b7fc99..b4520b17 100644 --- a/services/vpn/src/stackit/vpn/models/bgp_status.py +++ b/services/vpn/src/stackit/vpn/models/bgp_status.py @@ -5,7 +5,7 @@ Provision and manage STACKIT VPN gateways. Use this API to establish secure, encrypted IPsec tunnels between your STACKIT Network Area (SNA) and external networks. The service supports the following routing architectures: - Policy-based IPsec - Static route-based IPsec - Dynamic BGP IPsec - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/services/vpn/src/stackit/vpn/models/bgp_status_peers.py b/services/vpn/src/stackit/vpn/models/bgp_status_peers.py index 7ff7cf26..462b3c75 100644 --- a/services/vpn/src/stackit/vpn/models/bgp_status_peers.py +++ b/services/vpn/src/stackit/vpn/models/bgp_status_peers.py @@ -5,7 +5,7 @@ Provision and manage STACKIT VPN gateways. Use this API to establish secure, encrypted IPsec tunnels between your STACKIT Network Area (SNA) and external networks. The service supports the following routing architectures: - Policy-based IPsec - Static route-based IPsec - Dynamic BGP IPsec - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/services/vpn/src/stackit/vpn/models/bgp_status_routes.py b/services/vpn/src/stackit/vpn/models/bgp_status_routes.py index 4281e4c5..8d7a7619 100644 --- a/services/vpn/src/stackit/vpn/models/bgp_status_routes.py +++ b/services/vpn/src/stackit/vpn/models/bgp_status_routes.py @@ -5,7 +5,7 @@ Provision and manage STACKIT VPN gateways. Use this API to establish secure, encrypted IPsec tunnels between your STACKIT Network Area (SNA) and external networks. The service supports the following routing architectures: - Policy-based IPsec - Static route-based IPsec - Dynamic BGP IPsec - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/services/vpn/src/stackit/vpn/models/bgp_tunnel_config.py b/services/vpn/src/stackit/vpn/models/bgp_tunnel_config.py index b815e946..5481f8a6 100644 --- a/services/vpn/src/stackit/vpn/models/bgp_tunnel_config.py +++ b/services/vpn/src/stackit/vpn/models/bgp_tunnel_config.py @@ -5,7 +5,7 @@ Provision and manage STACKIT VPN gateways. Use this API to establish secure, encrypted IPsec tunnels between your STACKIT Network Area (SNA) and external networks. The service supports the following routing architectures: - Policy-based IPsec - Static route-based IPsec - Dynamic BGP IPsec - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/services/vpn/src/stackit/vpn/models/connection_list.py b/services/vpn/src/stackit/vpn/models/connection_list.py index a93c36eb..f2f640a7 100644 --- a/services/vpn/src/stackit/vpn/models/connection_list.py +++ b/services/vpn/src/stackit/vpn/models/connection_list.py @@ -5,7 +5,7 @@ Provision and manage STACKIT VPN gateways. Use this API to establish secure, encrypted IPsec tunnels between your STACKIT Network Area (SNA) and external networks. The service supports the following routing architectures: - Policy-based IPsec - Static route-based IPsec - Dynamic BGP IPsec - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/services/vpn/src/stackit/vpn/models/connection_response.py b/services/vpn/src/stackit/vpn/models/connection_response.py index 38d1a177..a24c55c3 100644 --- a/services/vpn/src/stackit/vpn/models/connection_response.py +++ b/services/vpn/src/stackit/vpn/models/connection_response.py @@ -5,7 +5,7 @@ Provision and manage STACKIT VPN gateways. Use this API to establish secure, encrypted IPsec tunnels between your STACKIT Network Area (SNA) and external networks. The service supports the following routing architectures: - Policy-based IPsec - Static route-based IPsec - Dynamic BGP IPsec - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/services/vpn/src/stackit/vpn/models/connection_status_response.py b/services/vpn/src/stackit/vpn/models/connection_status_response.py index b2590f03..d13c1d67 100644 --- a/services/vpn/src/stackit/vpn/models/connection_status_response.py +++ b/services/vpn/src/stackit/vpn/models/connection_status_response.py @@ -5,7 +5,7 @@ Provision and manage STACKIT VPN gateways. Use this API to establish secure, encrypted IPsec tunnels between your STACKIT Network Area (SNA) and external networks. The service supports the following routing architectures: - Policy-based IPsec - Static route-based IPsec - Dynamic BGP IPsec - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/services/vpn/src/stackit/vpn/models/create_gateway_connection_payload.py b/services/vpn/src/stackit/vpn/models/create_gateway_connection_payload.py index 7e637d74..dd83708e 100644 --- a/services/vpn/src/stackit/vpn/models/create_gateway_connection_payload.py +++ b/services/vpn/src/stackit/vpn/models/create_gateway_connection_payload.py @@ -5,7 +5,7 @@ Provision and manage STACKIT VPN gateways. Use this API to establish secure, encrypted IPsec tunnels between your STACKIT Network Area (SNA) and external networks. The service supports the following routing architectures: - Policy-based IPsec - Static route-based IPsec - Dynamic BGP IPsec - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/services/vpn/src/stackit/vpn/models/create_vpn_gateway_payload.py b/services/vpn/src/stackit/vpn/models/create_vpn_gateway_payload.py index 95bc7e66..bd95ceae 100644 --- a/services/vpn/src/stackit/vpn/models/create_vpn_gateway_payload.py +++ b/services/vpn/src/stackit/vpn/models/create_vpn_gateway_payload.py @@ -5,7 +5,7 @@ Provision and manage STACKIT VPN gateways. Use this API to establish secure, encrypted IPsec tunnels between your STACKIT Network Area (SNA) and external networks. The service supports the following routing architectures: - Policy-based IPsec - Static route-based IPsec - Dynamic BGP IPsec - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/services/vpn/src/stackit/vpn/models/create_vpn_gateway_payload_availability_zones.py b/services/vpn/src/stackit/vpn/models/create_vpn_gateway_payload_availability_zones.py index e3513464..d5ede43b 100644 --- a/services/vpn/src/stackit/vpn/models/create_vpn_gateway_payload_availability_zones.py +++ b/services/vpn/src/stackit/vpn/models/create_vpn_gateway_payload_availability_zones.py @@ -5,7 +5,7 @@ Provision and manage STACKIT VPN gateways. Use this API to establish secure, encrypted IPsec tunnels between your STACKIT Network Area (SNA) and external networks. The service supports the following routing architectures: - Policy-based IPsec - Static route-based IPsec - Dynamic BGP IPsec - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/services/vpn/src/stackit/vpn/models/gateway.py b/services/vpn/src/stackit/vpn/models/gateway.py index 6ca3d44f..2cb0fda8 100644 --- a/services/vpn/src/stackit/vpn/models/gateway.py +++ b/services/vpn/src/stackit/vpn/models/gateway.py @@ -5,7 +5,7 @@ Provision and manage STACKIT VPN gateways. Use this API to establish secure, encrypted IPsec tunnels between your STACKIT Network Area (SNA) and external networks. The service supports the following routing architectures: - Policy-based IPsec - Static route-based IPsec - Dynamic BGP IPsec - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/services/vpn/src/stackit/vpn/models/gateway_list.py b/services/vpn/src/stackit/vpn/models/gateway_list.py index 0f22b849..3465f7bc 100644 --- a/services/vpn/src/stackit/vpn/models/gateway_list.py +++ b/services/vpn/src/stackit/vpn/models/gateway_list.py @@ -5,7 +5,7 @@ Provision and manage STACKIT VPN gateways. Use this API to establish secure, encrypted IPsec tunnels between your STACKIT Network Area (SNA) and external networks. The service supports the following routing architectures: - Policy-based IPsec - Static route-based IPsec - Dynamic BGP IPsec - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/services/vpn/src/stackit/vpn/models/gateway_response.py b/services/vpn/src/stackit/vpn/models/gateway_response.py index cc2694e0..0240545c 100644 --- a/services/vpn/src/stackit/vpn/models/gateway_response.py +++ b/services/vpn/src/stackit/vpn/models/gateway_response.py @@ -5,7 +5,7 @@ Provision and manage STACKIT VPN gateways. Use this API to establish secure, encrypted IPsec tunnels between your STACKIT Network Area (SNA) and external networks. The service supports the following routing architectures: - Policy-based IPsec - Static route-based IPsec - Dynamic BGP IPsec - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/services/vpn/src/stackit/vpn/models/gateway_status.py b/services/vpn/src/stackit/vpn/models/gateway_status.py index c3a7d717..c382797a 100644 --- a/services/vpn/src/stackit/vpn/models/gateway_status.py +++ b/services/vpn/src/stackit/vpn/models/gateway_status.py @@ -5,7 +5,7 @@ Provision and manage STACKIT VPN gateways. Use this API to establish secure, encrypted IPsec tunnels between your STACKIT Network Area (SNA) and external networks. The service supports the following routing architectures: - Policy-based IPsec - Static route-based IPsec - Dynamic BGP IPsec - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/services/vpn/src/stackit/vpn/models/gateway_status_response.py b/services/vpn/src/stackit/vpn/models/gateway_status_response.py index f61d1238..cb406cc0 100644 --- a/services/vpn/src/stackit/vpn/models/gateway_status_response.py +++ b/services/vpn/src/stackit/vpn/models/gateway_status_response.py @@ -5,7 +5,7 @@ Provision and manage STACKIT VPN gateways. Use this API to establish secure, encrypted IPsec tunnels between your STACKIT Network Area (SNA) and external networks. The service supports the following routing architectures: - Policy-based IPsec - Static route-based IPsec - Dynamic BGP IPsec - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/services/vpn/src/stackit/vpn/models/peering_config.py b/services/vpn/src/stackit/vpn/models/peering_config.py index a9d42d1c..2b292d1c 100644 --- a/services/vpn/src/stackit/vpn/models/peering_config.py +++ b/services/vpn/src/stackit/vpn/models/peering_config.py @@ -5,7 +5,7 @@ Provision and manage STACKIT VPN gateways. Use this API to establish secure, encrypted IPsec tunnels between your STACKIT Network Area (SNA) and external networks. The service supports the following routing architectures: - Policy-based IPsec - Static route-based IPsec - Dynamic BGP IPsec - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/services/vpn/src/stackit/vpn/models/phase.py b/services/vpn/src/stackit/vpn/models/phase.py index 3a74c5ba..4c4eb1ef 100644 --- a/services/vpn/src/stackit/vpn/models/phase.py +++ b/services/vpn/src/stackit/vpn/models/phase.py @@ -5,7 +5,7 @@ Provision and manage STACKIT VPN gateways. Use this API to establish secure, encrypted IPsec tunnels between your STACKIT Network Area (SNA) and external networks. The service supports the following routing architectures: - Policy-based IPsec - Static route-based IPsec - Dynamic BGP IPsec - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/services/vpn/src/stackit/vpn/models/phase1_status.py b/services/vpn/src/stackit/vpn/models/phase1_status.py index ff75e6a9..ec6664b9 100644 --- a/services/vpn/src/stackit/vpn/models/phase1_status.py +++ b/services/vpn/src/stackit/vpn/models/phase1_status.py @@ -5,7 +5,7 @@ Provision and manage STACKIT VPN gateways. Use this API to establish secure, encrypted IPsec tunnels between your STACKIT Network Area (SNA) and external networks. The service supports the following routing architectures: - Policy-based IPsec - Static route-based IPsec - Dynamic BGP IPsec - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/services/vpn/src/stackit/vpn/models/phase2_status.py b/services/vpn/src/stackit/vpn/models/phase2_status.py index 75059074..c8cc4cc9 100644 --- a/services/vpn/src/stackit/vpn/models/phase2_status.py +++ b/services/vpn/src/stackit/vpn/models/phase2_status.py @@ -5,7 +5,7 @@ Provision and manage STACKIT VPN gateways. Use this API to establish secure, encrypted IPsec tunnels between your STACKIT Network Area (SNA) and external networks. The service supports the following routing architectures: - Policy-based IPsec - Static route-based IPsec - Dynamic BGP IPsec - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/services/vpn/src/stackit/vpn/models/plan.py b/services/vpn/src/stackit/vpn/models/plan.py index f5328535..31aac23a 100644 --- a/services/vpn/src/stackit/vpn/models/plan.py +++ b/services/vpn/src/stackit/vpn/models/plan.py @@ -5,7 +5,7 @@ Provision and manage STACKIT VPN gateways. Use this API to establish secure, encrypted IPsec tunnels between your STACKIT Network Area (SNA) and external networks. The service supports the following routing architectures: - Policy-based IPsec - Static route-based IPsec - Dynamic BGP IPsec - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/services/vpn/src/stackit/vpn/models/plan_list.py b/services/vpn/src/stackit/vpn/models/plan_list.py index 67f23f32..d26a00f8 100644 --- a/services/vpn/src/stackit/vpn/models/plan_list.py +++ b/services/vpn/src/stackit/vpn/models/plan_list.py @@ -5,7 +5,7 @@ Provision and manage STACKIT VPN gateways. Use this API to establish secure, encrypted IPsec tunnels between your STACKIT Network Area (SNA) and external networks. The service supports the following routing architectures: - Policy-based IPsec - Static route-based IPsec - Dynamic BGP IPsec - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/services/vpn/src/stackit/vpn/models/quota.py b/services/vpn/src/stackit/vpn/models/quota.py index cfe67dd1..1767cba3 100644 --- a/services/vpn/src/stackit/vpn/models/quota.py +++ b/services/vpn/src/stackit/vpn/models/quota.py @@ -5,7 +5,7 @@ Provision and manage STACKIT VPN gateways. Use this API to establish secure, encrypted IPsec tunnels between your STACKIT Network Area (SNA) and external networks. The service supports the following routing architectures: - Policy-based IPsec - Static route-based IPsec - Dynamic BGP IPsec - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/services/vpn/src/stackit/vpn/models/quota_list.py b/services/vpn/src/stackit/vpn/models/quota_list.py index 9527ccbe..c433d6d2 100644 --- a/services/vpn/src/stackit/vpn/models/quota_list.py +++ b/services/vpn/src/stackit/vpn/models/quota_list.py @@ -5,7 +5,7 @@ Provision and manage STACKIT VPN gateways. Use this API to establish secure, encrypted IPsec tunnels between your STACKIT Network Area (SNA) and external networks. The service supports the following routing architectures: - Policy-based IPsec - Static route-based IPsec - Dynamic BGP IPsec - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/services/vpn/src/stackit/vpn/models/quota_list_response.py b/services/vpn/src/stackit/vpn/models/quota_list_response.py index c3b4d6f1..ed76cb3c 100644 --- a/services/vpn/src/stackit/vpn/models/quota_list_response.py +++ b/services/vpn/src/stackit/vpn/models/quota_list_response.py @@ -5,7 +5,7 @@ Provision and manage STACKIT VPN gateways. Use this API to establish secure, encrypted IPsec tunnels between your STACKIT Network Area (SNA) and external networks. The service supports the following routing architectures: - Policy-based IPsec - Static route-based IPsec - Dynamic BGP IPsec - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/services/vpn/src/stackit/vpn/models/region.py b/services/vpn/src/stackit/vpn/models/region.py index aac90cdf..91f24909 100644 --- a/services/vpn/src/stackit/vpn/models/region.py +++ b/services/vpn/src/stackit/vpn/models/region.py @@ -5,7 +5,7 @@ Provision and manage STACKIT VPN gateways. Use this API to establish secure, encrypted IPsec tunnels between your STACKIT Network Area (SNA) and external networks. The service supports the following routing architectures: - Policy-based IPsec - Static route-based IPsec - Dynamic BGP IPsec - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/services/vpn/src/stackit/vpn/models/routing_type.py b/services/vpn/src/stackit/vpn/models/routing_type.py index 9ea70dbd..1a1a1d50 100644 --- a/services/vpn/src/stackit/vpn/models/routing_type.py +++ b/services/vpn/src/stackit/vpn/models/routing_type.py @@ -5,7 +5,7 @@ Provision and manage STACKIT VPN gateways. Use this API to establish secure, encrypted IPsec tunnels between your STACKIT Network Area (SNA) and external networks. The service supports the following routing architectures: - Policy-based IPsec - Static route-based IPsec - Dynamic BGP IPsec - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/services/vpn/src/stackit/vpn/models/tunnel_configuration.py b/services/vpn/src/stackit/vpn/models/tunnel_configuration.py index 1209d700..06b266b7 100644 --- a/services/vpn/src/stackit/vpn/models/tunnel_configuration.py +++ b/services/vpn/src/stackit/vpn/models/tunnel_configuration.py @@ -5,7 +5,7 @@ Provision and manage STACKIT VPN gateways. Use this API to establish secure, encrypted IPsec tunnels between your STACKIT Network Area (SNA) and external networks. The service supports the following routing architectures: - Policy-based IPsec - Static route-based IPsec - Dynamic BGP IPsec - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/services/vpn/src/stackit/vpn/models/tunnel_configuration_phase1.py b/services/vpn/src/stackit/vpn/models/tunnel_configuration_phase1.py index 882089d9..fb375544 100644 --- a/services/vpn/src/stackit/vpn/models/tunnel_configuration_phase1.py +++ b/services/vpn/src/stackit/vpn/models/tunnel_configuration_phase1.py @@ -5,7 +5,7 @@ Provision and manage STACKIT VPN gateways. Use this API to establish secure, encrypted IPsec tunnels between your STACKIT Network Area (SNA) and external networks. The service supports the following routing architectures: - Policy-based IPsec - Static route-based IPsec - Dynamic BGP IPsec - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/services/vpn/src/stackit/vpn/models/tunnel_configuration_phase2.py b/services/vpn/src/stackit/vpn/models/tunnel_configuration_phase2.py index 10fb6013..c3ed080e 100644 --- a/services/vpn/src/stackit/vpn/models/tunnel_configuration_phase2.py +++ b/services/vpn/src/stackit/vpn/models/tunnel_configuration_phase2.py @@ -5,7 +5,7 @@ Provision and manage STACKIT VPN gateways. Use this API to establish secure, encrypted IPsec tunnels between your STACKIT Network Area (SNA) and external networks. The service supports the following routing architectures: - Policy-based IPsec - Static route-based IPsec - Dynamic BGP IPsec - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/services/vpn/src/stackit/vpn/models/tunnel_status.py b/services/vpn/src/stackit/vpn/models/tunnel_status.py index 7441d8da..7319bc6e 100644 --- a/services/vpn/src/stackit/vpn/models/tunnel_status.py +++ b/services/vpn/src/stackit/vpn/models/tunnel_status.py @@ -5,7 +5,7 @@ Provision and manage STACKIT VPN gateways. Use this API to establish secure, encrypted IPsec tunnels between your STACKIT Network Area (SNA) and external networks. The service supports the following routing architectures: - Policy-based IPsec - Static route-based IPsec - Dynamic BGP IPsec - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/services/vpn/src/stackit/vpn/models/update_gateway_connection_payload.py b/services/vpn/src/stackit/vpn/models/update_gateway_connection_payload.py index ae16885a..60603b6f 100644 --- a/services/vpn/src/stackit/vpn/models/update_gateway_connection_payload.py +++ b/services/vpn/src/stackit/vpn/models/update_gateway_connection_payload.py @@ -5,7 +5,7 @@ Provision and manage STACKIT VPN gateways. Use this API to establish secure, encrypted IPsec tunnels between your STACKIT Network Area (SNA) and external networks. The service supports the following routing architectures: - Policy-based IPsec - Static route-based IPsec - Dynamic BGP IPsec - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/services/vpn/src/stackit/vpn/models/update_vpn_gateway_payload.py b/services/vpn/src/stackit/vpn/models/update_vpn_gateway_payload.py index 25a1420a..c176d4cb 100644 --- a/services/vpn/src/stackit/vpn/models/update_vpn_gateway_payload.py +++ b/services/vpn/src/stackit/vpn/models/update_vpn_gateway_payload.py @@ -5,7 +5,7 @@ Provision and manage STACKIT VPN gateways. Use this API to establish secure, encrypted IPsec tunnels between your STACKIT Network Area (SNA) and external networks. The service supports the following routing architectures: - Policy-based IPsec - Static route-based IPsec - Dynamic BGP IPsec - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/services/vpn/src/stackit/vpn/models/vpn_tunnels.py b/services/vpn/src/stackit/vpn/models/vpn_tunnels.py index 6b49121d..66605be5 100644 --- a/services/vpn/src/stackit/vpn/models/vpn_tunnels.py +++ b/services/vpn/src/stackit/vpn/models/vpn_tunnels.py @@ -5,7 +5,7 @@ Provision and manage STACKIT VPN gateways. Use this API to establish secure, encrypted IPsec tunnels between your STACKIT Network Area (SNA) and external networks. The service supports the following routing architectures: - Policy-based IPsec - Static route-based IPsec - Dynamic BGP IPsec - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/services/vpn/src/stackit/vpn/rest.py b/services/vpn/src/stackit/vpn/rest.py index 0900cf37..d6a71d09 100644 --- a/services/vpn/src/stackit/vpn/rest.py +++ b/services/vpn/src/stackit/vpn/rest.py @@ -5,7 +5,7 @@ Provision and manage STACKIT VPN gateways. Use this API to establish secure, encrypted IPsec tunnels between your STACKIT Network Area (SNA) and external networks. The service supports the following routing architectures: - Policy-based IPsec - Static route-based IPsec - Dynamic BGP IPsec - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually.