Interface NodeConnector

  • All Superinterfaces:
    BindingObject, DataContainer, DataObject
    All Known Subinterfaces:
    NodeConnector, NodeConnectorUpdated

    public interface NodeConnector
    extends DataObject
    Describes a generic node connector which consists of an ID. Acts as an augmentation point where other YANG files can add additional information.

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

     grouping node-connector {
       leaf id {
         type node-connector-id;
       }
     }
     
    The schema path to identify an instance is opendaylight-inventory/node-connector