Package ZenModel :: Module DeviceResultInt :: Class DeviceResultInt
[hide private]
[frames] | no frames]

Class DeviceResultInt

source code

Known Subclasses:
ManagedEntity.ManagedEntity

Instance Methods [hide private]
 
getDeviceName(self)
Get the device name of this device or associated device
source code
 
getDeviceUrl(self)
Get the primary url path of the device in which this interface is located
source code
 
getDeviceLink(self, screen='')
Get the primary link for the device
source code
 
getDeviceClassPath(self)
Get the device class for this device
source code
 
getDeviceClassName(self)
Get the device class for this device
source code
 
getProdState(self)
Get the production state of the device associated with this interface
source code
 
getPingStatus(self)
get the ping status of the box if there is one
source code
 
getPingStatusNumber(self)
get the ping status of the box if there is one
source code
 
getSnmpStatus(self)
get the snmp status of the box if there is one
source code
 
getSnmpStatusNumber(self)
get the snmp status of the box if there is one
source code
 
isResultLockedFromUpdates(self)
Return the locked from updates flag
source code
 
isResultLockedFromDeletion(self)
Return the locked from deletion flag
source code
 
sendEventWhenResultBlocked(self)
Return the send event flag
source code
 
getDeviceIp(self)
Get the management ip (only) of a device
source code
 
getDeviceIpAddress(self)
Get the management ip with netmask (1.1.1.1/24) of a device
source code
 
getDeviceMacaddress(self)
get the mac address if there is one of the primary interface
source code
Class Variables [hide private]
  security = ClassSecurityInfo()
  __ac_permissions__ = (('View', ('getDeviceClassName', 'getDevi...
Class Variable Details [hide private]

__ac_permissions__

Value:
(('View',
  ('getDeviceClassName',
   'getDeviceIp',
   'getPingStatus',
   'getDeviceName',
   'getSnmpStatus',
   'getDeviceClassPath',
   'sendEventWhenResultBlocked',
...