blob: 89cb6c179e6ff4ef18359236e4975dc5d3c2f35b [file] [log] [blame]
Claudine Chiufb8b8162016-04-01 23:50:51 +00001{
2 "type": "object",
3 "title": "vport",
4 "required": [
5 "networkId",
6 "deviceId",
7 "portNum",
8 "physDeviceId",
9 "physPortNum"
10 ],
11 "properties": {
12 "networkId": {
13 "type": "String",
14 "example": "Network identifier"
15 },
16 "deviceId": {
17 "type": "String",
18 "example": "Virtual device identifier"
19 },
20 "portNum": {
21 "type": "String",
22 "example": "Virtual device port number"
23 },
24 "physDeviceId": {
25 "type": "String",
26 "example": "Physical device identifier"
27 },
28 "physPortNum": {
29 "type": "String",
30 "example": "Physical device port number"
31 }
32 }
33}