| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
VM
The VM object has the following attributes of relevance to plugins:
distro: A distro object, representing the distro running in the vm
disks: The disk images for the vm.
filesystems: The filesystem images for the vm.
result_files: A list of the files that make up the entire vm.
The ownership of these files will be fixed up.
optparser: Will be of interest mostly to frontends. Any sort of option
a plugin accepts will be represented in the optparser.
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Instance Variables | |
|
hypervisor hypervisor object, representing the hypervisor the vm is destined for |
|
| Properties | |
|
Inherited from |
| Method Details |
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
The core vm creation method The VM creation happens in the following steps: A series of preliminary checks are performed:
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Tue Jul 13 13:51:09 2010 | http://epydoc.sourceforge.net |