Interface NodeContextRef

  • All Superinterfaces:
    BindingObject, DataContainer, DataObject

    public interface NodeContextRef
    extends DataObject
    A helper grouping which contains a reference to a node classified with a node-context. This allows RPCs in other YANG files to refine their input to a particular node instance.

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

     grouping node-context-ref {
       leaf node {
         ext:context-reference node-context;
         type node-ref;
       }
     }
     
    The schema path to identify an instance is opendaylight-inventory/node-context-ref