Package ZenModel :: Module LinkManager
[hide private]
[frames] | no frames]

Module LinkManager

source code

Classes [hide private]
  Layer3Link
Provides an API for navigating paired groups of brains.
  LinkManager
A tool that keeps track of OSI layer links between objects.
Functions [hide private]
 
_getComplement(context, layer=3) source code
 
manage_addLinkManager(context, id="ZenLinkManager")
Make a LinkManager
source code
 
_create_layer2_catalog(mgr) source code
 
_create_layer3_catalog(mgr) source code
 
_create_catalogs(mgr) source code
Variables [hide private]
  security = ClassSecurityInfo()
  NODE_IDS = dict(layer_3= {'IpNetwork': 'networkId', 'Device': ...
Variables Details [hide private]

NODE_IDS

Value:
dict(layer_3= {'IpNetwork': 'networkId', 'Device': 'deviceId'}, layer_\
2= {'LAN': 'lanId', 'Device': 'deviceId'})