Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.server.rev220321.PcepNodeConfig
Packages that use PcepNodeConfig
Package
Description
-
Uses of PcepNodeConfig in org.opendaylight.bgpcep.pcep.server.provider
Methods in org.opendaylight.bgpcep.pcep.server.provider with parameters of type PcepNodeConfigModifier 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
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.server.rev220321 that return PcepNodeConfigModifier and TypeMethodDescription@NonNull PcepNodeConfig
PcepNodeConfigBuilder.build()
A newPcepNodeConfig
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.server.rev220321 that return types with arguments of type PcepNodeConfigModifier and TypeMethodDescriptiondefault Class<PcepNodeConfig>
PcepNodeConfig.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.server.rev220321 with parameters of type PcepNodeConfigModifier 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.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.server.rev220321 with parameters of type PcepNodeConfigModifierConstructorDescriptionConstruct a builder initialized with state from specifiedPcepNodeConfig
.