Sha256: bd53e421bdd65b1adee72f5aab1814e6cd5b10b310b13f6f5e2380fcf5075226

Contents?: true

Size: 415 Bytes

Versions: 88

Compression:

Stored size: 415 Bytes

Contents

module Fog
  module Compute
    class Cloudstack
      class Real

        # Creates an account.
        #
        # {CloudStack API Reference}[http://download.cloud.com/releases/2.2.0/api_2.2.4/global_admin/createAccount.html]
        def create_account(options={})
          options.merge!(
            'command' => 'createAccount'
          )

          request(options)
        end

      end
    end
  end
end

Version data entries

88 entries across 88 versions & 16 rubygems

Version Path
fog-1.10.1 lib/fog/cloudstack/requests/compute/create_account.rb
fog-parser-fix-1.6.1 lib/fog/cloudstack/requests/compute/create_account.rb
fog-test-again-1.6.0 lib/fog/cloudstack/requests/compute/create_account.rb
fog-test-me-1.10.0 lib/fog/cloudstack/requests/compute/create_account.rb
fog-parser-fix-1.6.0 lib/fog/cloudstack/requests/compute/create_account.rb
fog-1.10.0 lib/fog/cloudstack/requests/compute/create_account.rb
fog-1.9.0 lib/fog/cloudstack/requests/compute/create_account.rb
fog-maestrodev-1.8.0.20130114204828 lib/fog/cloudstack/requests/compute/create_account.rb
fog-maestrodev-1.8.0.20130111070250 lib/fog/cloudstack/requests/compute/create_account.rb
fog-maestrodev-1.8.0.20130109172219 lib/fog/cloudstack/requests/compute/create_account.rb
ey-vendored-backup-3.0.27 vendor/gems/fog/lib/fog/cloudstack/requests/compute/create_account.rb
fog-sgonyea-1.8.1 lib/fog/cloudstack/requests/compute/create_account.rb
fog-1.8.0 lib/fog/cloudstack/requests/compute/create_account.rb
fog-maestrodev-1.7.0.20121114190951 lib/fog/cloudstack/requests/compute/create_account.rb
fog-1.7.0 lib/fog/cloudstack/requests/compute/create_account.rb
fog-1.6.0 lib/fog/cloudstack/requests/compute/create_account.rb
fog-1.5.0 lib/fog/cloudstack/requests/compute/create_account.rb
rackspace-fog-1.4.2 lib/rackspace-fog/cloudstack/requests/compute/create_account.rb
fog-1.4.0 lib/fog/cloudstack/requests/compute/create_account.rb
brightbox-cli-0.18.1 lib/brightbox-cli/vendor/fog/lib/fog/cloudstack/requests/compute/create_account.rb