~ubuntu-branches/ubuntu/saucy/python-cinderclient/saucy-proposed

« back to all changes in this revision

Viewing changes to doc/source/ref/flavors.rst

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2012-06-27 13:32:14 UTC
  • Revision ID: package-import@ubuntu.com-20120627133214-n2gx1yxu97efvhg8
Tags: upstream-2012.2~f1~20120621.8
ImportĀ upstreamĀ versionĀ 2012.2~f1~20120621.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Flavors
 
2
=======
 
3
 
 
4
From Rackspace's API documentation:
 
5
 
 
6
    A flavor is an available hardware configuration for a server. Each flavor
 
7
    has a unique combination of disk space, memory capacity and priority for
 
8
    CPU time.
 
9
    
 
10
Classes
 
11
-------
 
12
 
 
13
.. currentmodule:: cinderclient
 
14
 
 
15
.. autoclass:: FlavorManager
 
16
   :members: get, list, find, findall
 
17
 
 
18
.. autoclass:: Flavor
 
19
   :members:
 
20
   
 
21
   .. attribute:: id
 
22
   
 
23
       This flavor's ID.
 
24
       
 
25
   .. attribute:: name
 
26
   
 
27
       A human-readable name for this flavor.
 
28
   
 
29
   .. attribute:: ram
 
30
   
 
31
       The amount of RAM this flavor has, in MB.
 
32
       
 
33
   .. attribute:: disk
 
34
   
 
35
       The amount of disk space this flavor has, in MB