Jamie Hannaford | 5b7acc1 | 2015-02-13 09:14:25 +0100 | [diff] [blame] | 1 | // Package flavors provides information and interaction with the flavor API |
Jamie Hannaford | 9793d94 | 2015-02-18 15:13:20 +0100 | [diff] [blame] | 2 | // resource in the OpenStack Database service. |
Jamie Hannaford | 5b7acc1 | 2015-02-13 09:14:25 +0100 | [diff] [blame] | 3 | // |
Jamie Hannaford | 9793d94 | 2015-02-18 15:13:20 +0100 | [diff] [blame] | 4 | // A flavor is an available hardware configuration for a database instance. |
| 5 | // Each flavor has a unique combination of disk space, memory capacity and |
| 6 | // priority for CPU time. |
Jamie Hannaford | 5b7acc1 | 2015-02-13 09:14:25 +0100 | [diff] [blame] | 7 | package flavors |