|
7 | 7 |
|
8 | 8 | 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 |
9 | 9 |
|
10 | | - The version of the OpenAPI document: 1beta1 |
| 10 | + The version of the OpenAPI document: 1 |
11 | 11 | Generated by OpenAPI Generator (https://openapi-generator.tech) |
12 | 12 |
|
13 | 13 | Do not edit the class manually. |
|
40 | 40 | "ConnectionResponse", |
41 | 41 | "ConnectionStatusResponse", |
42 | 42 | "CreateGatewayConnectionPayload", |
43 | | - "CreateVPNGatewayPayload", |
44 | | - "CreateVPNGatewayPayloadAvailabilityZones", |
| 43 | + "CreateGatewayPayload", |
| 44 | + "CreateGatewayPayloadAvailabilityZones", |
45 | 45 | "Gateway", |
46 | 46 | "GatewayList", |
47 | 47 | "GatewayResponse", |
|
63 | 63 | "TunnelConfigurationPhase2", |
64 | 64 | "TunnelStatus", |
65 | 65 | "UpdateGatewayConnectionPayload", |
66 | | - "UpdateVPNGatewayPayload", |
| 66 | + "UpdateGatewayPayload", |
67 | 67 | "VPNTunnels", |
68 | 68 | ] |
69 | 69 |
|
|
100 | 100 | from stackit.vpn.models.create_gateway_connection_payload import ( |
101 | 101 | CreateGatewayConnectionPayload as CreateGatewayConnectionPayload, |
102 | 102 | ) |
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, |
105 | 105 | ) |
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, |
108 | 108 | ) |
109 | 109 | from stackit.vpn.models.gateway import Gateway as Gateway |
110 | 110 | from stackit.vpn.models.gateway_list import GatewayList as GatewayList |
|
139 | 139 | from stackit.vpn.models.update_gateway_connection_payload import ( |
140 | 140 | UpdateGatewayConnectionPayload as UpdateGatewayConnectionPayload, |
141 | 141 | ) |
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, |
144 | 144 | ) |
145 | 145 | from stackit.vpn.models.vpn_tunnels import VPNTunnels as VPNTunnels |
0 commit comments