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