Package Products :: Package ZenEvents :: Module Availability :: Class Availability
[hide private]
[frames] | no frames]

Class Availability

source code

object --+
         |
        Availability

Instance Methods [hide private]
 
__init__(self, device, component, downtime, total, systems='') source code
 
floatStr(self) source code
 
__str__(self) source code
 
__repr__(self) source code
 
__float__(self) source code
 
__int__(self) source code
 
__cmp__(self, other) source code
 
getDevice(self, dmd) source code
 
getComponent(self, dmd) source code
 
getDeviceLink(self, dmd) source code
Static Methods [hide private]
 
getDefaultAvailabilityStart(dmd) source code
 
getDefaultAvailabilityEnd() source code
Class Variables [hide private]
  security = ClassSecurityInfo()
Method Details [hide private]

__init__(self, device, component, downtime, total, systems='')
(Constructor)

source code 
Overrides: object.__init__
(inherited documentation)

__str__(self)
(Informal representation operator)

source code 
Overrides: object.__str__
(inherited documentation)

__repr__(self)
(Representation operator)

source code 
Overrides: object.__repr__
(inherited documentation)