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

# Functions

Create will create a new certificate based on the values in CreateOpts.
Delete will permanently delete a particular certificate based on its unique ID.
No description provided by the author
Get retrieves a particular certificate based on its unique ID.
List sends a request to obtain a certificate list.
Update accepts a UpdateOpts struct and uses the values to update a certificate.The response code from api is 200.

# Variables

No description provided by the author

# Structs

No description provided by the author
No description provided by the author
CertificateDetail reprersents the result of list certificates.
No description provided by the author
CreateOpts contains all the values needed to create a new certificate.
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 the struct is used to query certificate list.
UpdateOpts contains all the values needed to update a certificate.
UpdateResult represents the result of a update operation.

# Interfaces

CreateOptsBuilder allows extensions to add additional parameters to the Create request.
No description provided by the author
UpdateOptsBuilder allows extensions to add additional parameters to the Update request.