Skip to content

Commit 33ffe5e

Browse files
OAS Update
1 parent 905fdbc commit 33ffe5e

3 files changed

Lines changed: 15 additions & 3 deletions

File tree

services/vpn/v1/vpn.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,6 @@
874874
"type": "object"
875875
},
876876
"Region": {
877-
"default": "eu01",
878877
"description": "The region in which the resource is located.\n",
879878
"enum": [
880879
"eu01",
@@ -1105,6 +1104,11 @@
11051104
"instanceState": {
11061105
"$ref": "#/components/schemas/GatewayStatus"
11071106
},
1107+
"internalNextHopIP": {
1108+
"description": "The IPv4 address of the endpoint in the SNA.",
1109+
"example": "10.0.2.1",
1110+
"type": "string"
1111+
},
11081112
"name": {
11091113
"enum": [
11101114
"tunnel1",

services/vpn/v1alpha1/vpn.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,6 @@
874874
"type": "object"
875875
},
876876
"Region": {
877-
"default": "eu01",
878877
"description": "The region in which the resource is located.\n",
879878
"enum": [
880879
"eu01",
@@ -1105,6 +1104,11 @@
11051104
"instanceState": {
11061105
"$ref": "#/components/schemas/GatewayStatus"
11071106
},
1107+
"internalNextHopIP": {
1108+
"description": "The IPv4 address of the endpoint in the SNA.",
1109+
"example": "10.0.2.1",
1110+
"type": "string"
1111+
},
11081112
"name": {
11091113
"enum": [
11101114
"tunnel1",

services/vpn/v1beta1/vpn.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,6 @@
874874
"type": "object"
875875
},
876876
"Region": {
877-
"default": "eu01",
878877
"description": "The region in which the resource is located.\n",
879878
"enum": [
880879
"eu01",
@@ -1105,6 +1104,11 @@
11051104
"instanceState": {
11061105
"$ref": "#/components/schemas/GatewayStatus"
11071106
},
1107+
"internalNextHopIP": {
1108+
"description": "The IPv4 address of the endpoint in the SNA.",
1109+
"example": "10.0.2.1",
1110+
"type": "string"
1111+
},
11081112
"name": {
11091113
"enum": [
11101114
"tunnel1",

0 commit comments

Comments
 (0)