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

@Generated("mdsal-binding-generator") public interface OdlNetworkTopologyData extends org.opendaylight.yangtools.yang.binding.DataRoot
Augments IETF network topology model to define routing RPC extensions. (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 odl-network-topology

 module odl-network-topology {
   yang-version 1;
   namespace urn:opendaylight:params:xml:ns:yang:network:topology;
   prefix ont;
   import network-topology {
     prefix nt;
     revision-date 2013-10-21;
   }
   import yang-ext {
     prefix ext;
     revision-date 2013-07-09;
   }
   revision 2014-01-13 {
   }
   identity network-topology-context {
   }
   typedef network-topology-ref {
     type instance-identifier;
     ext:context-reference network-topology-context;
   }
   grouping network-topology-reference {
     leaf network-topology-ref {
       type network-topology-ref;
       ext:context-reference network-topology-context;
     }
   }
   augment /nt:network-topology/nt:topology {
     ext:context-instance network-topology-context;
   }
 }