Interface LeafADRouteKey
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
,org.opendaylight.yangtools.yang.binding.ChoiceIn<LeafAD>
,org.opendaylight.yangtools.yang.binding.DataContainer
- All Known Subinterfaces:
InterAsIPmsiADCase
,SPmsiADCase
@Generated("mdsal-binding-generator")
public interface LeafADRouteKey
extends org.opendaylight.yangtools.yang.binding.ChoiceIn<LeafAD>
This class represents the following YANG schema fragment defined in module bgp-mvpn
choice leaf-a-d-route-key { case inter-as-i-pmsi-a-d-case { uses inter-as-i-pmsi-a-d-grouping; } case s-pmsi-a-d-case { uses s-pmsi-a-d-grouping; } }
-
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.yang.binding.BindingContract
implementedInterface
-
Field Details
-
QNAME
static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAMEYANG identifier of the statement represented by this class.
-