Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.PlspId
Packages that use PlspId
Package
Description
-
Uses of PlspId in org.opendaylight.bgpcep.pcep.topology.provider
Methods in org.opendaylight.bgpcep.pcep.topology.provider with parameters of type PlspIdModifier and TypeMethodDescriptionprotected final void
AbstractTopologySessionListener.removeLsp
(org.opendaylight.bgpcep.pcep.topology.provider.AbstractTopologySessionListener.MessageContext ctx, PlspId id) Remove LSP from the database.protected final void
AbstractTopologySessionListener.updateLsp
(org.opendaylight.bgpcep.pcep.topology.provider.AbstractTopologySessionListener.MessageContext ctx, PlspId id, String lspName, ReportedLspBuilder rlb, boolean solicited, boolean remove) Update an LSP in the data store. -
Uses of PlspId in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720 that return PlspIdConstructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720 with parameters of type PlspId -
Uses of PlspId in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.lsp.object
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.lsp.object that return PlspIdModifier and TypeMethodDescriptionLsp.getPlspId()
Return plspId, ornull
if it is not present.LspBuilder.getPlspId()
Return current value associated with the property corresponding toLsp.getPlspId()
.default @NonNull PlspId
Lsp.requirePlspId()
Return plspId, guaranteed to be non-null.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.lsp.object with parameters of type PlspIdModifier and TypeMethodDescriptionSet the property corresponding toLsp.getPlspId()
to the specified value.