Interface EvpnChoice

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.ChoiceIn<Evpn>, org.opendaylight.yangtools.yang.binding.DataContainer
    All Known Subinterfaces:
    EsRouteCase, EthernetADRouteCase, IncMultiEthernetTagResCase, MacIpAdvRouteCase

    @Generated("mdsal-binding-generator")
    public interface EvpnChoice
    extends org.opendaylight.yangtools.yang.binding.ChoiceIn<Evpn>

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

     choice evpn-choice {
       case ethernet-a-d-route-case {
         uses ethernet-a-d-route;
       }
       case mac-ip-adv-route-case {
         uses mac-ip-adv-route;
       }
       case inc-multi-ethernet-tag-res-case {
         uses inc-multi-ethernet-tag-res;
       }
       case es-route-case {
         uses es-route;
       }
     }
     
    • Field Summary

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

      • Methods inherited from interface org.opendaylight.yangtools.yang.binding.DataContainer

        implementedInterface
    • Field Detail

      • QNAME

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