Interface NetworkTopologyProgrammingData

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.DataRoot

    @Generated("mdsal-binding-generator")
    public interface NetworkTopologyProgrammingData
    extends org.opendaylight.yangtools.yang.binding.DataRoot
    This module contains the programming extensions for tunnel topologies. (c)2013 Cisco Systems, Inc. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html

    This class represents the following YANG schema fragment defined in module network-topology-programming

     module network-topology-programming {
       yang-version 1;
       namespace urn:opendaylight:params:xml:ns:yang:topology:programming;
       prefix tp;
       import odl-network-topology {
         prefix ont;
         revision-date 2014-01-13;
       }
       import programming {
         prefix pgm;
         revision-date 2015-07-20;
       }
       revision 2013-11-02 {
       }
       grouping topology-instruction-input {
         uses pgm:submit-instruction-input;
         uses ont:network-topology-reference;
       }
       grouping topology-instruction-output {
         uses pgm:submit-instruction-output;
       }
     }