libcloud.compute.drivers.ikoula module

class libcloud.compute.drivers.ikoula.IkoulaNodeDriver(key, secret=None, secure=True, host=None, path=None, port=None, url=None, *args, **kwargs)[source]

Bases: CloudStackNodeDriver

Inherits:

NodeDriver.__init__

Parameters:
  • host (str) – The host where the API can be reached. (required)

  • path (str) – The path where the API can be reached. (required)

  • url (str) – Full URL to the API endpoint. Mutually exclusive with host and path argument.

host = 'cloudstack.ikoula.com'
name: str = 'Ikoula'
path = '/client/api'
type: Provider | str = 'ikoula'
website: str = 'http://express.ikoula.co.uk/cloudstack'