VinodKumarS-Huawei | d81eccb | 2016-06-01 14:30:22 +0530 | [diff] [blame] | 1 | module port-pair { |
2 | |||||
3 | yang-version 1; | ||||
4 | |||||
5 | namespace "sfc.portpair"; | ||||
6 | |||||
7 | prefix "port-pair"; | ||||
8 | |||||
9 | grouping port-pair { | ||||
10 | container port-pair { | ||||
11 | |||||
12 | leaf name { | ||||
13 | type string; | ||||
14 | } | ||||
15 | |||||
16 | |||||
17 | leaf description { | ||||
18 | type string; | ||||
19 | } | ||||
20 | |||||
21 | } | ||||
22 | } | ||||
23 | |||||
24 | rpc get-port-pair { | ||||
25 | output { | ||||
26 | uses port-pair; | ||||
27 | } | ||||
28 | } | ||||
29 | } |