1 from abc
import ABCMeta, abstractmethod
9 __metaclass__ = ABCMeta
def guest_status
Returns the current status of a VM or continer.
def execute_in_guest
Executes a command in the VM or continer.
def deploy
Deploys a VM or continer.
def get_id
Returns the hypervisor specific ID of the VM or container.
Base class for hypervisors.
def destroy
Destroys a VM or continer.
def pause
Pauses a VM or continer.