package
1.0.0
Repository: https://github.com/hyperhq/gophercloud.git
Documentation: pkg.go.dev

# Functions

Create will create a new Snapshot based on the values in CreateOpts.
Delete will delete the existing Snapshot with the provided ID.
ExtractSnapshots extracts and returns Snapshots.
Get retrieves the Snapshot with the provided ID.
List returns Snapshots 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
UpdateMetadata will update the Snapshot with provided information.
WaitForStatus will continually poll the resource, checking for a particular status.

# Structs

CreateOpts contains options for creating 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 hold options for listing Snapshots.
ListResult is a pagination.Pager that is returned from a call to the List function.
Snapshot contains all the information associated with an OpenStack Snapshot.
UpdateMetadataOpts contain options for updating an existing Snapshot.
UpdateMetadataResult contains the response body and error from an UpdateMetadata request.

# Interfaces

CreateOptsBuilder allows extensions to add additional parameters to the Create request.
ListOptsBuilder allows extensions to add additional parameters to the List request.
UpdateMetadataOptsBuilder allows extensions to add additional parameters to the Update request.