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