Struct xapirpc::XapiRpc [] [src]

pub struct XapiRpc { /* fields omitted */ }

Xapi RPC client. Makes sure of creating, holding and closing the sessions.

Methods

impl XapiRpc
[src]

[src]

Prepare a xapi session using the login informations from config.

[src]

Perform a Xapi RPC call for class.method using args as arguments

Trait Implementations

impl Drop for XapiRpc
[src]

[src]

Executes the destructor for this type. Read more