Sha256: 2eee44424f0982e8b86a9bc4c6c3f6054f0e9554e75c9e7939dbab293cf395f7

Contents?: true

Size: 395 Bytes

Versions: 1

Compression:

Stored size: 395 Bytes

Contents

module Fog
  module Compute
    class Cloudstack

      class Real
        # Lists hosts.
        #
        # {CloudStack API Reference}[http://cloudstack.apache.org/docs/api/apidocs-4.3/root_admin/listHosts.html]
        def list_hosts(options={})
          options.merge!(
            'command' => 'listHosts'  
          )
          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_hosts.rb