Sha256: 040b7e5ca6171c199fea87b31482e1c39627653ae4c2c27641c810d9b411d705

Contents?: true

Size: 963 Bytes

Versions: 47

Compression:

Stored size: 963 Bytes

Contents

### `fog-softlayer` - SoftLayer module for fog.
[![Gem Version](https://badge.fury.io/rb/fog-softlayer.png)](http://badge.fury.io/rb/fog-softlayer)
[![Build Status](https://api.travis-ci.org/fog/fog-softlayer.svg)](https://travis-ci.org/fog/fog-softlayer)
[![Dependency Status](https://gemnasium.com/fog/fog-softlayer.svg)](https://gemnasium.com/fog/fog-softlayer)

This gem is a module for the `fog` gem that allows you to manage resources in
the SoftLayer Cloud.

It is included by the main `fog` metagem but can used as an independent library
in other applications.

Currently supported services:
* Compute
* Storage
* DNS
* Network

Additional services coming soon:
* CDN
* Load Balancer
* Message Queue

#### Installation

Add this line to your application's Gemfile:

    gem "fog-softlayer"

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install fog-softlayer

#### Usage

See `examples/`

#### Contributing

See `CONTRIBUTING.md`

Version data entries

47 entries across 45 versions & 3 rubygems

Version Path
fog-softlayer-0.4.1 README.md
fog-softlayer-0.4.0 README.md
fog-softlayer-0.3.30 README.md
fog-softlayer-0.3.29 README.md
fog-softlayer-0.3.28 README.md
fog-softlayer-0.3.27 README.md
fog-softlayer-0.3.26 README.md
fog-softlayer-0.3.25 README.md
fog-softlayer-0.3.24 README.md
fog-softlayer-0.3.23 README.md
fog-softlayer-0.3.22 README.md
fog-softlayer-0.3.21 README.md
fog-softlayer-0.3.20 README.md
fog-softlayer-0.3.19 README.md
fog-softlayer-0.3.18 README.md
fog-softlayer-0.3.17 README.md
fog-softlayer-0.3.16 README.md
fog-softlayer-0.3.15 README.md
fog-softlayer-0.3.14 README.md
fog-softlayer-0.3.13 README.md