Interface EsImportRouteExtendedCommunity

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

    public interface EsImportRouteExtendedCommunity
    extends org.opendaylight.yangtools.yang.binding.DataObject

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

     grouping es-import-route-extended-community {
       container es-import-route-extended-community {
         leaf es-import {
           type yang:mac-address;
         }
       }
     }
     
    The schema path to identify an instance is odl-bgp-evpn/es-import-route-extended-community
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable EsImportRouteExtendedCommunity getEsImportRouteExtendedCommunity()
        New transitive Route Target extended community carried with the Ethernet Segment route. When used, it enables all the PEs connected to the same multihomed site to import the Ethernet Segment routes
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.evpn.rev200120.es._import.route.extended.community.EsImportRouteExtendedCommunity esImportRouteExtendedCommunity, or null if not present