package documentation
Virtualization interface abstraction
Module | hv |
Base class for all hypervisors |
Module | hv |
Chroot manager hypervisor |
Module | hv |
Fake hypervisor |
Package | hv |
KVM hypervisor |
Module | hv |
LXC hypervisor |
Module | hv |
Xen hypervisors |
From __init__.py
:
Function |
|
Return a Hypervisor instance. |
Function |
|
Return a Hypervisor class. |
Constant | _HYPERVISOR |
Undocumented |
Return a Hypervisor class.
This function returns the hypervisor class corresponding to the given hypervisor name.
Parameters | |
ht | The requested hypervisor type |
Return a Hypervisor instance.
This is a wrapper over GetHypervisorClass
which returns an instance of the class.
Parameters | |
ht | The requested hypervisor type |