Skip to content

Commit 7bf7126

Browse files
Generate vpn
1 parent 8e87fca commit 7bf7126

45 files changed

Lines changed: 494 additions & 494 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+
8ccf08fdae6320251259ca695f1e7180eeb21275

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

Lines changed: 10 additions & 10 deletions
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.
@@ -40,8 +40,8 @@
4040
"ConnectionResponse",
4141
"ConnectionStatusResponse",
4242
"CreateGatewayConnectionPayload",
43-
"CreateVPNGatewayPayload",
44-
"CreateVPNGatewayPayloadAvailabilityZones",
43+
"CreateGatewayPayload",
44+
"CreateGatewayPayloadAvailabilityZones",
4545
"Gateway",
4646
"GatewayList",
4747
"GatewayResponse",
@@ -63,7 +63,7 @@
6363
"TunnelConfigurationPhase2",
6464
"TunnelStatus",
6565
"UpdateGatewayConnectionPayload",
66-
"UpdateVPNGatewayPayload",
66+
"UpdateGatewayPayload",
6767
"VPNTunnels",
6868
]
6969

@@ -100,11 +100,11 @@
100100
from stackit.vpn.models.create_gateway_connection_payload import (
101101
CreateGatewayConnectionPayload as CreateGatewayConnectionPayload,
102102
)
103-
from stackit.vpn.models.create_vpn_gateway_payload import (
104-
CreateVPNGatewayPayload as CreateVPNGatewayPayload,
103+
from stackit.vpn.models.create_gateway_payload import (
104+
CreateGatewayPayload as CreateGatewayPayload,
105105
)
106-
from stackit.vpn.models.create_vpn_gateway_payload_availability_zones import (
107-
CreateVPNGatewayPayloadAvailabilityZones as CreateVPNGatewayPayloadAvailabilityZones,
106+
from stackit.vpn.models.create_gateway_payload_availability_zones import (
107+
CreateGatewayPayloadAvailabilityZones as CreateGatewayPayloadAvailabilityZones,
108108
)
109109
from stackit.vpn.models.gateway import Gateway as Gateway
110110
from stackit.vpn.models.gateway_list import GatewayList as GatewayList
@@ -139,7 +139,7 @@
139139
from stackit.vpn.models.update_gateway_connection_payload import (
140140
UpdateGatewayConnectionPayload as UpdateGatewayConnectionPayload,
141141
)
142-
from stackit.vpn.models.update_vpn_gateway_payload import (
143-
UpdateVPNGatewayPayload as UpdateVPNGatewayPayload,
142+
from stackit.vpn.models.update_gateway_payload import (
143+
UpdateGatewayPayload as UpdateGatewayPayload,
144144
)
145145
from stackit.vpn.models.vpn_tunnels import VPNTunnels as VPNTunnels

0 commit comments

Comments
 (0)