| Home | Trees | Indices | Help |
|
|---|
|
|
Core machine control functionality. Includes helper classes as well as hooks and proxying functionality.
Status: Stable
|
|||
|
MachineTools Utility class that defines machine control utility functionality. |
|||
|
InfoProxy Abstract class for machine info proxying. |
|||
|
|||
| Dictionary |
|
||
| None |
|
||
| List |
|
||
| Dictionary |
|
||
| Tuple |
|
||
| None |
|
||
| Dictionary |
|
||
|
|||
uuid = '344e551b-ba08-4eab-8c4d-ad52ef3805c9'
|
|||
actions = {'libvirt': {STATE_PAUSED: ['shutdown', 'resume', 'p
|
|||
|
|||
Helper function for getting remote machine information. Example usage: >>> from enomalism2 import model >>> from machinecontrol.model import _get_remote_info >>> machine_obj=model.UUIDSearch.machine('123') >>> _get_remote_info(machine_obj, '456', 'http://192.168.4.105/rest/')
Status: Stable |
Run status updates for the specified machine's children. Example usage: >>> from machinecontrol.model import _run_status_updates >>> _run_status_updates('123')
Status: Stable |
Hook to add actions to a machine.
Status: Stable |
Hook for getting machine information.
|
Hook that is processed when getting the machine state.
|
Hook that is processed when status updates are triggered.
|
Utility function which actually does the provisioning job.
Status: Stable |
|
|||
actions
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Sep 26 13:59:29 2008 | http://epydoc.sourceforge.net |