|
|
__init__(self,
context)
x.__init__(...) initializes x; see x.__class__.__doc__ for
signature |
source code
|
|
|
|
run_zendisc(self,
deviceName,
devicePath,
performanceMonitor)
Various ways of doing this should be implemented in
subclasses. |
source code
|
|
|
|
cleanup(self)
Delete the device object, presumably because discovery failed. |
source code
|
|
|
|
load_device(self,
deviceName,
devicePath='/Discovered',
discoverProto='snmp',
performanceMonitor='localhost',
manageIp="",
zProperties=None,
deviceProperties=None)
Load a single device into the database. |
source code
|
|
|
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|