# Functions
ExtractFlavors provides access to the list of flavors in a page acquired from the List operation.
Get instructs OpenStack to provide details on a single flavor, identified by its ID.
ListDetail instructs OpenStack to provide a list of flavors.
# Variables
ErrCannotInterpret is returned by an Extract call if the response body doesn't have the expected structure.
# Structs
Flavor records represent (virtual) hardware configurations for server resources in a region.
FlavorPage contains a single page of the response from a List call.
GetResult temporarily holds the response from a Get call.
ListOpts helps control the results returned by the List() function.
# Interfaces
ListOptsBuilder allows extensions to add additional parameters to the List request.