# Functions
Create will create a new Volume based on the values in CreateOpts.
Delete will delete the existing Volume with the provided ID.
ExtractVolumes extracts and returns Volumes.
Get retrieves the Volume with the provided ID.
List returns volumes optionally limited by the conditions provided in ListOpts.
Update will update the Volume with provided information.
# Structs
No description provided by the author
CreateResult represents the result of a create operation.
GetResult represents the result of a get operation.
UpdateOpts contain options for updating an existing Volume.
UpdateResult represents the result of an update operation.
# Type aliases
Volume wraps an Openstack volume.