|
5 | 5 |
|
6 | 6 | 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 |
7 | 7 |
|
8 | | - The version of the OpenAPI document: 1beta1 |
| 8 | + The version of the OpenAPI document: 1 |
9 | 9 | Generated by OpenAPI Generator (https://openapi-generator.tech) |
10 | 10 |
|
11 | 11 | Do not edit the class manually. |
@@ -334,7 +334,7 @@ def _create_gateway_connection_serialize( |
334 | 334 |
|
335 | 335 | return self.api_client.param_serialize( |
336 | 336 | method="POST", |
337 | | - resource_path="/v1beta1/projects/{projectId}/regions/{region}/gateways/{gatewayId}/connections", |
| 337 | + resource_path="/v1/projects/{projectId}/regions/{region}/gateways/{gatewayId}/connections", |
338 | 338 | path_params=_path_params, |
339 | 339 | query_params=_query_params, |
340 | 340 | header_params=_header_params, |
@@ -613,7 +613,7 @@ def _create_vpn_gateway_serialize( |
613 | 613 |
|
614 | 614 | return self.api_client.param_serialize( |
615 | 615 | method="POST", |
616 | | - resource_path="/v1beta1/projects/{projectId}/regions/{region}/gateways", |
| 616 | + resource_path="/v1/projects/{projectId}/regions/{region}/gateways", |
617 | 617 | path_params=_path_params, |
618 | 618 | query_params=_query_params, |
619 | 619 | header_params=_header_params, |
@@ -899,7 +899,7 @@ def _delete_gateway_connection_serialize( |
899 | 899 |
|
900 | 900 | return self.api_client.param_serialize( |
901 | 901 | 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}", |
903 | 903 | path_params=_path_params, |
904 | 904 | query_params=_query_params, |
905 | 905 | header_params=_header_params, |
@@ -1167,7 +1167,7 @@ def _delete_vpn_gateway_serialize( |
1167 | 1167 |
|
1168 | 1168 | return self.api_client.param_serialize( |
1169 | 1169 | method="DELETE", |
1170 | | - resource_path="/v1beta1/projects/{projectId}/regions/{region}/gateways/{gatewayId}", |
| 1170 | + resource_path="/v1/projects/{projectId}/regions/{region}/gateways/{gatewayId}", |
1171 | 1171 | path_params=_path_params, |
1172 | 1172 | query_params=_query_params, |
1173 | 1173 | header_params=_header_params, |
@@ -1453,7 +1453,7 @@ def _get_gateway_connection_serialize( |
1453 | 1453 |
|
1454 | 1454 | return self.api_client.param_serialize( |
1455 | 1455 | 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}", |
1457 | 1457 | path_params=_path_params, |
1458 | 1458 | query_params=_query_params, |
1459 | 1459 | header_params=_header_params, |
@@ -1739,7 +1739,7 @@ def _get_gateway_connection_status_serialize( |
1739 | 1739 |
|
1740 | 1740 | return self.api_client.param_serialize( |
1741 | 1741 | 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", |
1743 | 1743 | path_params=_path_params, |
1744 | 1744 | query_params=_query_params, |
1745 | 1745 | header_params=_header_params, |
@@ -2010,7 +2010,7 @@ def _get_vpn_gateway_serialize( |
2010 | 2010 |
|
2011 | 2011 | return self.api_client.param_serialize( |
2012 | 2012 | method="GET", |
2013 | | - resource_path="/v1beta1/projects/{projectId}/regions/{region}/gateways/{gatewayId}", |
| 2013 | + resource_path="/v1/projects/{projectId}/regions/{region}/gateways/{gatewayId}", |
2014 | 2014 | path_params=_path_params, |
2015 | 2015 | query_params=_query_params, |
2016 | 2016 | header_params=_header_params, |
@@ -2281,7 +2281,7 @@ def _get_vpn_gateway_status_serialize( |
2281 | 2281 |
|
2282 | 2282 | return self.api_client.param_serialize( |
2283 | 2283 | method="GET", |
2284 | | - resource_path="/v1beta1/projects/{projectId}/regions/{region}/gateways/{gatewayId}/status", |
| 2284 | + resource_path="/v1/projects/{projectId}/regions/{region}/gateways/{gatewayId}/status", |
2285 | 2285 | path_params=_path_params, |
2286 | 2286 | query_params=_query_params, |
2287 | 2287 | header_params=_header_params, |
@@ -2575,7 +2575,7 @@ def _list_gateway_connections_serialize( |
2575 | 2575 |
|
2576 | 2576 | return self.api_client.param_serialize( |
2577 | 2577 | method="GET", |
2578 | | - resource_path="/v1beta1/projects/{projectId}/regions/{region}/gateways/{gatewayId}/connections", |
| 2578 | + resource_path="/v1/projects/{projectId}/regions/{region}/gateways/{gatewayId}/connections", |
2579 | 2579 | path_params=_path_params, |
2580 | 2580 | query_params=_query_params, |
2581 | 2581 | header_params=_header_params, |
@@ -2807,7 +2807,7 @@ def _list_plans_serialize( |
2807 | 2807 |
|
2808 | 2808 | return self.api_client.param_serialize( |
2809 | 2809 | method="GET", |
2810 | | - resource_path="/v1beta1/regions/{region}/plans", |
| 2810 | + resource_path="/v1/regions/{region}/plans", |
2811 | 2811 | path_params=_path_params, |
2812 | 2812 | query_params=_query_params, |
2813 | 2813 | header_params=_header_params, |
@@ -3054,7 +3054,7 @@ def _list_quotas_serialize( |
3054 | 3054 |
|
3055 | 3055 | return self.api_client.param_serialize( |
3056 | 3056 | method="GET", |
3057 | | - resource_path="/v1beta1/projects/{projectId}/regions/{region}/quotas", |
| 3057 | + resource_path="/v1/projects/{projectId}/regions/{region}/quotas", |
3058 | 3058 | path_params=_path_params, |
3059 | 3059 | query_params=_query_params, |
3060 | 3060 | header_params=_header_params, |
@@ -3330,7 +3330,7 @@ def _list_vpn_gateways_serialize( |
3330 | 3330 |
|
3331 | 3331 | return self.api_client.param_serialize( |
3332 | 3332 | method="GET", |
3333 | | - resource_path="/v1beta1/projects/{projectId}/regions/{region}/gateways", |
| 3333 | + resource_path="/v1/projects/{projectId}/regions/{region}/gateways", |
3334 | 3334 | path_params=_path_params, |
3335 | 3335 | query_params=_query_params, |
3336 | 3336 | header_params=_header_params, |
@@ -3639,7 +3639,7 @@ def _update_gateway_connection_serialize( |
3639 | 3639 |
|
3640 | 3640 | return self.api_client.param_serialize( |
3641 | 3641 | 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}", |
3643 | 3643 | path_params=_path_params, |
3644 | 3644 | query_params=_query_params, |
3645 | 3645 | header_params=_header_params, |
@@ -3933,7 +3933,7 @@ def _update_vpn_gateway_serialize( |
3933 | 3933 |
|
3934 | 3934 | return self.api_client.param_serialize( |
3935 | 3935 | method="PUT", |
3936 | | - resource_path="/v1beta1/projects/{projectId}/regions/{region}/gateways/{gatewayId}", |
| 3936 | + resource_path="/v1/projects/{projectId}/regions/{region}/gateways/{gatewayId}", |
3937 | 3937 | path_params=_path_params, |
3938 | 3938 | query_params=_query_params, |
3939 | 3939 | header_params=_header_params, |
|
0 commit comments