Skip to content

Commit e85ea28

Browse files
Generate vpn
1 parent 0b35651 commit e85ea28

45 files changed

Lines changed: 59 additions & 59 deletions

Some content is hidden

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

services/vpn/oas_commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
87a3ad63dec0a953ff5c6072ad9a15fddd8ec5f8
1+
d68805c9d5f30fdc2b540ed0bdc8fb2dad2aeb21

services/vpn/src/stackit/vpn/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
88
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
99
10-
The version of the OpenAPI document: 1beta1
10+
The version of the OpenAPI document: 1
1111
Generated by OpenAPI Generator (https://openapi-generator.tech)
1212
1313
Do not edit the class manually.

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

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
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
77
8-
The version of the OpenAPI document: 1beta1
8+
The version of the OpenAPI document: 1
99
Generated by OpenAPI Generator (https://openapi-generator.tech)
1010
1111
Do not edit the class manually.
@@ -334,7 +334,7 @@ def _create_gateway_connection_serialize(
334334

335335
return self.api_client.param_serialize(
336336
method="POST",
337-
resource_path="/v1beta1/projects/{projectId}/regions/{region}/gateways/{gatewayId}/connections",
337+
resource_path="/v1/projects/{projectId}/regions/{region}/gateways/{gatewayId}/connections",
338338
path_params=_path_params,
339339
query_params=_query_params,
340340
header_params=_header_params,
@@ -613,7 +613,7 @@ def _create_vpn_gateway_serialize(
613613

614614
return self.api_client.param_serialize(
615615
method="POST",
616-
resource_path="/v1beta1/projects/{projectId}/regions/{region}/gateways",
616+
resource_path="/v1/projects/{projectId}/regions/{region}/gateways",
617617
path_params=_path_params,
618618
query_params=_query_params,
619619
header_params=_header_params,
@@ -899,7 +899,7 @@ def _delete_gateway_connection_serialize(
899899

900900
return self.api_client.param_serialize(
901901
method="DELETE",
902-
resource_path="/v1beta1/projects/{projectId}/regions/{region}/gateways/{gatewayId}/connections/{connectionId}",
902+
resource_path="/v1/projects/{projectId}/regions/{region}/gateways/{gatewayId}/connections/{connectionId}",
903903
path_params=_path_params,
904904
query_params=_query_params,
905905
header_params=_header_params,
@@ -1167,7 +1167,7 @@ def _delete_vpn_gateway_serialize(
11671167

11681168
return self.api_client.param_serialize(
11691169
method="DELETE",
1170-
resource_path="/v1beta1/projects/{projectId}/regions/{region}/gateways/{gatewayId}",
1170+
resource_path="/v1/projects/{projectId}/regions/{region}/gateways/{gatewayId}",
11711171
path_params=_path_params,
11721172
query_params=_query_params,
11731173
header_params=_header_params,
@@ -1453,7 +1453,7 @@ def _get_gateway_connection_serialize(
14531453

14541454
return self.api_client.param_serialize(
14551455
method="GET",
1456-
resource_path="/v1beta1/projects/{projectId}/regions/{region}/gateways/{gatewayId}/connections/{connectionId}",
1456+
resource_path="/v1/projects/{projectId}/regions/{region}/gateways/{gatewayId}/connections/{connectionId}",
14571457
path_params=_path_params,
14581458
query_params=_query_params,
14591459
header_params=_header_params,
@@ -1739,7 +1739,7 @@ def _get_gateway_connection_status_serialize(
17391739

17401740
return self.api_client.param_serialize(
17411741
method="GET",
1742-
resource_path="/v1beta1/projects/{projectId}/regions/{region}/gateways/{gatewayId}/connections/{connectionId}/status",
1742+
resource_path="/v1/projects/{projectId}/regions/{region}/gateways/{gatewayId}/connections/{connectionId}/status",
17431743
path_params=_path_params,
17441744
query_params=_query_params,
17451745
header_params=_header_params,
@@ -2010,7 +2010,7 @@ def _get_vpn_gateway_serialize(
20102010

20112011
return self.api_client.param_serialize(
20122012
method="GET",
2013-
resource_path="/v1beta1/projects/{projectId}/regions/{region}/gateways/{gatewayId}",
2013+
resource_path="/v1/projects/{projectId}/regions/{region}/gateways/{gatewayId}",
20142014
path_params=_path_params,
20152015
query_params=_query_params,
20162016
header_params=_header_params,
@@ -2281,7 +2281,7 @@ def _get_vpn_gateway_status_serialize(
22812281

22822282
return self.api_client.param_serialize(
22832283
method="GET",
2284-
resource_path="/v1beta1/projects/{projectId}/regions/{region}/gateways/{gatewayId}/status",
2284+
resource_path="/v1/projects/{projectId}/regions/{region}/gateways/{gatewayId}/status",
22852285
path_params=_path_params,
22862286
query_params=_query_params,
22872287
header_params=_header_params,
@@ -2575,7 +2575,7 @@ def _list_gateway_connections_serialize(
25752575

25762576
return self.api_client.param_serialize(
25772577
method="GET",
2578-
resource_path="/v1beta1/projects/{projectId}/regions/{region}/gateways/{gatewayId}/connections",
2578+
resource_path="/v1/projects/{projectId}/regions/{region}/gateways/{gatewayId}/connections",
25792579
path_params=_path_params,
25802580
query_params=_query_params,
25812581
header_params=_header_params,
@@ -2807,7 +2807,7 @@ def _list_plans_serialize(
28072807

28082808
return self.api_client.param_serialize(
28092809
method="GET",
2810-
resource_path="/v1beta1/regions/{region}/plans",
2810+
resource_path="/v1/regions/{region}/plans",
28112811
path_params=_path_params,
28122812
query_params=_query_params,
28132813
header_params=_header_params,
@@ -3054,7 +3054,7 @@ def _list_quotas_serialize(
30543054

30553055
return self.api_client.param_serialize(
30563056
method="GET",
3057-
resource_path="/v1beta1/projects/{projectId}/regions/{region}/quotas",
3057+
resource_path="/v1/projects/{projectId}/regions/{region}/quotas",
30583058
path_params=_path_params,
30593059
query_params=_query_params,
30603060
header_params=_header_params,
@@ -3330,7 +3330,7 @@ def _list_vpn_gateways_serialize(
33303330

33313331
return self.api_client.param_serialize(
33323332
method="GET",
3333-
resource_path="/v1beta1/projects/{projectId}/regions/{region}/gateways",
3333+
resource_path="/v1/projects/{projectId}/regions/{region}/gateways",
33343334
path_params=_path_params,
33353335
query_params=_query_params,
33363336
header_params=_header_params,
@@ -3639,7 +3639,7 @@ def _update_gateway_connection_serialize(
36393639

36403640
return self.api_client.param_serialize(
36413641
method="PUT",
3642-
resource_path="/v1beta1/projects/{projectId}/regions/{region}/gateways/{gatewayId}/connections/{connectionId}",
3642+
resource_path="/v1/projects/{projectId}/regions/{region}/gateways/{gatewayId}/connections/{connectionId}",
36433643
path_params=_path_params,
36443644
query_params=_query_params,
36453645
header_params=_header_params,
@@ -3933,7 +3933,7 @@ def _update_vpn_gateway_serialize(
39333933

39343934
return self.api_client.param_serialize(
39353935
method="PUT",
3936-
resource_path="/v1beta1/projects/{projectId}/regions/{region}/gateways/{gatewayId}",
3936+
resource_path="/v1/projects/{projectId}/regions/{region}/gateways/{gatewayId}",
39373937
path_params=_path_params,
39383938
query_params=_query_params,
39393939
header_params=_header_params,

services/vpn/src/stackit/vpn/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
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
77
8-
The version of the OpenAPI document: 1beta1
8+
The version of the OpenAPI document: 1
99
Generated by OpenAPI Generator (https://openapi-generator.tech)
1010
1111
Do not edit the class manually.

services/vpn/src/stackit/vpn/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
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
77
8-
The version of the OpenAPI document: 1beta1
8+
The version of the OpenAPI document: 1
99
Generated by OpenAPI Generator (https://openapi-generator.tech)
1010
1111
Do not edit the class manually.

services/vpn/src/stackit/vpn/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
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
77
8-
The version of the OpenAPI document: 1beta1
8+
The version of the OpenAPI document: 1
99
Generated by OpenAPI Generator (https://openapi-generator.tech)
1010
1111
Do not edit the class manually.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
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
88
9-
The version of the OpenAPI document: 1beta1
9+
The version of the OpenAPI document: 1
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111
1212
Do not edit the class manually.

services/vpn/src/stackit/vpn/models/api_error.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
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
77
8-
The version of the OpenAPI document: 1beta1
8+
The version of the OpenAPI document: 1
99
Generated by OpenAPI Generator (https://openapi-generator.tech)
1010
1111
Do not edit the class manually.

services/vpn/src/stackit/vpn/models/api_error_detail.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
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
77
8-
The version of the OpenAPI document: 1beta1
8+
The version of the OpenAPI document: 1
99
Generated by OpenAPI Generator (https://openapi-generator.tech)
1010
1111
Do not edit the class manually.

services/vpn/src/stackit/vpn/models/api_error_response.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
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
77
8-
The version of the OpenAPI document: 1beta1
8+
The version of the OpenAPI document: 1
99
Generated by OpenAPI Generator (https://openapi-generator.tech)
1010
1111
Do not edit the class manually.

0 commit comments

Comments
 (0)