All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>, org.opendaylight.yangtools.yang.binding.ChoiceIn<NodeIdentifier>, org.opendaylight.yangtools.yang.binding.DataContainer
All Known Subinterfaces:
IsisNodeCase, IsisPseudonodeCase, OspfNodeCase, OspfPseudonodeCase

@Generated("mdsal-binding-generator") public interface CRouterIdentifier extends org.opendaylight.yangtools.yang.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

    Fields
    Modifier and Type
    Field
    Description
    static 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 QNAME
      YANG identifier of the statement represented by this class.