Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.server.rev220321.PcepNodeConfig
Package
Description
-
Uses of PcepNodeConfig in org.opendaylight.bgpcep.pcep.server.provider
Modifier and TypeMethodDescriptionPathManagerProvider.createManagedTeNode
(org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.NodeId nodeId, PcepNodeConfig pccNode) Create new Managed TE Node. -
Uses of PcepNodeConfig in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.server.rev220321
Modifier and TypeMethodDescription@NonNull PcepNodeConfig
PcepNodeConfigBuilder.build()
A newPcepNodeConfig
instance.Modifier and TypeMethodDescriptiondefault Class
<PcepNodeConfig> PcepNodeConfig.implementedInterface()
Modifier and TypeMethodDescriptionstatic boolean
PcepNodeConfig.bindingEquals
(@NonNull PcepNodeConfig thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
PcepNodeConfig.bindingHashCode
(@NonNull PcepNodeConfig obj) Default implementation ofObject.hashCode()
contract for this interface.static String
PcepNodeConfig.bindingToString
(@NonNull PcepNodeConfig obj) Default implementation ofObject.toString()
contract for this interface.ModifierConstructorDescriptionConstruct a builder initialized with state from specifiedPcepNodeConfig
.