Sha256: a9f1ba3b24e95b2d11bcbc549ad8509d80ee4fdfb6f5e3e30c89bec2b6a9860b
Contents?: true
Size: 436 Bytes
Versions: 86
Compression:
Stored size: 436 Bytes
Contents
module Fog module Compute class Cloudstack class Real # Lists storage pools. # # {CloudStack API Reference}[http://download.cloud.com/releases/2.2.0/api_2.2.4/global_admin/listStoragePools.html] def list_storage_pools(options={}) options.merge!( 'command' => 'listStoragePools' ) request(options) end end end end end
Version data entries
86 entries across 86 versions & 16 rubygems