This package can parse API responses from various cloud providers.
A factory class takes the data of response of a call to a Cloud provider and parses it to extract the provider name.
The factory creates an object of the respective provider response parser driver class and calls that class to process the whole response.
The parser may retrieve the public and private IPs of the cloud servers, the status of the servers, etc..
Currently the package comes with driver classes for Amazon AWS EC2, Rackspace and DigitalOcean. |