Package ZenUtils :: Module NetworkTree :: Class NetworkLink
[hide private]
[frames] | no frames]

Class NetworkLink

source code

Products.ZenModel.Link.ILink --+
                               |
                              NetworkLink

Represents a link between two IpInterfaces related by network connectivity. Not a persistent object, so not managed by a LinkManager. Implements Products.ZenModel.Link.ILink.

Instance Methods [hide private]
 
__hash__(self) source code
 
setEndpoints(self, pointa, pointb) source code
 
getEndpoints(self) source code
 
getStatus(self) source code
 
getEndpointNames(self) source code
 
getOtherEndpoint(self, endpoint) source code
 
getDataForJSON(self) source code
 
getGeomapData(self, context, full=False)
Return the addresses of the endpoints aggregated for the generation of the context
source code
Class Variables [hide private]
  OSI_layer = '3'
  pointa = None
  pointb = None