Package backend :: Package server :: Package rhnServer :: Module server_hardware :: Class Hardware
[hide private]
[frames] | no frames]

Class Hardware

source code


Support for the hardware items

Instance Methods [hide private]
 
__init__(self) source code
 
__load_from_db(self, DevClass, sysid)
Load a certain hardware class from the database
source code
 
add_hardware(self, hardware)
add new hardware
source code
 
delete_hardware(self, sysid=None)
This function deletes all hardware.
source code
 
hardware_by_class(self, device_class) source code
 
reload_hardware_byid(self, sysid)
load all hardware devices for a server
source code
 
save_hardware_byid(self, sysid)
Save the hardware list
source code