25 26 27
# File 'lib/esxi.rb', line 25 def suspend vmid Util.run(@session, "vim-cmd vmsvc/power.suspend #{vmid}") end