l.d.cloudsigma : module documentation

Part of libcloud.drivers View Source

CloudSigma Driver
Class CloudSigmaException Undocumented
Class CloudSigmaInsufficientFundsException Undocumented
Class CloudSigmaResponse Undocumented
Class CloudSigmaNodeSize Undocumented
Class CloudSigmaBaseConnection Undocumented
Class CloudSigmaBaseNodeDriver No class docstring; 17/20 methods documented
Class CloudSigmaZrhConnection Connection class for the CloudSigma driver for the Zurich end-point
Class CloudSigmaZrhNodeDriver CloudSigma node driver for the Zurich end-point
Function str2dicts Create a list of dictionaries from a whitespace and newline delimited text.
Function str2list Create a list of values from a whitespace and newline delimited text (keys are ignored).
Function dict2str Create a string with a whitespace and newline delimited text from a dictionary.
def str2dicts(data): (source)
Create a list of dictionaries from a whitespace and newline delimited text.

For example, this: cpu 1100 ram 640

cpu 2200 ram 1024

becomes: [{'cpu': '1100', 'ram': '640'}, {'cpu': '2200', 'ram': '1024'}]

def str2list(data): (source)
Create a list of values from a whitespace and newline delimited text (keys are ignored).

For example, this: ip 1.2.3.4 ip 1.2.3.5 ip 1.2.3.6

becomes: ['1.2.3.4', '1.2.3.5', '1.2.3.6']

def dict2str(data): (source)
Create a string with a whitespace and newline delimited text from a dictionary.

For example, this: {'cpu': '1100', 'ram': '640', 'smp': 'auto'}

becomes: cpu 1100 ram 640 smp auto

cpu 2200 ram 1024

API Documentation for libcloud, generated by pydoctor at 2012-07-15 18:44:49.