DeviceComponent is a mix-in class for all components of a device.
These include LogicalComponent, Software, and Hardware.
|
|
getParentDeviceName(self)
Return the name of this component's device |
source code
|
|
|
|
hostname(self)
Return the name of this component's device |
source code
|
|
|
|
getParentDeviceTitle(self)
Return the title of this component's device |
source code
|
|
|
|
getParentDeviceUrl(self)
Return the url of this component's device |
source code
|
|
|
|
|
|
|
|
|
|
getCollectors(self)
Return list of collectors that want to monitor this component |
source code
|
|
|
|
|
|
|
getStatus(self,
statClass=None)
Return the status number for this component of class statClass. |
source code
|
|
|
|
getStatusString(self,
statClass=None)
Return a text representation of this component's status |
source code
|
|
|
|
getManageIp(self)
Return the manageIP of the device of this component. |
source code
|
|
|
|
|
|
|
getAqProperty(self,
prop)
Get a property from ourself if it exsits then try serviceclass path. |
source code
|
|
|
|
setAqProperty(self,
prop,
value,
type)
Set a local prop if nessesaary on this service. |
source code
|
|
|
|
getClassObject(self)
If you are going to use acquisition up different class path override
this. |
source code
|
|
|
|
getIconPath(self)
Get the icon for this component. |
source code
|
|
|
|
|
|
|
|
|
generator
|
|
|
Inherited from Lockable.Lockable:
getNextLockableParent,
isLockedFromDeletion,
isLockedFromUpdates,
isUnlocked,
lockFromDeletion,
lockFromUpdates,
lockStatus,
lockWarning,
sendEventWhenBlocked,
setSendEventWhenBlockedFlag,
unlock,
unsetSendEventWhenBlockedFlag
|