# File lib/fog/libvirt/models/compute/server.rb, line 100
        def poweroff
          connection.vm_action(uuid, :destroy)
        end