Jamie Hannaford | b0d267b | 2015-02-19 11:59:53 +0100 | [diff] [blame] | 1 | // Package configurations provides information and interaction with the |
| 2 | // configuration API resource in the Rackspace Database service. |
| 3 | // |
| 4 | // A configuration group is a collection of key/value pairs which define how a |
| 5 | // particular database operates. These key/value pairs are specific to each |
| 6 | // datastore type and serve like settings. Some directives are capable of being |
| 7 | // applied dynamically, while other directives require a server restart to take |
| 8 | // effect. The configuration group can be applied to an instance at creation or |
| 9 | // applied to an existing instance to modify the behavior of the running |
| 10 | // datastore on the instance. |
Jamie Hannaford | ed7f453 | 2015-02-17 14:56:30 +0100 | [diff] [blame] | 11 | package configurations |