Sha256: 8b800ade67bd78721bacc45f714dfe7b2d83af14526b3ee4f7b7a1978ab55415
Contents?: true
Size: 392 Bytes
Versions: 29
Compression:
Stored size: 392 Bytes
Contents
module Fog module Compute class Cloudstack class Real # List Pool # # {CloudStack API Reference}[http://cloudstack.apache.org/docs/api/apidocs-4.3/root_admin/listPools.html] def list_pools(options={}) options.merge!( 'command' => 'listPools' ) request(options) end end end end end
Version data entries
29 entries across 27 versions & 4 rubygems