github.com/gophercloud/gophercloud@v1.11.0/openstack/db/v1/flavors/doc.go (about)

     1  // Package flavors provides information and interaction with the flavor API
     2  // resource in the OpenStack Database service.
     3  //
     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.
     7  package flavors