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

# Functions

Create will create a new Group based on the values in CreateOpts.
Delete will permanently delete a particular Group based on its unique ID.
Disable will disable protection for a protection Group.
Enable will enable protection for a protection Group.
Get retrieves a particular Group based on its unique ID.
No description provided by the author
Update accepts a UpdateOpts struct and uses the values to update a Group.The response code from api is 200.
No description provided by the author

# Variables

No description provided by the author

# Structs

CreateOpts contains all the values needed to create a new group.
DisableOpts contains all the values needed to disable protection for a Group.
EnableOpts contains all the values needed to enable protection for a Group.
GetResult represents the result of a get operation.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
UpdateOpts contains all the values needed to update a Group.
UpdateResult represents the result of a update operation.

# Interfaces

CreateOptsBuilder allows extensions to add additional parameters to the Create request.
UpdateOptsBuilder allows extensions to add additional parameters to the Update request.