package
0.0.0-20240909034204-207f58c0b9a3
Repository: https://github.com/chnsz/golangsdk.git
Documentation: pkg.go.dev

# Functions

Create is a method of creating group.
Delete 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.
ForceDelete is a method of force deleting a group by group id.
Get 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 the autoscaling service with Put method and parameters.

# Structs

No description provided by the author
ActionResult is the action result which is the result of enable or disable operations.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
CreateOpts is a struct contains the parameters of creating group.
CreateResult is a struct retured by CreateGroup request.
DeleteResult contains the body of the deleting group request.
GetResult 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
CreateOptsBuilder 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.