# 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.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Update will update the Volume with provided information.
WaitForStatus will continually poll the resource, checking for a particular status.
# Structs
CreateOpts contains options for creating a Volume.
CreateResult contains the response body and error from a Create request.
DeleteResult contains the response body and error from a Delete request.
GetResult contains the response body and error from a Get request.
ListOpts holds options for listing Volumes.
ListResult is a pagination.pager that is returned from a call to the List function.
UpdateOpts contain options for updating an existing Volume.
UpdateResult contains the response body and error from an Update request.
Volume contains all the information associated with an OpenStack Volume.
# Interfaces
CreateOptsBuilder allows extensions to add additional parameters to the Create request.
ListOptsBuilder allows extensions to add additional parameters to the List request.
UpdateOptsBuilder allows extensions to add additional parameters to the Update request.