Interface EsRouteCase

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<EsRouteCase>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChoiceIn<Evpn>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, EsRoute, EvpnChoice

    public interface EsRouteCase
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<EsRouteCase>, EsRoute, EvpnChoice

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

     case es-route-case {
       uses es-route;
     }
     
    The schema path to identify an instance is odl-bgp-evpn/evpn/evpn-choice/es-route-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<EsRouteCase> 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 EsRoute