Sha256: 2d3b28985c26bc5612f383ad146c29e625cc45bc0f984e11eb5ccb449eafcc96

Contents?: true

Size: 455 Bytes

Versions: 1

Compression:

Stored size: 455 Bytes

Contents

module Fog
  module Compute
    class Cloudstack

      class Real
        # Lists domains and provides detailed information for listed domains
        #
        # {CloudStack API Reference}[http://cloudstack.apache.org/docs/api/apidocs-4.3/root_admin/listDomains.html]
        def list_domains(options={})
          options.merge!(
            'command' => 'listDomains'  
          )
          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_domains.rb