Bras license.
Version: 2020-12-15
module huawei-bras-license { yang-version 1; namespace 'urn:huawei:yang:huawei-bras-license'; prefix bras-license; import huawei-extension { prefix ext; } import huawei-devm { prefix devm; } import huawei-license { prefix lcs; } 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 "Bras license."; revision "2020-12-15" { description "Initial revision."; reference "Huawei private."; } ext:task-name "license"; augment /lcs:license { description "Bas license configurations."; container bras-license { description "Configure Bras license."; container active-bas-slots { description "List of activate BAS on a board."; list active-bas-slot { key "slot-id"; description "Configure activate BAS on a board."; leaf slot-id { type leafref { path "/devm:devm/devm:lpu-boards/devm:lpu-board/devm:position"; } description "Specifies the slot ID of a board."; } } // list active-bas-slot } // container active-bas-slots } // container bras-license } } // module huawei-bras-license
© 2023 YumaWorks, Inc. All rights reserved.