| 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 |
|||
| Properties | |
|
Inherited from |
| Method Details |
x.__init__(...) initializes x; see help(type(x)) 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 Fri Oct 30 05:36:50 2015 | http://epydoc.sourceforge.net |