Interface EpeAdjSidTlv

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, SidLabelIndex
    All Known Subinterfaces:
    AdjSidTlv, PeerAdjSid, PeerNodeSid, PeerSetSids, SrAdjIds

    public interface EpeAdjSidTlv
    extends org.opendaylight.yangtools.yang.binding.DataObject, SidLabelIndex

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

     grouping epe-adj-sid-tlv {
       leaf weight {
         type weight;
       }
       uses sid-label-index;
     }
     
    The schema path to identify an instance is bgp-segment-routing/epe-adj-sid-tlv
    • Field Detail

      • QNAME

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

      • implementedInterface

        Class<? extends EpeAdjSidTlv> 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 SidLabelIndex
      • getWeight

        @Nullable Weight getWeight()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.segment.routing.ext.rev200120.Weight weight, or null if not present