Sha256: f8b1f28b8b5f2f5a605fd80813e0543ab44724d41f36f334a1aca0bfee75a34b

Contents?: true

Size: 395 Bytes

Versions: 1

Compression:

Stored size: 395 Bytes

Contents

module Fog
  module Compute
    class Cloudstack

      class Real
        # Lists all Pods.
        #
        # {CloudStack API Reference}[http://cloudstack.apache.org/docs/api/apidocs-4.3/root_admin/listPods.html]
        def list_pods(options={})
          options.merge!(
            'command' => 'listPods'  
          )
          request(options)
        end
      end

    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fog-1.23.0 lib/fog/cloudstack/requests/compute/list_pods.rb