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

@Generated("mdsal-binding-generator") public interface OdlBgpTopologyConfigData extends org.opendaylight.yangtools.yang.binding.DataRoot
This module contains the base YANG definitions for BGP topology provider configuration. Copyright (c)2016 Cisco Systems, Inc. All rights reserved.; This program and the accompanying materials are made available under the terms of 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-bgp-topology-config

 module odl-bgp-topology-config {
   yang-version 1;
   namespace urn:opendaylight:params:xml:ns:yang:odl-bgp-topology-config;
   prefix bgp-topo-cfg;
   import network-topology {
     prefix nt;
     revision-date 2013-10-21;
   }
   import bgp-rib {
     prefix rib;
     revision-date 2018-03-29;
   }
   import odl-bgp-topology-types {
     prefix topology-tpes;
     revision-date 2016-05-24;
   }
   revision 2018-03-29 {
   }
   revision 2017-12-07 {
   }
   revision 2016-07-26 {
   }
   grouping bgp-topology-configuration {
     leaf rib-id {
       type rib:rib-id;
     }
   }
   augment /nt:network-topology/nt:topology {
     when "/nt:network-topology/nt:topology/nt:topology-types/topology-tpes:bgp-ipv4-reachability-topology or/nt:network-topology/nt:topology/nt:topology-types/topology-tpes:bgp-ipv6-reachability-topology or/nt:network-topology/nt:topology/nt:topology-types/topology-tpes:bgp-linkstate-topology";
     uses bgp-topology-configuration;
   }
 }