Sha256: 6123fdece92735706036a0835302eeebfb8c9936aeae3aa5e51bdd2eeb76637c
Contents?: true
Size: 417 Bytes
Versions: 1
Compression:
Stored size: 417 Bytes
Contents
module Fog module Compute class Cloudstack class Real # List hypervisors # # {CloudStack API Reference}[http://cloudstack.apache.org/docs/api/apidocs-4.3/root_admin/listHypervisors.html] def list_hypervisors(options={}) options.merge!( 'command' => 'listHypervisors' ) 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_hypervisors.rb |