# File lib/deltacloud/drivers/vsphere/vsphere_driver.rb, line 315
    def reboot_instance(credentials, id)
      find_vm(credentials, id)[:instance].RebootGuest
    end