aboutsummaryrefslogtreecommitdiffstats
path: root/sdnr/wireless-transport/code-Carbon-SR1/apps/devicemodel/src/main/yang/G_874_1_model-Imported_Information_Object_Classes-Q_822@2016-08-11.yang
diff options
context:
space:
mode:
Diffstat (limited to 'sdnr/wireless-transport/code-Carbon-SR1/apps/devicemodel/src/main/yang/G_874_1_model-Imported_Information_Object_Classes-Q_822@2016-08-11.yang')
-rw-r--r--sdnr/wireless-transport/code-Carbon-SR1/apps/devicemodel/src/main/yang/G_874_1_model-Imported_Information_Object_Classes-Q_822@2016-08-11.yang62
1 files changed, 62 insertions, 0 deletions
diff --git a/sdnr/wireless-transport/code-Carbon-SR1/apps/devicemodel/src/main/yang/G_874_1_model-Imported_Information_Object_Classes-Q_822@2016-08-11.yang b/sdnr/wireless-transport/code-Carbon-SR1/apps/devicemodel/src/main/yang/G_874_1_model-Imported_Information_Object_Classes-Q_822@2016-08-11.yang
new file mode 100644
index 00000000..c61ce6f7
--- /dev/null
+++ b/sdnr/wireless-transport/code-Carbon-SR1/apps/devicemodel/src/main/yang/G_874_1_model-Imported_Information_Object_Classes-Q_822@2016-08-11.yang
@@ -0,0 +1,62 @@
+module G_874_1_model-Imported_Information_Object_Classes-Q_822 {
+ namespace "uri:onf:G_874_1_model-Imported_Information_Object_Classes-Q_822";
+ prefix G_874_1_model-Imported_Information_Object_Classes-Q_822;
+
+ import G_874_1_model-Imported_Information_Object_Classes-X_739 {
+ prefix G_874_1_model-Imported_Information_Object_Classes-X_739;
+ }
+ import G_874_1_model-Imported_Information_Object_Classes-X_721 {
+ prefix G_874_1_model-Imported_Information_Object_Classes-X_721;
+ }
+ import CoreModel-CoreFoundationModule-TypeDefinitions {
+ prefix CoreModel-CoreFoundationModule-TypeDefinitions;
+ }
+ import G_874_1_model-Type_Definitions {
+ prefix G_874_1_model-Type_Definitions;
+ }
+
+ organization
+ 'ONF (Open Networking Foundation) Open Transport Working Group - Wireless Transport Project';
+
+ contact
+ 'WG Web: <https://www.opennetworking.org/technical-communities/areas/specification/1931-optical-transport>
+ WG List: <mailto:wireless-transport@login.opennetworking.org >
+ WG Chair: Lyndon Ong
+ <mailto:lyong@ciena.com>
+ WG Chair: Giorgio Cazzaniga
+ <mailto:giorgio.cazzaniga@sm-optics.com>';
+
+ description
+ 'This module contains a collection of YANG definitions for
+ managing microwave transport networks.';
+
+ revision 2016-08-11 {
+ description
+ "Initial revision.";
+ reference
+ "ONF TR xyz: A YANG Data Model for Microwave Transport Networks.";
+ }
+ grouping Q_822_CurrentData {
+ uses G_874_1_model-Imported_Information_Object_Classes-X_739:X_739_Scanner;
+ leaf suspectIntervalFlag {
+ type boolean;
+ description "This attribute is used to indicate that the performance data for the current period may not be reliable. Some reasons for this to occur are:- Suspect data were detected by the actual resource doing data collection.- Transition of the administrativeState attribute to/from the 'lock' state.- Transition of the operationalState to/from the 'disabled' state.- Scheduler setting that inhibits the collection function.- The performance counters were reset during the interval.- The currentData (or subclass) object instance was created during the monitoring period.";
+ default false;
+ }
+ leaf elapsedTime {
+ type int32;
+ }
+ }
+ grouping Q_822_HistoryData {
+ uses G_874_1_model-Imported_Information_Object_Classes-X_721:X_721_Top;
+ leaf historyDataId {
+ type string;
+ }
+ leaf periodEndTime {
+ type CoreModel-CoreFoundationModule-TypeDefinitions:DateAndTime;
+ }
+ leaf granularityPeriod {
+ type G_874_1_model-Type_Definitions:GranularityPeriodType;
+ }
+ }
+} \ No newline at end of file