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