Interface EsImportRouteExtendedCommunity

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<EsImportRouteExtendedCommunity>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<EsImportRouteExtendedCommunity>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface EsImportRouteExtendedCommunity
    extends org.opendaylight.yangtools.yang.binding.ChildOf<EsImportRouteExtendedCommunity>, org.opendaylight.yangtools.yang.binding.Augmentable<EsImportRouteExtendedCommunity>
    New transitive Route Target extended community carried with the Ethernet route. When used, it enables all the PEs connected to the same multihomed site to import the Ethernet Segment routes

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

     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/es-import-route-extended-community

    To create instances of this class use EsImportRouteExtendedCommunityBuilder.

    See Also:
    EsImportRouteExtendedCommunityBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress getEsImport()
        Returns:
        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress esImport, or null if not present