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

# Functions

CreateGroup is a method of creating group.
DeleteGroup is a method of deleting a group by group id.
Disable is an operation by which can be able to pause the group.
Enable is an operation by which can make the group enable service.
GetGroup is a method of getting the detailed information of the group by id.
No description provided by the author
Update is a method which can be able to update the group via accessing to theautoscaling service with Put method and parameters.

# Structs

No description provided by the author
this is the action result which is the result of enable or disable operations.
CreateGroupOps is a struct contains the parameters of creating group.
CreateGroupResult is a struct retured by CreateGroup request.
DeleteGroupResult contains the body of the deleting group request.
GetGroupResult contains the body of getting detailed group request.
Group represents the struct of one autoscaling group.
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
No description provided by the author
No description provided by the author
No description provided by the author
UpdateOpts is a struct which represents the parameters of update function.
UpdateResult is a struct from which can get the result of udpate method.

# Interfaces

No description provided by the author
CreateGroupBuilder is an interface from which can build the request of creating group.
No description provided by the author
UpdateOptsBuilder is an interface which can build the map paramter of update function.