|
|
getStatus(self)
Returns the event status, determined by: Pingdown on Device owning
either endpoint Most severe event on either endpoint |
source code
|
|
|
|
setEndpoints(self,
pointa,
pointb)
Sets the two endpoints of a link-like object |
source code
|
|
|
|
getEndpointNames(self)
Returns unique endpoint names (see Linkable.getEndpointName) |
source code
|
|
|
|
getOtherEndpoint(self,
endpoint)
Returns the link endpoint that is not the one given |
source code
|
|
|
|
|
|
|
getGeomapData(self,
context,
full=False)
Return the addresses of the endpoints aggregated for the
generation of the context |
source code
|
|
|
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__init__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|