Interface EvpnRoutesCase

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<EvpnRoutesCase>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChoiceIn<Tables>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, EvpnRoutes, Routes

    public interface EvpnRoutesCase
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<EvpnRoutesCase>, EvpnRoutes, Routes

    This class represents the following YANG schema fragment defined in module odl-bgp-evpn

     case evpn-routes-case {
       uses evpn-routes;
     }
     
    The schema path to identify an instance is odl-bgp-evpn/bgp-rib/rib/peer/effective-rib-in/tables/routes/(urn:opendaylight:params:xml:ns:yang:bgp-evpn?revision=2020-01-20)evpn-routes-case
    • 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
    • Method Detail

      • implementedInterface

        default Class<EvpnRoutesCase> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
        Specified by:
        implementedInterface in interface EvpnRoutes