oca.Client

class oca.Client(secret=None, address=None)[source]

Bases: object

The client class, represents the connection with the core and handles the xml-rpc calls(see http://www.opennebula.org/documentation:rel3.0:api)

call(function, *args)[source]

Calls rpc function.

Arguments

function
OpenNebula xmlrpc funtcion name (without preceding ‘one.’)
args
function arguments

Previous topic

API Documentation

Next topic

oca.host

This Page