libdeltacloud 0.9
Data Fields
deltacloud_api Struct Reference

#include <libdeltacloud.h>

Data Fields

char * url
char * user
char * password
char * driver
char * version
int initialized
struct deltacloud_linklinks

Detailed Description

The main libdeltacloud structure. Since almost all libdeltacloud calls require a deltacloud_api structure, this structure must be initialized first via a call to deltacloud_initialize().


Field Documentation

The driver in use with the connection (this is determined automatically from the URL)

An internal field used to determine if the deltacloud_api structure has been properly initialized

A list of links pointing to the various components (instances, images, etc) available

The password used to connect to the deltacloud server

The top-level URL to the deltacloud server

The username used to connect to the deltacloud server

The version of the deltacloud API as returned by the server


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables