
To better facilitate the building and publishing of sphinx documentation by Jenkins we are moving all openstack projects with sphinx documentation to a common doc tree structure. Documentation goes in project/doc and build results go in project/doc/build. Change-Id: I3ae14ac735d9b4c0b534eac9a9c142f8ccaac1b9
36 lines
685 B
ReStructuredText
36 lines
685 B
ReStructuredText
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:: cinderclient
|
|
|
|
.. 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
|