package
0.0.0-20210831081626-d823fe11ceba
Repository: https://github.com/huaweicloud/golangsdk.git
Documentation: pkg.go.dev
# Packages
volumes_v1.
# 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.
IDFromName is a convienience function that returns a server's ID given its name.
List returns Volumes optionally limited by the conditions provided in ListOpts.
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.
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.
VolumePage 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.
ListOptsBuilder allows extensions to add additional parameters to the List request.
UpdateOptsBuilder allows extensions to add additional parameters to the Update request.