Interface NodeIdentifiers

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

    public interface NodeIdentifiers
    extends DataObject

    This class represents the following YANG schema fragment defined in module UnqualifiedQName{localName=opendaylight-topology}

     grouping node-identifiers {
       list node-identifier {
         key "type identifier";
         leaf type {
           type node-type-ref;
         }
         leaf identifier {
           type inet:uri;
         }
       }
     }
     
    The schema path to identify an instance is opendaylight-topology/node-identifiers