Part of libcloud.compute.drivers View Source
libcloud driver for the Linode(R) API 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.
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 |
Function | _izip_longest | Taken from Python docs |
Taken from Python docs http://docs.python.org/library/itertools.html#itertools.izip