# File lib/fog/cloudstack/requests/compute/list_hosts.rb, line 9
        def list_hosts(options={})
          options.merge!(
            'command' => 'listHosts'
          )
          
          request(options)
        end