Method: Fog::Compute::Cloudstack::Real#list_hypervisors
- Defined in:
- lib/fog/cloudstack/requests/compute/list_hypervisors.rb
#list_hypervisors(options = {}) ⇒ Object
Lists hypervisors.
9 10 11 12 13 14 15 |
# File 'lib/fog/cloudstack/requests/compute/list_hypervisors.rb', line 9 def list_hypervisors(={}) .merge!( 'command' => 'listHypervisors' ) request() end |