yumaworks-term-msg
HTML
yumaworks-term-msg@2019-05-05
module yumaworks-term-msg { yang-version 1; namespace "http://yumaworks.com/ns/yumaworks-term-msg"; prefix ytm; organization "YumaWorks, Inc."; contact "Support <support at yumaworks.com>"; description "Notification event for terminal message feature. Copyright (c) 2019 YumaWorks, Inc. All rights reserved. Redistribution and use in source and binary forms, with or without modification, is permitted pursuant to, and subject to the license terms contained in, the BSD 3-Clause License http://opensource.org/licenses/BSD-3-Clause"; revision "2019-05-05" { description "Initial version."; } notification term-msg { description "Used to send terminal messages to the yp-shell client"; leaf data { type string; mandatory true; description "Terminal message to display"; } } // notification term-msg } // module yumaworks-term-msg
Summary
Organization | YumaWorks, Inc. |
Module | yumaworks-term-msg |
Version | 2019-05-05 |
File | yumaworks-term-msg.yang |
Prefix | ytm |
Namespace | http://yumaworks.com/ns/yumaworks-term-msg |
Cooked | /cookedmodules/yumaworks-term-msg/2019-05-05 |
YANG | /src/yumaworks-term-msg@2019-05-05.yang |
XSD | /xsd/yumaworks-term-msg@2019-05-05.xsd |
Abstract | Notification event for terminal message feature. Copyright (c) 2019 YumaWorks, Inc. All rights reserved. Redistribution and us... |
Contact | Support <support at yumaworks.com> |
Description
Notification event for terminal message feature. Copyright (c) 2019 YumaWorks, Inc. All rights reserved. Redistribution and use in source and binary forms, with or without modification, is permitted pursuant to, and subject to the license terms contained in, the BSD 3-Clause License http://opensource.org/licenses/BSD-3-Clause |
Notifications
Notification | Abstract |
term-msg | Used to send terminal messages to the yp-shell client |