Sha256: 8aa2386609a0e7cf85269a8dc2605fff64dc775b9b59cb1318575798774a8352
Contents?: true
Size: 394 Bytes
Versions: 11
Compression:
Stored size: 394 Bytes
Contents
module Fog module Compute class Cloudstack class Real # Lists hosts. # # {CloudStack API Reference}[http://download.cloud.com/releases/2.2.0/api_2.2.4/global_admin/listHosts.html] def list_hosts(options={}) options.merge!( 'command' => 'listHosts' ) request(options) end end end end end
Version data entries
11 entries across 11 versions & 3 rubygems