Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • connection supervision (NETCONF) by DeviceMonitor
  • event handling (NETCONF) and forwarding
  • performance monitoring data handling (ONF-TR-532, NETCONF)  by PerformanceMonitor
  • DCAE Connector
  • AAI Connector
  • Write Provide inventory information to database

...

draw.io Diagram
bordertrue
viewerToolbartrue
fitWindowfalse
diagramNameONFCoreNetworkElement
simpleViewerfalse
width
diagramWidth951
revision2

Provide Inventory

Netconf devices have a individual model representation for equipment information. Specific Devicemanger does a mapping of device representation into dataprovider model.

The dataprovider offers the related interface:


Code Block
    void writeInventory(String nodeId, List<Inventory> list);

Example implementation is specific devicemanger for ONF14 Core Model  in Onf14DomEquipmentManager class in setEquipmentData(NormalizedNode controlConstruct).