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