Interface EvpnRoutes

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

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

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

     grouping evpn-routes {
       container evpn-routes {
         list evpn-route {
           key "route-key path-id";
           uses evpn;
           uses pmsi:bgp-rib-route {
             augment attributes/extended-communities/extended-community {
               case esi-label-extended-community-case {
                 uses esi-label-extended-community;
               }
               case es-import-route-extended-community-case {
                 uses es-import-route-extended-community;
               }
               case mac-mobility-extended-community-case {
                 uses mac-mobility-extended-community;
               }
               case default-gateway-extended-community-case {
                 uses default-gateway-extended-community;
               }
               case layer-2-attributes-extended-community-case {
                 uses layer-2-attributes-extended-community;
               }
             }
           }
         }
       }
     }
     
    The schema path to identify an instance is odl-bgp-evpnevpn-routes
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        EvpnRoutes getEvpnRoutes()
        Return evpnRoutes, or null if it is not present.
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.evpn.rev200120.evpn.routes.EvpnRoutes evpnRoutes, or null if it is not present.