Part of libcloud.drivers View Source
This driver implements all libcloud functionality for the Linode API. Since the API is a bit more fine-grained, create_node abstracts a significant amount of work (and may take a while to run).
Linode home page http://www.linode.com/ Linode API documentation http://www.linode.com/api/ Alternate bindings for reference http://github.com/tjfontaine/linode-python
Linode(R) is a registered trademark of Linode, LLC.
Maintainer: Jed Smith <jed@linode.com>
Class | LinodeException | Error originating from the Linode API |
Class | LinodeResponse | Linode API response |
Class | LinodeConnection | A connection to the Linode API |
Class | LinodeNodeDriver | libcloud driver for the Linode API |