Sha256: 2f8c8a907177dc104ab243ab6f1b5aef374c804c4f603a386421dd8b62508424

Contents?: true

Size: 433 Bytes

Versions: 1

Compression:

Stored size: 433 Bytes

Contents

module Fog
  module Compute
    class Cloudstack

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