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 Deployment.
Delete will permanently delete a particular Software Deployment based on its unique ID.
ExtractDeployments accepts a Page struct, specifically a DeploymentPage struct, and extracts the elements into a slice of Software Deployments structs.
No description provided by the author
Get retrieves a particular software Deployment based on its unique ID.
List returns collection of Software Deployment.
Update is a method which can be able to update the name of software deployment.
# Structs
CreateOpts contains all the values needed to create a new Software Deployment.
CreateResult represents the result of a create operation.
DeleteResult represents the result of a delete operation.
No description provided by the author
DeploymentPage is the page returned by a pager when traversing over a collection of Software Deployments.
GetResult represents the result of a get operation.
ListOpts allows the filtering and sorting of paginated collections through the API.
UpdateOpts is a struct which represents the request body of update method.
UpdateResult represents the result of an update operation.
# Interfaces
CreateOptsBuilder allows extensions to add additional parameters to the Create request.
UpdateOptsBuilder is an interface by which can be able to build the request body of software deployment.