aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/TestVNF/netconftemplates/netconftemplates/ietf-datastores@2017-08-17.yin
blob: 13f93b4f73b0094a0748283eb32bd330b95497ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="m-1">
  <data xmlns="urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring">&lt;?xml version="1.0" encoding="UTF-8"?&gt;
&lt;module name="ietf-datastores"
        xmlns="urn:ietf:params:xml:ns:yang:yin:1"
        xmlns:ds="urn:ietf:params:xml:ns:yang:ietf-datastores"&gt;
  &lt;yang-version value="1.1"/&gt;
  &lt;namespace uri="urn:ietf:params:xml:ns:yang:ietf-datastores"/&gt;
  &lt;prefix value="ds"/&gt;
  &lt;organization&gt;
    &lt;text&gt;IETF Network Modeling (NETMOD) Working Group&lt;/text&gt;
  &lt;/organization&gt;
  &lt;contact&gt;
    &lt;text&gt;WG Web:   &amp;lt;https://datatracker.ietf.org/wg/netmod/&amp;gt;

WG List:  &amp;lt;mailto:netmod@ietf.org&amp;gt;

Author:   Martin Bjorklund
          &amp;lt;mailto:mbj@tail-f.com&amp;gt;

Author:   Juergen Schoenwaelder
          &amp;lt;mailto:j.schoenwaelder@jacobs-university.de&amp;gt;

Author:   Phil Shafer
          &amp;lt;mailto:phil@juniper.net&amp;gt;

Author:   Kent Watsen
          &amp;lt;mailto:kwatsen@juniper.net&amp;gt;

Author:   Rob Wilton
          &amp;lt;rwilton@cisco.com&amp;gt;&lt;/text&gt;
  &lt;/contact&gt;
  &lt;description&gt;
    &lt;text&gt;This YANG module defines two sets of identities for datastores.
The first identifies the datastores themselves, the second
identifies datastore properties.

Copyright (c) 2017 IETF Trust and the persons identified as
authors of the code.  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 Simplified BSD License set
forth in Section 4.c of the IETF Trust's Legal Provisions
Relating to IETF Documents
(http://trustee.ietf.org/license-info).

This version of this YANG module is part of RFC XXXX
(http://www.rfc-editor.org/info/rfcxxxx); see the RFC itself
for full legal notices.&lt;/text&gt;
  &lt;/description&gt;
  &lt;revision date="2017-08-17"&gt;
    &lt;description&gt;
      &lt;text&gt;Initial revision.&lt;/text&gt;
    &lt;/description&gt;
    &lt;reference&gt;
      &lt;text&gt;RFC XXXX: Network Management Datastore Architecture&lt;/text&gt;
    &lt;/reference&gt;
  &lt;/revision&gt;
  &lt;identity name="datastore"&gt;
    &lt;description&gt;
      &lt;text&gt;Abstract base identity for datastore identities.&lt;/text&gt;
    &lt;/description&gt;
  &lt;/identity&gt;
  &lt;identity name="conventional"&gt;
    &lt;base name="datastore"/&gt;
    &lt;description&gt;
      &lt;text&gt;Abstract base identity for conventional configuration
datastores.&lt;/text&gt;
    &lt;/description&gt;
  &lt;/identity&gt;
  &lt;identity name="running"&gt;
    &lt;base name="conventional"/&gt;
    &lt;description&gt;
      &lt;text&gt;The running configuration datastore.&lt;/text&gt;
    &lt;/description&gt;
  &lt;/identity&gt;
  &lt;identity name="candidate"&gt;
    &lt;base name="conventional"/&gt;
    &lt;description&gt;
      &lt;text&gt;The candidate configuration datastore.&lt;/text&gt;
    &lt;/description&gt;
  &lt;/identity&gt;
  &lt;identity name="startup"&gt;
    &lt;base name="conventional"/&gt;
    &lt;description&gt;
      &lt;text&gt;The startup configuration datastore.&lt;/text&gt;
    &lt;/description&gt;
  &lt;/identity&gt;
  &lt;identity name="intended"&gt;
    &lt;base name="conventional"/&gt;
    &lt;description&gt;
      &lt;text&gt;The intended configuration datastore.&lt;/text&gt;
    &lt;/description&gt;
  &lt;/identity&gt;
  &lt;identity name="dynamic"&gt;
    &lt;base name="datastore"/&gt;
    &lt;description&gt;
      &lt;text&gt;Abstract base identity for dynamic configuration datastores.&lt;/text&gt;
    &lt;/description&gt;
  &lt;/identity&gt;
  &lt;identity name="operational"&gt;
    &lt;base name="datastore"/&gt;
    &lt;description&gt;
      &lt;text&gt;The operational state datastore.&lt;/text&gt;
    &lt;/description&gt;
  &lt;/identity&gt;
  &lt;typedef name="datastore-ref"&gt;
    &lt;type name="identityref"&gt;
      &lt;base name="datastore"/&gt;
    &lt;/type&gt;
    &lt;description&gt;
      &lt;text&gt;A datastore identity reference.&lt;/text&gt;
    &lt;/description&gt;
  &lt;/typedef&gt;
&lt;/module&gt;
</data>
</rpc-reply>