Interface EvpnChoice
- All Superinterfaces:
org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>
,org.opendaylight.yangtools.binding.ChoiceIn<Evpn>
,org.opendaylight.yangtools.binding.DataContainer
- All Known Subinterfaces:
EsRouteCase
,EthernetADRouteCase
,IncMultiEthernetTagResCase
,MacIpAdvRouteCase
@Generated("mdsal-binding-generator")
public interface EvpnChoice
extends org.opendaylight.yangtools.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
Modifier and TypeFieldDescriptionstatic final @NonNull org.opendaylight.yangtools.yang.common.QName
YANG identifier of the statement represented by this class. -
Method Summary
Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Field Details
-
QNAME
static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAMEYANG identifier of the statement represented by this class.
-