Sha256: aec68355c9f05397b932607d01171e585b76283353661dfb598c2aced884f9b9
Contents?: true
Size: 421 Bytes
Versions: 1
Compression:
Stored size: 421 Bytes
Contents
module Fog module Compute class Cloudstack class Real # Lists image stores. # # {CloudStack API Reference}[http://cloudstack.apache.org/docs/api/apidocs-4.3/root_admin/listImageStores.html] def list_image_stores(options={}) options.merge!( 'command' => 'listImageStores' ) 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_image_stores.rb |