Interface NodeType

  • All Superinterfaces:
    BaseIdentity

    public interface NodeType
    extends BaseIdentity
    A base identity definition which represents a generic node type and can be extended in other yang files.

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

     identity node-type {
     }
     
    The schema path to identify an instance is opendaylight-inventory/node-type
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static @NonNull QName QNAME  
    • Field Detail

      • QNAME

        static final @NonNull QName QNAME