> +api.getVirtualGuestApi();
> +api.getDatacenterApi();
> +api.getSoftwareDescriptionApi();
> +api.getVirtualGuestBlockDeviceTemplateGroupApi();
> +api.getAccountApi();
> +
> +// Be sure to close the context when done
> +computeServiceContext.close();
> +{% endhighlight %}
> +
> +## SoftLayer Object Storage
> +SoftLayer Object Storage is an OpenStack® based blobstore storage system.
> +
> +{% highlight java %}
> +// Get a context with softlayer that offers the portable BlobStore API
> +BlobStoreContext context = ContextBuilder.newBuilder("swift")

Not sure about it, @everett-toews 

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-site/pull/134/files#r22850062

Reply via email to