Sha256: d6792f993b60cadd7bcf451f7a988249de3e81bc0515472db070e0b89447a5f8

Contents?: true

Size: 435 Bytes

Versions: 1

Compression:

Stored size: 435 Bytes

Contents

module Fog
  module Compute
    class Cloudstack

      class Real
        # list baremetal dhcp servers
        #
        # {CloudStack API Reference}[http://cloudstack.apache.org/docs/api/apidocs-4.3/root_admin/listBaremetalDhcp.html]
        def list_baremetal_dhcp(options={})
          options.merge!(
            'command' => 'listBaremetalDhcp'  
          )
          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_baremetal_dhcp.rb