# 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.
Update accepts a UpdateOpts struct and updates an existing snapshot using the values provided.
# Constants
Constants to use for supported statuses.
Constants to use for supported statuses.
Constants to use for supported statuses.
Constants to use for supported statuses.
Constants to use for supported statuses.
# Structs
CreateOpts contains options for creating a Snapshot.
CreateResult represents the result of a create operation.
GetResult represents the result of a get operation.
Snapshot is the Rackspace representation of an external block storage device.
UpdateOpts is the common options struct used in this package's Update operation.
UpdateResult represents the result of an update operation.
# Interfaces
CreateOptsBuilder allows extensions to add additional parameters to the Create request.
UpdateOptsBuilder is the interface options structs have to satisfy in order to be used in the main Update operation in this package.
# Type aliases
Status is the type used to represent a snapshot's status.