Package ZenStatus :: Module pingtree :: Class Net
[hide private]
[frames] | no frames]

Class Net

source code

object --+
         |
        Net

Net object represents a network in the tree map.

Instance Methods [hide private]
 
__init__(self, ip, enterip, parent)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
checkpath(self)
Walk back up the path to the ping server.
source code
 
routerpj(self)
Return the pingJob of our parent router.
source code
 
pjgen(self) source code
 
addPingJob(self, pj) source code
 
reset(self) source code
 
__str__(self)
str(x)
source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, ip, enterip, parent)
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: object.__init__
(inherited documentation)

__str__(self)
(Informal representation operator)

source code 
str(x)
Overrides: object.__str__
(inherited documentation)