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