Esempio n. 1
0
 def stop(cls, vm_id):
     ShellUtils.command(["qm", "stop", vm_id])
Esempio n. 2
0
 def suspend(cls, vm_id):
     ShellUtils.command(["qm", "suspend", vm_id])
Esempio n. 3
0
 def resume(cls, vm_id):
     ShellUtils.command(["qm", "resume", vm_id])
Esempio n. 4
0
 def status(cls, vm_id):
     return ShellUtils.command(["qm", "status", vm_id])
Esempio n. 5
0
 def stop(cls, vm_id):
   ShellUtils.command(["qm", "stop", vm_id])
Esempio n. 6
0
 def resume(cls, vm_id):
   ShellUtils.command(["qm", "resume", vm_id])
Esempio n. 7
0
 def suspend(cls, vm_id):
   ShellUtils.command(["qm", "suspend", vm_id])
Esempio n. 8
0
 def status(cls, vm_id):
   return ShellUtils.command(["qm", "status", vm_id])