Statistics
| Branch: | Tag: | Revision:

root / docs / developers / code.rst @ 1c366ac9

History | View | Annotate | Download (2.3 kB)

1
APIs code
2
=========
3

    
4
.. the-cli-api-ref
5

    
6
Command Specifications
7
----------------------
8

    
9
astakos
10
^^^^^^^
11
Features: user, project, quota, resource, commission, endpoint, service
12

    
13
.. automodule:: kamaki.cli.commands.astakos
14
    :members:
15
    :undoc-members:
16

    
17
cyclades
18
^^^^^^^^
19

    
20
Features server, flavor
21

    
22
.. automodule:: kamaki.cli.commands.cyclades
23
    :members:
24
    :undoc-members:
25

    
26
pithos
27
^^^^^^
28

    
29
Features file, container, sharer, group
30

    
31
.. automodule:: kamaki.cli.commands.pithos
32
    :members:
33
    :undoc-members:
34

    
35
image
36
^^^^^
37

    
38
Features (image, imagecompute)
39

    
40
.. automodule:: kamaki.cli.commands.image
41
    :members:
42
    :undoc-members:
43

    
44

    
45
network
46
^^^^^^^
47

    
48
Features network, port, subnet, ip
49

    
50
.. automodule:: kamaki.cli.commands.network
51
    :members:
52
    :undoc-members:
53

    
54
Kamaki commands
55
^^^^^^^^^^^^^^^
56

    
57
config
58
""""""
59

    
60
.. automodule:: kamaki.cli.commands.config
61
    :members:
62
    :undoc-members:
63

    
64

    
65
errors
66
^^^^^^
67

    
68
.. automodule:: kamaki.cli.commands.errors
69
    :members:
70
    :show-inheritance:
71
    :undoc-members:
72

    
73
.. _the-client-api-ref:
74

    
75
The clients API
76
---------------
77

    
78
compute
79
^^^^^^^
80

    
81
.. automodule:: kamaki.clients.compute.rest_api
82
    :members:
83
    :show-inheritance:
84
    :undoc-members:
85

    
86
.. automodule:: kamaki.clients.compute
87
    :members:
88
    :show-inheritance:
89
    :undoc-members:
90

    
91

    
92
cyclades
93
^^^^^^^^
94

    
95
.. automodule:: kamaki.clients.cyclades.rest_api
96
    :members:
97
    :show-inheritance:
98
    :undoc-members:
99

    
100
.. automodule:: kamaki.clients.cyclades
101
    :members:
102
    :show-inheritance:
103
    :undoc-members:
104

    
105

    
106
storage
107
^^^^^^^
108

    
109
.. automodule:: kamaki.clients.storage
110
    :members:
111
    :show-inheritance:
112
    :undoc-members:
113

    
114
pithos
115
^^^^^^
116

    
117
.. automodule:: kamaki.clients.pithos.rest_api
118
    :members:
119
    :show-inheritance:
120
    :undoc-members:
121

    
122
.. automodule:: kamaki.clients.pithos
123
    :members:
124
    :show-inheritance:
125
    :undoc-members:
126

    
127
image
128
^^^^^
129

    
130
.. automodule:: kamaki.clients.image
131
    :members:
132
    :show-inheritance:
133
    :undoc-members:
134

    
135
network
136
^^^^^^^
137

    
138
.. warning:: For synnefo, the suggested network implementation is in
139
    kamaki.clients.cyclades.CycladesNetworkClient extension
140

    
141
.. automodule:: kamaki.clients.network
142
    :members:
143
    :show-inheritance:
144
    :undoc-members:
145

    
146
astakos
147
^^^^^^^
148

    
149
.. automodule:: kamaki.clients.astakos
150
    :members:
151
    :show-inheritance:
152
    :undoc-members: