Interface RouterType

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.ChoiceIn<OspfNodeAttributes>, org.opendaylight.yangtools.yang.binding.DataContainer
    All Known Subinterfaces:
    Abr, Asbr, Internal, Pseudonode

    @Generated("mdsal-binding-generator")
    public interface RouterType
    extends org.opendaylight.yangtools.yang.binding.ChoiceIn<OspfNodeAttributes>

    This class represents the following YANG schema fragment defined in module ospf-topology

     choice router-type {
       case abr {
         leaf abr {
           type empty;
         }
       }
       case asbr {
         leaf asbr {
           type empty;
         }
       }
       case internal {
         leaf internal {
           type empty;
         }
       }
       case pseudonode {
         leaf pseudonode {
           type empty;
         }
       }
     }
     
    The schema path to identify an instance is ospf-topologyospf-node-attributesospf-node-attributesrouter-type
    • Field Summary

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

      • Methods inherited from interface org.opendaylight.yangtools.yang.binding.DataContainer

        implementedInterface
    • Field Detail

      • QNAME

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