File: flavors.rst

package info (click to toggle)
python-novaclient 1%3A2012.1-4
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 700 kB
  • sloc: python: 5,421; sh: 212; makefile: 78
file content (35 lines) | stat: -rw-r--r-- 683 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Flavors
=======

From Rackspace's API documentation:

    A flavor is an available hardware configuration for a server. Each flavor
    has a unique combination of disk space, memory capacity and priority for
    CPU time.
    
Classes
-------

.. currentmodule:: novaclient

.. autoclass:: FlavorManager
   :members: get, list, find, findall

.. autoclass:: Flavor
   :members:
   
   .. attribute:: id
   
       This flavor's ID.
       
   .. attribute:: name
   
       A human-readable name for this flavor.
   
   .. attribute:: ram
   
       The amount of RAM this flavor has, in MB.
       
   .. attribute:: disk
   
       The amount of disk space this flavor has, in MB