Interface PeerSetSids

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<PeerSetSids>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<LinkstateAttribute>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, EpeAdjSidTlv, SidLabelIndex

    public interface PeerSetSids
    extends org.opendaylight.yangtools.yang.binding.ChildOf<LinkstateAttribute>, org.opendaylight.yangtools.yang.binding.Augmentable<PeerSetSids>, EpeAdjSidTlv
    The SID representing the group the peer is part of.

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

     list peer-set-sids {
       uses bgp-sr:epe-adj-sid-tlv;
     }
     
    The schema path to identify an instance is bgp-linkstate/linkstate-attribute/peer-set-sids

    To create instances of this class use PeerSetSidsBuilder.

    See Also:
    PeerSetSidsBuilder
    • Field Summary

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

      • QNAME

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

      • implementedInterface

        default Class<PeerSetSids> 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 EpeAdjSidTlv
        Specified by:
        implementedInterface in interface SidLabelIndex