Sha256: ac3204b34c1bf0356d3d8cd1872491238fad12e20ae4acbbd370c1b677396648
Contents?: true
Size: 410 Bytes
Versions: 1
Compression:
Stored size: 410 Bytes
Contents
module Fog module Compute class Cloudstack class Real # Lists all available ISO files. # # {CloudStack API Reference}[http://cloudstack.apache.org/docs/api/apidocs-4.3/root_admin/listIsos.html] def list_isos(options={}) options.merge!( 'command' => 'listIsos' ) 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_isos.rb |