package
0.0.0-20210831081626-d823fe11ceba
Repository: https://github.com/huaweicloud/golangsdk.git
Documentation: pkg.go.dev

# Functions

Create will create a new SFS Turbo file system based on the values in CreateOpts.
Delete will delete an existing SFS Trubo file system with the given UUID.
Expand will expand a SFS Turbo based on the values in ExpandOpts.
ExtractTurbos accepts a Page struct, specifically a TurboPage struct, and extracts the elements into a slice of share structs.
Get will get a single SFS Trubo file system with given UUID.
List returns a Pager which allows you to iterate over a collection of SFS Turbo resources.

# Structs

CreateOpts contains the options for create an SFS Turbo.
CreateResult contains the response body and error from a Create request.
DeleteResult contains the response body and error from a Delete request.
ExpandOpts contains the options for expanding a SFS Turbo.
ExpandResult contains the response body and error from a Expand request.
No description provided by the author
GetResult contains the response body and error from a Get request.
Metadata specifies the metadata information.
Turbo contains all information associated with an SFS Turbo file system.
TurboPage is the page returned by a pager when traversing over a collection of Shares.
TurboResponse contains the information of creating response.

# Interfaces

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