blob: 45b9cfb4e88ea4c83d7605fd06bdfc840fada6f0 [file] [log] [blame]
Jamie Hannafordb0d267b2015-02-19 11:59:53 +01001// 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 Hannaforded7f4532015-02-17 14:56:30 +010011package configurations