Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion services/vpn/oas_commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
87a3ad63dec0a953ff5c6072ad9a15fddd8ec5f8
d68805c9d5f30fdc2b540ed0bdc8fb2dad2aeb21
2 changes: 1 addition & 1 deletion services/vpn/src/stackit/vpn/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
30 changes: 15 additions & 15 deletions services/vpn/src/stackit/vpn/api/default_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion services/vpn/src/stackit/vpn/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion services/vpn/src/stackit/vpn/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion services/vpn/src/stackit/vpn/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion services/vpn/src/stackit/vpn/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion services/vpn/src/stackit/vpn/models/api_error.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion services/vpn/src/stackit/vpn/models/api_error_detail.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion services/vpn/src/stackit/vpn/models/bgp_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion services/vpn/src/stackit/vpn/models/bgp_status_peers.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion services/vpn/src/stackit/vpn/models/bgp_status_routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion services/vpn/src/stackit/vpn/models/bgp_tunnel_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion services/vpn/src/stackit/vpn/models/connection_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion services/vpn/src/stackit/vpn/models/gateway.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion services/vpn/src/stackit/vpn/models/gateway_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion services/vpn/src/stackit/vpn/models/gateway_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion services/vpn/src/stackit/vpn/models/gateway_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion services/vpn/src/stackit/vpn/models/peering_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading
Loading