Interface RangeSubTlv

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.ChoiceIn<RangeSubTlvs>, org.opendaylight.yangtools.yang.binding.DataContainer
    All Known Subinterfaces:
    BindingSidTlvCase, Ipv6PrefixSidTlvCase, PrefixSidTlvCase, SidLabelTlvCase

    @Generated("mdsal-binding-generator")
    public interface RangeSubTlv
    extends org.opendaylight.yangtools.yang.binding.ChoiceIn<RangeSubTlvs>

    This class represents the following YANG schema fragment defined in module bgp-segment-routing

     choice range-sub-tlv {
       case binding-sid-tlv-case {
         uses binding-sid-tlv;
       }
       case prefix-sid-tlv-case {
         container prefix-sid-tlv {
           uses prefix-sid-tlv;
         }
       }
       case ipv6-prefix-sid-tlv-case {
         container ipv6-prefix-sid-tlv {
           uses ipv6-prefix-sid-tlv;
         }
       }
       case sid-label-tlv-case {
         uses sid-label-index;
       }
     }
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
      YANG identifier of the statement represented by this class.
    • 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
        YANG identifier of the statement represented by this class.