Interface FlowTopologyDiscoveryData

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

    @Generated("mdsal-binding-generator")
    public interface FlowTopologyDiscoveryData
    extends org.opendaylight.yangtools.yang.binding.DataRoot
    Legacy topology API.

    This class represents the following YANG schema fragment defined in module flow-topology-discovery

     module flow-topology-discovery {
       namespace urn:opendaylight:flow:topology:discovery;
       prefix flow-node-topo;
       import opendaylight-inventory {
         prefix inv;
         revision-date 2013-08-19;
       }
       revision 2013-08-19 {
       }
       grouping link {
         leaf source {
           type inv:node-connector-ref;
         }
         leaf destination {
           type inv:node-connector-ref;
         }
       }
       notification link-discovered {
         status deprecated;
         uses link;
       }
       notification link-overutilized {
         status deprecated;
         uses link;
       }
       notification link-removed {
         status deprecated;
         uses link;
       }
       notification link-utilization-normal {
         status deprecated;
         uses link;
       }
       rpc solicit-refresh {
         status deprecated;
       }
     }