package
0.16.0
Repository: https://github.com/rendaw/gophercloud.git
Documentation: pkg.go.dev

# Packages

volumetypes_v1.

# Functions

Create will create a new volume.
Delete will delete the volume type with the provided ID.
ExtractVolumeTypes extracts and returns Volume Types.
Get will retrieve the volume type with the provided ID.
List returns all volume types.

# Structs

CreateOpts are options for creating a volume type.
CreateResult contains the response body and error from a Create request.
DeleteResult contains the response error from a Delete request.
GetResult contains the response body and error from a Get request.
VolumeType contains all information associated with an OpenStack Volume Type.
VolumeTypePage is a pagination.Pager that is returned from a call to the List function.

# Interfaces

CreateOptsBuilder allows extensions to add additional parameters to the Create request.