Interface SidLabelIndex

  • All Superinterfaces:
    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;
         }
       }
     }
     
    The schema path to identify an instance is bgp-segment-routingsid-label-indexsid-label-index
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static @NonNull org.opendaylight.yangtools.yang.common.QName QNAME  
    • Method Summary

      • Methods inherited from interface org.opendaylight.yangtools.yang.binding.DataContainer

        implementedInterface
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME