Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.segment.routing.ext.rev200120.EpeAdjSidTlv
-
-
Uses of EpeAdjSidTlv in org.opendaylight.protocol.bgp.linkstate.impl.attribute.sr
Methods in org.opendaylight.protocol.bgp.linkstate.impl.attribute.sr with type parameters of type EpeAdjSidTlv Modifier and Type Method Description static <T extends EpeAdjSidTlv>
io.netty.buffer.ByteBufSrLinkAttributesParser. serializeAdjacencySegmentIdentifier(T adjSid)
static <T extends EpeAdjSidTlv>
voidSrLinkAttributesParser. serializeAdjacencySegmentIdentifiers(List<T> adjSids, int type, io.netty.buffer.ByteBuf byteAggregator)
Methods in org.opendaylight.protocol.bgp.linkstate.impl.attribute.sr that return EpeAdjSidTlv Modifier and Type Method Description static EpeAdjSidTlv
SrLinkAttributesParser. parseEpeAdjacencySegmentIdentifier(io.netty.buffer.ByteBuf buffer)
-
Uses of EpeAdjSidTlv in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.attribute
Subinterfaces of EpeAdjSidTlv in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.attribute Modifier and Type Interface Description interface
PeerAdjSid
The SID representing the peer of the BGP session.interface
PeerNodeSid
The SID representing the peer of the BGP session.interface
PeerSetSids
The SID representing the group the peer is part of.interface
SrAdjIds
This class represents the following YANG schema fragment defined in module bgp-linkstateConstructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.attribute with parameters of type EpeAdjSidTlv Constructor Description PeerAdjSidBuilder(EpeAdjSidTlv arg)
Construct a new builder initialized from specifiedEpeAdjSidTlv
.PeerNodeSidBuilder(EpeAdjSidTlv arg)
Construct a new builder initialized from specifiedEpeAdjSidTlv
.PeerSetSidsBuilder(EpeAdjSidTlv arg)
Construct a new builder initialized from specifiedEpeAdjSidTlv
.SrAdjIdsBuilder(EpeAdjSidTlv arg)
Construct a new builder initialized from specifiedEpeAdjSidTlv
. -
Uses of EpeAdjSidTlv in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.segment.routing.ext.rev200120
Subinterfaces of EpeAdjSidTlv in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.segment.routing.ext.rev200120 Modifier and Type Interface Description interface
AdjSidTlv
This class represents the following YANG schema fragment defined in module bgp-segment-routingMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.segment.routing.ext.rev200120 that return types with arguments of type EpeAdjSidTlv Modifier and Type Method Description Class<? extends EpeAdjSidTlv>
EpeAdjSidTlv. implementedInterface()
-