Interface SrRange

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<SrRange>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<PrefixState>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, RangeTlv

    public interface SrRange
    extends org.opendaylight.yangtools.yang.binding.ChildOf<PrefixState>, org.opendaylight.yangtools.yang.binding.Augmentable<SrRange>, RangeTlv

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

     container sr-range {
       uses bgp-sr:range-tlv;
     }
     
    The schema path to identify an instance is bgp-linkstate/prefix-state/sr-range

    To create instances of this class use SrRangeBuilder.

    See Also:
    SrRangeBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<SrRange> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
        Specified by:
        implementedInterface in interface RangeTlv