VinodKumarS-Huawei | cb3a1f5 | 2016-05-10 17:58:57 +0530 | [diff] [blame] | 1 | module NotificationTest { |
2 | yang-version 1; | ||||
3 | namespace http://huawei.com; | ||||
4 | prefix Ant; | ||||
5 | notification test { | ||||
6 | leaf type { | ||||
7 | type string; | ||||
8 | } | ||||
9 | leaf severity { | ||||
10 | type string; | ||||
11 | } | ||||
12 | } | ||||
13 | } |