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.
Manage Flavor resources.
Get a specific flavor.
Parameters: |
|
---|---|
Return type: | <pending_xref py:class=”FlavorManager” py:module=”cloudservers” refdoc=”ref/flavors” refdomain=”py” refexplicit=”False” reftarget=”Flavor” reftype=”class”><literal classes=”xref py py-class”>Flavor</literal></pending_xref> |
Find a single item with attributes matching **kwargs.
This isn’t very efficient: it loads the entire list then filters on the Python side.
Find all items with attributes matching **kwargs.
This isn’t very efficient: it loads the entire list then filters on the Python side.