83305476801e6b455e7209ca4255730cd8f39009
[bgpcep.git] / programming / topology-api / src / main / yang / network-topology-programming.yang
1 module network-topology-programming {
2         yang-version 1;
3         namespace "urn:opendaylight:params:xml:ns:yang:topology:programming";
4         prefix "tp";
5
6         import network-topology { prefix nt; revision-date 2013-10-21; }
7         import programming { prefix pgm; revision-date 2013-09-30; }
8
9         organization "Cisco Systems, Inc.";
10         contact "Robert Varga <rovarga@cisco.com>";
11
12         description
13                 "This module contains the programming extensions for tunnel
14                 topologies.
15
16                 Copyright (c)2013 Cisco Systems, Inc. All rights reserved.
17
18                 This program and the accompanying materials are made available
19                 under the terms of the Eclipse Public License v1.0 which
20                 accompanies this distribution, and is available at
21                 http://www.eclipse.org/legal/epl-v10.html";
22
23         revision "2013-11-02" {
24                 description
25                         "Initial revision.";
26                 reference "";
27         }
28
29         grouping topology-instruction-input {
30                 uses pgm:submit-instruction-input;
31
32                 leaf topology-id {
33                         type nt:topology-id;
34                         mandatory true;
35                 }
36         }
37
38         grouping topology-instruction-output {
39                 uses pgm:submit-instruction-output;
40         }
41 }
42