Interface RangeSubTlvs

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    SubTlvs

    @Generated("mdsal-binding-generator")
    public interface RangeSubTlvs
    extends org.opendaylight.yangtools.yang.binding.DataObject

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

     grouping range-sub-tlvs {
       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;
         }
       }
     }
     
    The schema path to identify an instance is bgp-segment-routingrange-sub-tlvs
    • Field Detail

      • QNAME

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

      • implementedInterface

        Class<? extends RangeSubTlvs> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getRangeSubTlv

        RangeSubTlv getRangeSubTlv()
        Return rangeSubTlv, or null if it is not present.
        Returns:
        RangeSubTlv rangeSubTlv, or null if it is not present.