All Superinterfaces:
org.opendaylight.yangtools.binding.Augmentable<EvpnRoutes>, org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>, org.opendaylight.yangtools.binding.BindingObject, org.opendaylight.yangtools.binding.ChildOf<EvpnRoutes>, org.opendaylight.yangtools.binding.ContainerObject<EvpnRoutes,EvpnRoutes>, org.opendaylight.yangtools.binding.DataContainer, org.opendaylight.yangtools.binding.DataObject, org.opendaylight.yangtools.binding.lib.ImplementedInterface<org.opendaylight.yangtools.binding.DataContainer>, org.opendaylight.yangtools.binding.lib.JavaContract<org.opendaylight.yangtools.binding.DataContainer,EvpnRoutes>, org.opendaylight.yangtools.binding.lib.JavaDataContainer<EvpnRoutes>, org.opendaylight.yangtools.binding.ParentObject<EvpnRoutes>

@Generated("mdsal-binding-generator") public interface EvpnRoutes extends org.opendaylight.yangtools.binding.ContainerObject<EvpnRoutes,EvpnRoutes>

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

 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;
         }
       }
     }
   }
 }
 

To create instances of this class use EvpnRoutesBuilder.

See Also:
  • Field Summary

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

    Modifier and Type
    Method
    Description
    Returns Map<EvpnRouteKey, EvpnRoute> evpnRoute, or null if it is not present.
    default Class<EvpnRoutes>
     
    default boolean
     
    default int
     
    default String
     
    default @NonNull Map<EvpnRouteKey,EvpnRoute>
    Returns Map<EvpnRouteKey, EvpnRoute> evpnRoute, or an empty list if it is not present.

    Methods inherited from interface org.opendaylight.yangtools.binding.Augmentable

    augmentation, augmentationOrElseThrow, augmentationOrElseThrow, augmentations

    Methods inherited from interface org.opendaylight.yangtools.binding.lib.JavaContract

    equals, hashCode, toString
  • Field Details

    • QNAME

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

    • getEvpnRoute

      @Nullable Map<EvpnRouteKey,EvpnRoute> getEvpnRoute()
      Returns Map<EvpnRouteKey, EvpnRoute> evpnRoute, or null if it is not present.
      Returns:
      Map<EvpnRouteKey, EvpnRoute> evpnRoute, or null if it is not present
    • nonnullEvpnRoute

      default @NonNull Map<EvpnRouteKey,EvpnRoute> nonnullEvpnRoute()
      Returns Map<EvpnRouteKey, EvpnRoute> evpnRoute, or an empty list if it is not present.
      Returns:
      Map<EvpnRouteKey, EvpnRoute> evpnRoute, or an empty list if it is not present
    • implementedInterface

      default Class<EvpnRoutes> implementedInterface()
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.binding.DataObject
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.binding.lib.ImplementedInterface<org.opendaylight.yangtools.binding.DataContainer>
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.binding.ParentObject<EvpnRoutes>
    • javaHC

      default int javaHC()
      Specified by:
      javaHC in interface org.opendaylight.yangtools.binding.lib.JavaContract<org.opendaylight.yangtools.binding.DataContainer,EvpnRoutes>
      Specified by:
      javaHC in interface org.opendaylight.yangtools.binding.lib.JavaDataContainer<EvpnRoutes>
    • javaEQ

      default boolean javaEQ(EvpnRoutes obj)
      Specified by:
      javaEQ in interface org.opendaylight.yangtools.binding.lib.JavaContract<org.opendaylight.yangtools.binding.DataContainer,EvpnRoutes>
      Specified by:
      javaEQ in interface org.opendaylight.yangtools.binding.lib.JavaDataContainer<EvpnRoutes>
    • javaTS

      default String javaTS()
      Specified by:
      javaTS in interface org.opendaylight.yangtools.binding.lib.JavaContract<org.opendaylight.yangtools.binding.DataContainer,EvpnRoutes>
      Specified by:
      javaTS in interface org.opendaylight.yangtools.binding.lib.JavaDataContainer<EvpnRoutes>