Skip to content

Commit 91111d4

Browse files
OAS Update
1 parent 34b8741 commit 91111d4

3 files changed

Lines changed: 18 additions & 0 deletions

File tree

services/vpn/v1/vpn.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,9 @@
382382
"description": "This flag decides whether this connection should be enabled or disabled",
383383
"type": "boolean"
384384
},
385+
"labels": {
386+
"$ref": "#/components/schemas/Label"
387+
},
385388
"localSubnets": {
386389
"description": "Optional. Defaults to 0.0.0.0/0 for Route-based VPN configurations. Mandatory for Policy-based.",
387390
"items": {
@@ -1010,6 +1013,9 @@
10101013
"description": "This flag decides whether this connection should be enabled or disabled",
10111014
"type": "boolean"
10121015
},
1016+
"labels": {
1017+
"$ref": "#/components/schemas/Label"
1018+
},
10131019
"localSubnets": {
10141020
"description": "Optional. Defaults to 0.0.0.0/0 for Route-based VPN configurations. Mandatory for Policy-based.",
10151021
"items": {

services/vpn/v1alpha1/vpn.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,9 @@
382382
"description": "This flag decides whether this connection should be enabled or disabled",
383383
"type": "boolean"
384384
},
385+
"labels": {
386+
"$ref": "#/components/schemas/Label"
387+
},
385388
"localSubnets": {
386389
"description": "Optional. Defaults to 0.0.0.0/0 for Route-based VPN configurations. Mandatory for Policy-based.",
387390
"items": {
@@ -1010,6 +1013,9 @@
10101013
"description": "This flag decides whether this connection should be enabled or disabled",
10111014
"type": "boolean"
10121015
},
1016+
"labels": {
1017+
"$ref": "#/components/schemas/Label"
1018+
},
10131019
"localSubnets": {
10141020
"description": "Optional. Defaults to 0.0.0.0/0 for Route-based VPN configurations. Mandatory for Policy-based.",
10151021
"items": {

services/vpn/v1beta1/vpn.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,9 @@
382382
"description": "This flag decides whether this connection should be enabled or disabled",
383383
"type": "boolean"
384384
},
385+
"labels": {
386+
"$ref": "#/components/schemas/Label"
387+
},
385388
"localSubnets": {
386389
"description": "Optional. Defaults to 0.0.0.0/0 for Route-based VPN configurations. Mandatory for Policy-based.",
387390
"items": {
@@ -1010,6 +1013,9 @@
10101013
"description": "This flag decides whether this connection should be enabled or disabled",
10111014
"type": "boolean"
10121015
},
1016+
"labels": {
1017+
"$ref": "#/components/schemas/Label"
1018+
},
10131019
"localSubnets": {
10141020
"description": "Optional. Defaults to 0.0.0.0/0 for Route-based VPN configurations. Mandatory for Policy-based.",
10151021
"items": {

0 commit comments

Comments
 (0)