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