Package backend :: Package server :: Package action_extra_data :: Module virt
[hide private]
[frames] | no frames]

Module virt

source code

Functions [hide private]
 
_do_nothing(server_id, action_id) source code
 
schedulePoller(server_id, action_id, data={}) source code
 
reboot(server_id, action_id, data={}) source code
 
resume(server_id, action_id, data={}) source code
 
start(server_id, action_id, data={}) source code
 
suspend(server_id, action_id, data={}) source code
 
shutdown(server_id, action_id, data={}) source code
 
destroy(server_id, action_id, data={}) source code
 
setMemory(server_id, action_id, data={}) source code
 
setVCPUs(server_id, action_id, data={}) source code
Variables [hide private]
  __rhnexport__ = ['schedulePoller', 'reboot', 'resume', 'start'...
  __package__ = 'backend.server.action_extra_data'
Variables Details [hide private]

__rhnexport__

Value:
['schedulePoller',
 'reboot',
 'resume',
 'start',
 'suspend',
 'shutdown',
 'destroy',
 'setMemory',
...