Interface CRouterIdentifier
- All Superinterfaces:
org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>
,org.opendaylight.yangtools.binding.ChoiceIn<NodeIdentifier>
,org.opendaylight.yangtools.binding.DataContainer
- All Known Subinterfaces:
IsisNodeCase
,IsisPseudonodeCase
,OspfNodeCase
,OspfPseudonodeCase
@Generated("mdsal-binding-generator")
public interface CRouterIdentifier
extends org.opendaylight.yangtools.binding.ChoiceIn<NodeIdentifier>
This class represents the following YANG schema fragment defined in module bgp-linkstate
choice c-router-identifier { case isis-node-case { container isis-node { uses isis-router-identifier; } } case isis-pseudonode-case { container isis-pseudonode { uses isis-lan-identifier; } } case ospf-node-case { container ospf-node { uses ospf-router-identifier; } } case ospf-pseudonode-case { container ospf-pseudonode { uses ospf-v3-lan-identifier; } } }
-
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.
-