Assign image keyname and pubkey at vnf level
[ccsdk/apps.git] / 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
1 module G_874_1_model-Imported_Information_Object_Classes-Q_822 {
2     namespace "uri:onf:G_874_1_model-Imported_Information_Object_Classes-Q_822";
3     prefix G_874_1_model-Imported_Information_Object_Classes-Q_822;
4
5     import G_874_1_model-Imported_Information_Object_Classes-X_739 {
6         prefix G_874_1_model-Imported_Information_Object_Classes-X_739;
7     }
8     import G_874_1_model-Imported_Information_Object_Classes-X_721 {
9         prefix G_874_1_model-Imported_Information_Object_Classes-X_721;
10     }
11     import CoreModel-CoreFoundationModule-TypeDefinitions {
12         prefix CoreModel-CoreFoundationModule-TypeDefinitions;
13     }
14     import G_874_1_model-Type_Definitions {
15         prefix G_874_1_model-Type_Definitions;
16     }
17
18     organization 
19         'ONF (Open Networking Foundation) Open Transport Working Group - Wireless Transport Project';
20
21     contact 
22         'WG Web:   <https://www.opennetworking.org/technical-communities/areas/specification/1931-optical-transport>
23          WG List:  <mailto:wireless-transport@login.opennetworking.org >
24          WG Chair: Lyndon Ong
25                    <mailto:lyong@ciena.com>
26          WG Chair: Giorgio Cazzaniga
27                    <mailto:giorgio.cazzaniga@sm-optics.com>';
28
29     description 
30         'This module contains a collection of YANG definitions for 
31          managing microwave transport networks.';
32
33     revision 2016-08-11 {
34         description 
35             "Initial revision."; 
36         reference 
37             "ONF TR xyz: A YANG Data Model for Microwave Transport Networks."; 
38     }
39     grouping Q_822_CurrentData {
40         uses G_874_1_model-Imported_Information_Object_Classes-X_739:X_739_Scanner;
41         leaf suspectIntervalFlag {
42             type boolean;
43             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.";
44             default false;
45         }
46         leaf elapsedTime {
47             type int32;
48         }
49     }
50     grouping Q_822_HistoryData {
51         uses G_874_1_model-Imported_Information_Object_Classes-X_721:X_721_Top;
52         leaf historyDataId {
53             type string;
54         }
55         leaf periodEndTime {
56             type CoreModel-CoreFoundationModule-TypeDefinitions:DateAndTime;
57         }
58         leaf granularityPeriod {
59             type G_874_1_model-Type_Definitions:GranularityPeriodType;
60         }
61     }
62 }