Interface SidLabelIndex
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
,org.opendaylight.yangtools.yang.binding.ChoiceIn<SidLabelIndex>
,org.opendaylight.yangtools.yang.binding.DataContainer
- All Known Subinterfaces:
Ipv6AddressCase
,LocalLabelCase
,SidCase
@Generated("mdsal-binding-generator")
public interface SidLabelIndex
extends org.opendaylight.yangtools.yang.binding.ChoiceIn<SidLabelIndex>
This class represents the following YANG schema fragment defined in module bgp-segment-routing
choice sid-label-index { case local-label-case { leaf local-label { type netc:mpls-label; } } case ipv6-address-case { leaf ipv6-address { type inet:ipv6-address-no-zone; } } case sid-case { leaf sid { type uint32; } } }
-
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.
-