# Functions
Create will create a new volume.
Delete will delete the volume type with the provided ID.
ExtractVolumeTypes extracts and returns Volume Types.
Get will retrieve the volume type with the provided ID.
List returns all volume types.
No description provided by the author
No description provided by the author
# Structs
CreateOpts are options for creating a volume type.
CreateResult contains the response body and error from a Create request.
DeleteResult contains the response error from a Delete request.
GetResult contains the response body and error from a Get request.
ListResult is a pagination.Pager that is returned from a call to the List function.
VolumeType contains all information associated with an OpenStack Volume Type.
# Interfaces
CreateOptsBuilder allows extensions to add additional parameters to the Create request.