Just a testing notification that we can not fly for now.
<p>This class represents the following YANG schema fragment defined in module <b>opendaylight-test-notification</b>
<br>(Source path: <i>META-INF/yang/opendaylight-test-notification.yang</i>):
<pre>
notification out-of-pixie-dust-notification {
description
"Just a testing notification that we can not fly for now.";
leaf reason {
type string;
}
leaf days-till-new-dust {
type uint16;
}
status CURRENT;
}
</pre>
The schema path to identify an instance is
<i>opendaylight-test-notification/out-of-pixie-dust-notification</i>
<p>To create instances of this class use
OutOfPixieDustNotificationBuilder.