Skip to content

Commit 1134de6

Browse files
OAS Update
1 parent 6ed77ae commit 1134de6

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

services/vpn/v1beta1/vpn.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,19 @@
134134
],
135135
"type": "object"
136136
},
137+
"ASN": {
138+
"description": "Number of an Autonomous System. Both 16Bit and 32Bit ranges are supported, excluding values reserved by:\n * RFC 7607 (0)\n * RFC 6793 (23456, AS_TRANS)\n * RFC 7300 (65535 and 4294967295, the \"Last ASNs\")\n",
139+
"format": "int64",
140+
"maximum": 4294967294,
141+
"minimum": 1,
142+
"not": {
143+
"enum": [
144+
23456,
145+
65535
146+
]
147+
},
148+
"type": "integer"
149+
},
137150
"AvailabilityZone": {
138151
"description": "Object that represents an availability zone.",
139152
"example": "eu01-1",
@@ -268,7 +281,7 @@
268281
"BGPTunnelConfig": {
269282
"properties": {
270283
"remoteAsn": {
271-
"$ref": "#/components/schemas/PrivateASN"
284+
"$ref": "#/components/schemas/ASN"
272285
}
273286
},
274287
"required": [

0 commit comments

Comments
 (0)