Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.Tlv
Packages that use Tlv
Package
Description
-
Uses of Tlv in org.opendaylight.protocol.pcep.ietf.stateful
Methods in org.opendaylight.protocol.pcep.ietf.stateful that return TlvMethods in org.opendaylight.protocol.pcep.ietf.stateful with parameters of type TlvModifier and TypeMethodDescriptionvoid
StatefulLspObjectParser.addTlv
(TlvsBuilder builder, Tlv tlv) void
StatefulOpenObjectParser.addTlv
(TlvsBuilder tbuilder, Tlv tlv) void
StatefulSrpObjectParser.addTlv
(TlvsBuilder builder, Tlv tlv) void
PathBindingTlvParser.serializeTlv
(Tlv tlv, io.netty.buffer.ByteBuf buffer) void
StatefulLSPIdentifierIpv4TlvParser.serializeTlv
(Tlv tlv, io.netty.buffer.ByteBuf buffer) void
StatefulLSPIdentifierIpv6TlvParser.serializeTlv
(Tlv tlv, io.netty.buffer.ByteBuf buffer) void
StatefulLspSymbolicNameTlvParser.serializeTlv
(Tlv tlv, io.netty.buffer.ByteBuf buffer) void
StatefulLspUpdateErrorTlvParser.serializeTlv
(Tlv tlv, io.netty.buffer.ByteBuf buffer) void
StatefulRSVPErrorSpecTlvParser.serializeTlv
(Tlv tlv, io.netty.buffer.ByteBuf buffer) void
StatefulStatefulCapabilityTlvParser.serializeTlv
(Tlv tlv, io.netty.buffer.ByteBuf buffer) -
Uses of Tlv in org.opendaylight.protocol.pcep.p2mp.te.lsp
Methods in org.opendaylight.protocol.pcep.p2mp.te.lsp that return TlvModifier and TypeMethodDescriptionP2MPTeLspCapabilityParser.parseTlv
(io.netty.buffer.ByteBuf buffer) Methods in org.opendaylight.protocol.pcep.p2mp.te.lsp with parameters of type TlvModifier and TypeMethodDescriptionvoid
P2MPTeLspCapabilityParser.serializeTlv
(Tlv tlv, io.netty.buffer.ByteBuf buffer) -
Uses of Tlv in org.opendaylight.protocol.pcep.parser.object
Methods in org.opendaylight.protocol.pcep.parser.object with parameters of type TlvModifier and TypeMethodDescriptionvoid
PCEPErrorObjectParser.addTlv
(ErrorObjectBuilder builder, Tlv tlv) void
PCEPNoPathObjectParser.addTlv
(TlvsBuilder builder, Tlv tlv) void
PCEPNotificationObjectParser.addTlv
(CNotificationBuilder builder, Tlv tlv) void
PCEPOpenObjectParser.addTlv
(TlvsBuilder tbuilder, Tlv tlv) void
PCEPRequestParameterObjectParser.addTlv
(TlvsBuilder builder, Tlv tlv) -
Uses of Tlv in org.opendaylight.protocol.pcep.parser.tlv
Methods in org.opendaylight.protocol.pcep.parser.tlv that return TlvModifier and TypeMethodDescriptionPathSetupTypeTlvParser.parseTlv
(io.netty.buffer.ByteBuf buffer) Methods in org.opendaylight.protocol.pcep.parser.tlv with parameters of type TlvModifier and TypeMethodDescriptionfinal void
AbstractVendorInformationTlvParser.serializeTlv
(Tlv tlv, io.netty.buffer.ByteBuf buffer) void
AssociationRangeTlvParser.serializeTlv
(Tlv tlv, io.netty.buffer.ByteBuf buffer) void
AssociationTypeListTlvParser.serializeTlv
(Tlv tlv, io.netty.buffer.ByteBuf buffer) void
NoPathVectorTlvParser.serializeTlv
(Tlv tlv, io.netty.buffer.ByteBuf buffer) void
OFListTlvParser.serializeTlv
(Tlv tlv, io.netty.buffer.ByteBuf buffer) void
OrderTlvParser.serializeTlv
(Tlv tlv, io.netty.buffer.ByteBuf buffer) void
OverloadedDurationTlvParser.serializeTlv
(Tlv tlv, io.netty.buffer.ByteBuf buffer) void
PathSetupTypeTlvParser.serializeTlv
(Tlv tlv, io.netty.buffer.ByteBuf buffer) void
ReqMissingTlvParser.serializeTlv
(Tlv tlv, io.netty.buffer.ByteBuf buffer) -
Uses of Tlv in org.opendaylight.protocol.pcep.segment.routing
Methods in org.opendaylight.protocol.pcep.segment.routing that return TlvModifier and TypeMethodDescriptionSrPceCapabilityTlvParser.parseTlv
(io.netty.buffer.ByteBuf buffer) Methods in org.opendaylight.protocol.pcep.segment.routing with parameters of type TlvModifier and TypeMethodDescriptionvoid
PcepOpenObjectWithSpcTlvParser.addTlv
(TlvsBuilder tbuilder, Tlv tlv) void
SrPceCapabilityTlvParser.serializeTlv
(Tlv tlv, io.netty.buffer.ByteBuf buffer) -
Uses of Tlv in org.opendaylight.protocol.pcep.spi
Methods in org.opendaylight.protocol.pcep.spi that return TlvModifier and TypeMethodDescriptionTlvParser.parseTlv
(io.netty.buffer.ByteBuf buffer) TlvRegistry.parseTlv
(int type, io.netty.buffer.ByteBuf buffer) Methods in org.opendaylight.protocol.pcep.spi with parameters of type TlvModifier and TypeMethodDescriptionprotected void
protected final void
AbstractObjectWithTlvsParser.serializeTlv
(Tlv tlv, io.netty.buffer.ByteBuf buffer) void
TlvRegistry.serializeTlv
(Tlv tlv, io.netty.buffer.ByteBuf buffer) void
TlvSerializer.serializeTlv
(Tlv tlv, io.netty.buffer.ByteBuf buffer) Method parameters in org.opendaylight.protocol.pcep.spi with type arguments of type TlvModifier and TypeMethodDescriptionorg.opendaylight.yangtools.concepts.Registration
PCEPExtensionProviderContext.registerTlvSerializer
(Class<? extends Tlv> tlvClass, TlvSerializer serializer) -
Uses of Tlv in org.opendaylight.protocol.pcep.spi.pojo
Methods in org.opendaylight.protocol.pcep.spi.pojo that return TlvModifier and TypeMethodDescriptionSimpleTlvRegistry.parseTlv
(int type, io.netty.buffer.ByteBuf buffer) Methods in org.opendaylight.protocol.pcep.spi.pojo with parameters of type TlvModifier and TypeMethodDescriptionvoid
SimpleTlvRegistry.serializeTlv
(Tlv tlv, io.netty.buffer.ByteBuf buffer) Method parameters in org.opendaylight.protocol.pcep.spi.pojo with type arguments of type TlvModifier and TypeMethodDescriptionorg.opendaylight.yangtools.concepts.Registration
SimplePCEPExtensionProviderContext.registerTlvSerializer
(Class<? extends Tlv> tlvClass, TlvSerializer serializer) org.opendaylight.yangtools.concepts.Registration
SimpleTlvRegistry.registerTlvSerializer
(Class<? extends Tlv> tlvClass, TlvSerializer serializer) -
Uses of Tlv in org.opendaylight.protocol.pcep.sync.optimizations
Methods in org.opendaylight.protocol.pcep.sync.optimizations that return TlvModifier and TypeMethodDescriptionLspDbVersionTlvParser.parseTlv
(io.netty.buffer.ByteBuf buffer) SpeakerEntityIdTlvParser.parseTlv
(io.netty.buffer.ByteBuf buffer) Methods in org.opendaylight.protocol.pcep.sync.optimizations with parameters of type TlvModifier and TypeMethodDescriptionvoid
SyncOptimizationsLspObjectParser.addTlv
(TlvsBuilder tbuilder, Tlv tlv) void
SyncOptimizationsOpenObjectParser.addTlv
(TlvsBuilder tbuilder, Tlv tlv) void
LspDbVersionTlvParser.serializeTlv
(Tlv tlv, io.netty.buffer.ByteBuf buffer) void
SpeakerEntityIdTlvParser.serializeTlv
(Tlv tlv, io.netty.buffer.ByteBuf buffer) -
Uses of Tlv in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.sync.optimizations.rev200720.lsp.db.version.tlv
Subinterfaces of Tlv in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.sync.optimizations.rev200720.lsp.db.version.tlvModifier and TypeInterfaceDescriptioninterface
This class represents the following YANG schema fragment defined in module odl-pcep-sync-optimizations -
Uses of Tlv in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.sync.optimizations.rev200720.speaker.entity.id.tlv
Subinterfaces of Tlv in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.sync.optimizations.rev200720.speaker.entity.id.tlvModifier and TypeInterfaceDescriptioninterface
This class represents the following YANG schema fragment defined in module odl-pcep-sync-optimizations -
Uses of Tlv in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.lsp.error.code.tlv
Subinterfaces of Tlv in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.lsp.error.code.tlvModifier and TypeInterfaceDescriptioninterface
This class represents the following YANG schema fragment defined in module odl-pcep-ietf-stateful -
Uses of Tlv in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.lsp.identifiers.tlv
Subinterfaces of Tlv in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.lsp.identifiers.tlvModifier and TypeInterfaceDescriptioninterface
This class represents the following YANG schema fragment defined in module odl-pcep-ietf-stateful -
Uses of Tlv in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.path.binding.tlv
Subinterfaces of Tlv in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.path.binding.tlvModifier and TypeInterfaceDescriptioninterface
This class represents the following YANG schema fragment defined in module odl-pcep-ietf-stateful -
Uses of Tlv in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.rsvp.error.spec.tlv
Subinterfaces of Tlv in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.rsvp.error.spec.tlvModifier and TypeInterfaceDescriptioninterface
This class represents the following YANG schema fragment defined in module odl-pcep-ietf-stateful -
Uses of Tlv in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.stateful.capability.tlv
Subinterfaces of Tlv in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.stateful.capability.tlvModifier and TypeInterfaceDescriptioninterface
This class represents the following YANG schema fragment defined in module odl-pcep-ietf-stateful -
Uses of Tlv in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.symbolic.path.name.tlv
Subinterfaces of Tlv in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.symbolic.path.name.tlvModifier and TypeInterfaceDescriptioninterface
This class represents the following YANG schema fragment defined in module odl-pcep-ietf-stateful -
Uses of Tlv in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.p2mp.te.lsp.rev181109.p2mp.pce.capability.tlv
Subinterfaces of Tlv in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.p2mp.te.lsp.rev181109.p2mp.pce.capability.tlvModifier and TypeInterfaceDescriptioninterface
This class represents the following YANG schema fragment defined in module odl-pcep-p2mp-te-lsp -
Uses of Tlv in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.segment.routing.rev200720.sr.pce.capability.tlv
Subinterfaces of Tlv in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.segment.routing.rev200720.sr.pce.capability.tlvModifier and TypeInterfaceDescriptioninterface
This class represents the following YANG schema fragment defined in module odl-pcep-segment-routing -
Uses of Tlv in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109
Subinterfaces of Tlv in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109Modifier and TypeInterfaceDescriptioninterface
Bidirectional LSP TLVs definitioninterface
NO-PATH-VECTOR TLVinterface
Path protection TLV definitioninterface
Policy parameter TLVs definition -
Uses of Tlv in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.association.range.tlv
Subinterfaces of Tlv in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.association.range.tlvModifier and TypeInterfaceDescriptioninterface
This class represents the following YANG schema fragment defined in module pcep-types -
Uses of Tlv in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.association.type.list.tlv
Subinterfaces of Tlv in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.association.type.list.tlvModifier and TypeInterfaceDescriptioninterface
This class represents the following YANG schema fragment defined in module pcep-types -
Uses of Tlv in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.association.type.tlvs.association.type.tlvs
Subinterfaces of Tlv in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.association.type.tlvs.association.type.tlvsModifier and TypeInterfaceDescriptioninterface
This class represents the following YANG schema fragment defined in module pcep-typesinterface
This class represents the following YANG schema fragment defined in module pcep-typesinterface
This class represents the following YANG schema fragment defined in module pcep-types -
Uses of Tlv in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.disjointness.tlvs
Subinterfaces of Tlv in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.disjointness.tlvsModifier and TypeInterfaceDescriptioninterface
This class represents the following YANG schema fragment defined in module pcep-typesinterface
This class represents the following YANG schema fragment defined in module pcep-typesinterface
This class represents the following YANG schema fragment defined in module pcep-types -
Uses of Tlv in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.of.list.tlv
Subinterfaces of Tlv in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.of.list.tlvModifier and TypeInterfaceDescriptioninterface
This class represents the following YANG schema fragment defined in module pcep-types -
Uses of Tlv in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.order.tlv
Subinterfaces of Tlv in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.order.tlvModifier and TypeInterfaceDescriptioninterface
This class represents the following YANG schema fragment defined in module pcep-types -
Uses of Tlv in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.overload.duration.tlv
Subinterfaces of Tlv in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.overload.duration.tlvModifier and TypeInterfaceDescriptioninterface
This class represents the following YANG schema fragment defined in module pcep-types -
Uses of Tlv in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.path.setup.type.tlv
Subinterfaces of Tlv in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.path.setup.type.tlvModifier and TypeInterfaceDescriptioninterface
This class represents the following YANG schema fragment defined in module pcep-types -
Uses of Tlv in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcrep.message.pcrep.message.replies.result.failure._case.no.path.tlvs
Subinterfaces of Tlv in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcrep.message.pcrep.message.replies.result.failure._case.no.path.tlvsModifier and TypeInterfaceDescriptioninterface
This class represents the following YANG schema fragment defined in module pcep-types -
Uses of Tlv in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.req.missing.tlv
Subinterfaces of Tlv in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.req.missing.tlvModifier and TypeInterfaceDescriptioninterface
This class represents the following YANG schema fragment defined in module pcep-types -
Uses of Tlv in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.vendor.information.tlvs