The NETCONF sync notification nodes are defined in this file.
Version: 2021-03-05
module huawei-netconf-sync-notif { yang-version 1; namespace "urn:huawei:yang:huawei-netconf-sync-notif"; prefix netconf-sync-notif; import huawei-extension { prefix ext; } organization "Huawei Technologies Co., Ltd."; contact "Huawei Industrial Base Bantian, Longgang Shenzhen 518129 People's Republic of China Website: http://www.huawei.com Email: support@huawei.com"; description "The NETCONF sync notification nodes are defined in this file."; reference "Huawei private"; revision "2021-03-05" { description "Initial revision."; reference "Huawei private"; } ext:task-name "netconf"; notification netconf-mda-resource-change { description "Generated when any kind of MDA resource file changed. Then the MDA resource package files will be regenerated."; leaf resource-type { type bits { bit yang { position 0; } bit yang-patch { position 1; } bit yang-zh-cn { position 2; } bit yang-zh-cn-patch { position 3; } bit alarm { position 4; } bit alarm-patch { position 5; } bit panel { position 6; } bit panel-patch { position 7; } } mandatory true; description "The type of MDA resource files that changed."; } } // notification netconf-mda-resource-change } // module huawei-netconf-sync-notif
© 2023 YumaWorks, Inc. All rights reserved.