Interface EsRoute

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    EsRouteCase

    @Generated("mdsal-binding-generator")
    public interface EsRoute
    extends org.opendaylight.yangtools.yang.binding.DataObject

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

     grouping es-route {
       container es-route {
         uses esi;
         uses bgp-t:orig-route-ip-grouping;
       }
     }
     
    The schema path to identify an instance is odl-bgp-evpnes-route
    • Field Detail

      • QNAME

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

      • implementedInterface

        Class<? extends EsRoute> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getEsRoute

        EsRoute getEsRoute()
        Return esRoute, or null if it is not present.
             
                 Ethernet Segment route
             
         
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.evpn.rev200120.es.route.EsRoute esRoute, or null if it is not present.