# Packages
No description provided by the author
# Functions
Create will create a new Snapshot based on the values in CreateOpts.
Delete will delete an existing Snapshot with the given UUID.
ExtractSnapshots extracts and returns a Snapshot slice.
Get will get a single snapshot with given UUID.
ListDetail returns []Snapshot optionally limited by the conditions provided in ListOpts.
Update will update the Snapshot with provided information.
# Structs
CreateOpts contains the options for create a Snapshot.
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 Snapshots.
Snapshot contains all information associated with an OpenStack Snapshot.
SnapshotPage is a pagination.pager that is returned from a call to the List function.
UpdateOpts contain options for updating an existing Snapshot.
UpdateResult contains the response body and error from an Update request.
# 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.