github.com/gophercloud/gophercloud@v1.11.0/openstack/db/v1/configurations/doc.go (about) 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. 11 package configurations