# File lib/fog/libvirt/models/compute/server.rb, line 74
        def start
          return true if active?
          connection.vm_action(uuid, :create)
          reload
          true
        end