Method: Fog::Compute::Cloudstack::Real#list_hypervisors

Defined in:
lib/fog/cloudstack/requests/compute/list_hypervisors.rb

#list_hypervisors(options = {}) ⇒ Object

Lists hypervisors.

CloudStack API Reference



9
10
11
12
13
14
15
# File 'lib/fog/cloudstack/requests/compute/list_hypervisors.rb', line 9

def list_hypervisors(options={})
  options.merge!(
    'command' => 'listHypervisors'
  )
  
  request(options)
end