| Home | Trees | Indices | Help |
|---|
|
|
This class is meant to be an abstraction of the VirtualBox appliacation. So there should really only be one instance of this class although there is nothing preventing it from being instantiated multiple times.
|
|||
|
|||
| pyvb.command.VBCommand |
|
||
| List |
|
||
| List |
|
||
| List |
|
||
| List |
|
||
| List |
|
||
| pyvb.vm.vbVM |
|
||
| pyvb.hdd.vbHdd |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
| pyvb.vm.vbVM |
|
||
| pyvb.hdd.vbHdd |
|
||
| pyvb.dvd.vbDvd |
|
||
| None |
|
||
| None |
|
||
|
|||
|
|||
Constructor. Does nothing at this point. |
Run the specified command on the command line.
|
Return a list of VirtualBox virtual machines. First we check if a specific machine is being requested. In this case, we fetch a single VM by altering the command that is run. Even if a single VM is requested, a list is still returned so the interface will remain unchanged. If a specific machine is not requested, a list of all VMs is returned.
|
Return a list of VitualBox-supported operating system types.
|
Return a list of host DVDs.
|
Return a list of DVDs used by virtual machines.
|
Return a list of HDDs in use by VirtualBox. First, we check if a specific HDD was requested. In this case, we fetch a single HDD by altering the command that is run. Even if a single HDD is requested, a list is still returned so the interface will remain unchanged. If a specific HDD is requested, a list of all HDDs is returned.
|
Return a specific VirtualBox virtual machine using the specified id.
|
Return a specific VirtualBox HDD using the specified id.
|
Start the specified VirtualBox virtual machine.
|
Poweroff the specified VirtualBox virtual machine.
|
ACPI poweroff the specified VirtualBox virtual machine.
|
Pause the specified VirtualBox virtual machine.
|
Resume the specified VirtualBox virtual machine.
|
Create a new virtual machine.
|
Create a new disk-drive.
|
Create a new DVD.
|
Attach a disk-drive to a virtual machine.
|
Attach a DVD to a virtual machine.
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Wed Apr 23 09:30:25 2008 | http://epydoc.sourceforge.net |