All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>, 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;
           }
         }
       }
     }
   }
 }
 
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final @NonNull org.opendaylight.yangtools.yang.common.QName
    YANG identifier of the statement represented by this class.
  • Method Summary

    Modifier and Type
    Method
    Description
    Return evpnRoutes, or null if it is not present.
    Class<? extends EvpnRoutes>
     
    @NonNull EvpnRoutes
    Return evpnRoutes, or an empty instance if it is not present.
  • Field Details

    • QNAME

      static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
      YANG identifier of the statement represented by this class.
  • Method Details

    • implementedInterface

      Class<? extends EvpnRoutes> implementedInterface()
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.yang.binding.BindingContract<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.
    • nonnullEvpnRoutes

      @NonNull EvpnRoutes nonnullEvpnRoutes()
      Return evpnRoutes, or an empty instance 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 an empty instance if it is not present.