Interface MacIpAdvRoute

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

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

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

     grouping mac-ip-adv-route {
       container mac-ip-adv-route {
         uses esi;
         uses ethernet-tag-id;
         leaf mac-address {
           type yang:mac-address;
         }
         leaf ip-address {
           type inet:ip-address-no-zone;
         }
         leaf mpls-label1 {
           type netc:mpls-label;
         }
         leaf mpls-label2 {
           type netc:mpls-label;
         }
       }
     }
     
    The schema path to identify an instance is odl-bgp-evpnmac-ip-adv-route
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        MacIpAdvRoute getMacIpAdvRoute()
        Return macIpAdvRoute, or null if it is not present.
             
                 MAC/IP Advertisement route
             
         
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.evpn.rev200120.mac.ip.adv.route.MacIpAdvRoute macIpAdvRoute, or null if it is not present.