Claudine Chiu | fb8b816 | 2016-04-01 23:50:51 +0000 | [diff] [blame] | 1 | { |
| 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 | } |