| Trees | Indices | Help |
|
|---|
|
|
Abstract virtualisation technology interface
The goal is that all aspects of the virtualisation technology are abstracted away from the rest of code.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
| string/data (opaque) |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
|||
|
|||
PARAMETERS = []
|
|||
|
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Get instance properties.
|
Get properties of all instances.
|
Return information about the node.
|
Get instance information to perform a migration. By default assume no information is needed.
|
Prepare to accept an instance. By default assume no preparation is needed.
|
Finalized an instance migration. Should finalize or revert any preparation done to accept the instance. Since by default we do no preparation, we also don't have anything to do
|
Migrate an instance.
|
Check the given parameters for validity. This should check the passed set of parameters for validity. Classes should extend, not replace, this function.
|
Check the given parameters for validity. This should check the passed set of parameters for validity. Classes should extend, not replace, this function.
|
For linux systems, return actual OS information. This is an abstraction for all non-hypervisor-based classes, where the node actually sees all the memory and CPUs via the /proc interface and standard commands. The other case if for example xen, where you only see the hardware resources via xen-specific tools.
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Sep 3 12:34:44 2010 | http://epydoc.sourceforge.net |