Skip to content

Commit b92a573

Browse files
OAS Update
1 parent d3d7776 commit b92a573

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

services/vpn/v1alpha1/vpn.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,7 @@
400400
"type": "array"
401401
},
402402
"staticRoutes": {
403+
"description": "Optional. Use this for route-based VPN.",
403404
"items": {
404405
"$ref": "#/components/schemas/IPv4CIDR"
405406
},
@@ -1028,6 +1029,7 @@
10281029
"type": "array"
10291030
},
10301031
"staticRoutes": {
1032+
"description": "Optional. Use this for route-based VPN.",
10311033
"items": {
10321034
"$ref": "#/components/schemas/IPv4CIDR"
10331035
},
@@ -1120,7 +1122,7 @@
11201122
}
11211123
},
11221124
"info": {
1123-
"description": "Provision and manage **STACKIT VPN** gateways.\n\nUse this API to establish secure, encrypted IPsec tunnels between your STACKIT Network Area (SNA) and external networks.\nThe service supports the following routing architectures:\n- Policy-based IPsec\n- Static route-based IPsec\n- Dynamic BGP IPsec",
1125+
"description": "Provision and manage STACKIT VPN gateways.\n\nUse this API to establish secure, encrypted IPsec tunnels between your STACKIT Network Area (SNA) and external networks.\nThe service supports the following routing architectures:\n- Policy-based IPsec\n- Static route-based IPsec\n- Dynamic BGP IPsec",
11241126
"title": "STACKIT VPN API",
11251127
"version": "1alpha1"
11261128
},

0 commit comments

Comments
 (0)