diff --git a/services/vpn/oas_commit b/services/vpn/oas_commit index 36076afe8..ac6b51d5c 100644 --- a/services/vpn/oas_commit +++ b/services/vpn/oas_commit @@ -1 +1 @@ -87a3ad63dec0a953ff5c6072ad9a15fddd8ec5f8 +f0b456a3636b0fbc03c2da3907a575d7955f6e6b diff --git a/services/vpn/src/stackit/vpn/__init__.py b/services/vpn/src/stackit/vpn/__init__.py index f996eedb9..3c2369e87 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 b5f4d779f..298c1cfbe 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 9d5053fa5..517bacc10 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 fd94651f4..bdb518195 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 6d62709fd..843d3b588 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 105031e08..7f57391b8 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 5eaefdca8..6ec4372be 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 b0a61ec6e..f80ad21a3 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 340d4d387..f79347f86 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 c7a909047..e23ca2b71 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 07b7fc994..b4520b170 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 7ff7cf26f..462b3c753 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 4281e4c58..8d7a7619f 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 b815e9463..5481f8a61 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 a93c36ebf..f2f640a7d 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 38d1a1774..a24c55c3d 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 b2590f036..d13c1d67c 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 7e637d74f..dd83708e9 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 95bc7e664..bd95ceaee 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 e35134648..d5ede43b0 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 6ca3d44fd..2cb0fda85 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 0f22b8494..3465f7bc2 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 cc2694e02..0240545c9 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 c3a7d7177..c382797ab 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 f61d1238c..cb406cc02 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 a9d42d1c0..2b292d1cd 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 3a74c5ba6..4c4eb1efd 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 ff75e6a95..ec6664b9a 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 750590746..c8cc4cc96 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 f53285358..31aac23a7 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 67f23f32f..d26a00f88 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 cfe67dd19..1767cba3e 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 9527ccbe2..c433d6d2b 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 c3b4d6f11..ed76cb3ce 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 aac90cdf4..91f24909e 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 9ea70dbd2..1a1a1d50a 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 1209d700d..06b266b70 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 882089d99..fb3755444 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 10fb60137..c3ed080e0 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 7441d8da8..7319bc6ec 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 ae16885a7..60603b6fc 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 25a1420a0..c176d4cb9 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 6b49121d5..66605be5f 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 0900cf371..d6a71d097 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.