package
0.0.0-20210831081626-d823fe11ceba
Repository: https://github.com/huaweicloud/golangsdk.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
Create accepts a CreateOpts struct and uses the values to create a new Software config.
Delete will permanently delete a particular Software Config based on its unique ID.
ExtractSoftwareConfigs accepts a Page struct, specifically a SoftwareConfigPage struct, and extracts the elements into a slice of Software Configs structs.
No description provided by the author
Get retrieves a particular software config based on its unique ID.
List returns collection of Software Config.
# Structs
CreateOpts contains all the values needed to create a new Software Config.
CreateResult represents the result of a create operation.
DeleteResult represents the result of a delete operation.
GetResult represents the result of a get operation.
ListOpts allows the filtering and sorting of paginated collections through the API.
No description provided by the author
SoftwareConfigPage is the page returned by a pager when traversing over a collection of Software Configurations.
UpdateResult represents the result of an update operation.
# Interfaces
CreateOptsBuilder allows extensions to add additional parameters to the Create request.