Sha256: 3c7286d4171b809682a91caa563b63753bef97f3fea1f4ba5c625cbbc9f2f13c

Contents?: true

Size: 407 Bytes

Versions: 1

Compression:

Stored size: 407 Bytes

Contents

module Fog
  module Compute
    class Cloudstack

      class Real
        # Lists clusters.
        #
        # {CloudStack API Reference}[http://cloudstack.apache.org/docs/api/apidocs-4.3/root_admin/listClusters.html]
        def list_clusters(options={})
          options.merge!(
            'command' => 'listClusters'  
          )
          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_clusters.rb