Interface TopologyTypeOverlay

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BaseIdentity, TopologyTypeBase

    public interface TopologyTypeOverlay
    extends TopologyTypeBase
    Marker to indicate a topology is of type overlay

    This class represents the following YANG schema fragment defined in module overlay

     identity topology-type-overlay {
       base topology-type-base;
     }
     
    The schema path to identify an instance is overlay/topology-type-overlay
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static @NonNull org.opendaylight.yangtools.yang.common.QName QNAME  
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME