blob: 89cb6c179e6ff4ef18359236e4975dc5d3c2f35b [file] [log] [blame]
{
"type": "object",
"title": "vport",
"required": [
"networkId",
"deviceId",
"portNum",
"physDeviceId",
"physPortNum"
],
"properties": {
"networkId": {
"type": "String",
"example": "Network identifier"
},
"deviceId": {
"type": "String",
"example": "Virtual device identifier"
},
"portNum": {
"type": "String",
"example": "Virtual device port number"
},
"physDeviceId": {
"type": "String",
"example": "Physical device identifier"
},
"physPortNum": {
"type": "String",
"example": "Physical device port number"
}
}
}