Sha256: 7fb0a2a728a1f0c1285320378df8f5e0d6bf712072c254018282613e4d4b7a7e
Contents?: true
Size: 430 Bytes
Versions: 86
Compression:
Stored size: 430 Bytes
Contents
module Fog module Compute class Cloudstack class Real # Lists hypervisors. # # {CloudStack API Reference}[http://download.cloud.com/releases/2.2.0/api_2.2.4/global_admin/listHypervisors.html] def list_hypervisors(options={}) options.merge!( 'command' => 'listHypervisors' ) request(options) end end end end end
Version data entries
86 entries across 86 versions & 16 rubygems