Sha256: be4b8ac0dd9e646bd57a43319989c7557be54a7040a5ec8134017d001080cb23
Contents?: true
Size: 424 Bytes
Versions: 11
Compression:
Stored size: 424 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
11 entries across 11 versions & 3 rubygems