Sha256: ab92b6f6af19592482553344b54143b8af342f51107141b1855c5755067e5d15

Contents?: true

Size: 468 Bytes

Versions: 1

Compression:

Stored size: 468 Bytes

Contents

module Fog
  module Compute
    class Cloudstack

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