Skip to content
Closed
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
0867dbbb09a8032415dc6debe18bc392bd58ba42
20 changes: 10 additions & 10 deletions 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 Expand Up @@ -40,8 +40,8 @@
"ConnectionResponse",
"ConnectionStatusResponse",
"CreateGatewayConnectionPayload",
"CreateVPNGatewayPayload",
"CreateVPNGatewayPayloadAvailabilityZones",
"CreateGatewayPayload",
"CreateGatewayPayloadAvailabilityZones",
"Gateway",
"GatewayList",
"GatewayResponse",
Expand All @@ -63,7 +63,7 @@
"TunnelConfigurationPhase2",
"TunnelStatus",
"UpdateGatewayConnectionPayload",
"UpdateVPNGatewayPayload",
"UpdateGatewayPayload",
"VPNTunnels",
]

Expand Down Expand Up @@ -100,11 +100,11 @@
from stackit.vpn.models.create_gateway_connection_payload import (
CreateGatewayConnectionPayload as CreateGatewayConnectionPayload,
)
from stackit.vpn.models.create_vpn_gateway_payload import (
CreateVPNGatewayPayload as CreateVPNGatewayPayload,
from stackit.vpn.models.create_gateway_payload import (
CreateGatewayPayload as CreateGatewayPayload,
)
from stackit.vpn.models.create_vpn_gateway_payload_availability_zones import (
CreateVPNGatewayPayloadAvailabilityZones as CreateVPNGatewayPayloadAvailabilityZones,
from stackit.vpn.models.create_gateway_payload_availability_zones import (
CreateGatewayPayloadAvailabilityZones as CreateGatewayPayloadAvailabilityZones,
)
from stackit.vpn.models.gateway import Gateway as Gateway
from stackit.vpn.models.gateway_list import GatewayList as GatewayList
Expand Down Expand Up @@ -139,7 +139,7 @@
from stackit.vpn.models.update_gateway_connection_payload import (
UpdateGatewayConnectionPayload as UpdateGatewayConnectionPayload,
)
from stackit.vpn.models.update_vpn_gateway_payload import (
UpdateVPNGatewayPayload as UpdateVPNGatewayPayload,
from stackit.vpn.models.update_gateway_payload import (
UpdateGatewayPayload as UpdateGatewayPayload,
)
from stackit.vpn.models.vpn_tunnels import VPNTunnels as VPNTunnels
Loading
Loading