CCVPN extension lan-port templates
[sdnc/oam.git] / platform-logic / restapi-templates / src / main / json / sdlan-port.json
1 {
2     "ports": [
3         {
4             "id": "",
5             "portType": ${prop.lan.portType},
6             "portNumber": ${prop.lan.portNumber},
7             "deviceId": ${prop.lan.deviceId},
8             "portSwitch": ${prop.lan.portSwitch},
9             "linkInfo": {
10                  "linkType": "Ethernet",
11                  "cellular": null,
12                  "atm": null,
13                  "ethernet": {
14                       "negotiationMode": "manual",
15                       "media": "copper",
16                       "duplex": "half",
17                       "speed": 10
18                  }
19             }
20         }
21     ]
22 }
23