cc1
v2.1
CC1 source code docs
|
Go to the source code of this file.
Packages | |
namespace | src.cm.views.admin_cm.vm |
Functions | |
def | src.cm.views.admin_cm.vm.attach_vnc |
Attaches VNC redirection to VM. | |
def | src.cm.views.admin_cm.vm.create |
Creates new VM with specified attributes. | |
def | src.cm.views.admin_cm.vm.destroy |
Destroyes specified VMs. | |
def | src.cm.views.admin_cm.vm.detach_vnc |
Detaches VNC redirection from VM. | |
def | src.cm.views.admin_cm.vm.edit |
Updates VM attributes. | |
def | src.cm.views.admin_cm.vm.erase |
Cleans up after each of the specified VMs. | |
def | src.cm.views.admin_cm.vm.get_by_id |
def | src.cm.views.admin_cm.vm.get_list |
Returns list of VMs that are neither closed nor erased. | |
def | src.cm.views.admin_cm.vm.restart |
Sends signal to reboot specified VMs. | |
def | src.cm.views.admin_cm.vm.save_and_shutdown |
Saves and shutdowns specified VM, without checking User quota. |