Interface AggregateNode

  • All Superinterfaces:
    BindingObject, DataContainer, DataObject
    All Known Subinterfaces:
    AggregatedNode

    public interface AggregateNode
    extends DataObject

    This class represents the following YANG schema fragment defined in module opendaylight-topology-view

     grouping aggregate-node {
       list original-node {
         leaf topology {
           type topo:topology-ref;
         }
         leaf node {
           type topo:node-ref;
         }
       }
     }
     
    The schema path to identify an instance is opendaylight-topology-view/aggregate-node