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