package
0.0.0-20240909034204-207f58c0b9a3
Repository: https://github.com/chnsz/golangsdk.git
Documentation: pkg.go.dev
# Functions
Create is a method which can be able to access to create the policy of autoscaling service.
Delete is a method which can be able to access to delete a policy of autoscaling.
Get is a method which can be able to access to get a policy detailed information.
List is a method used to query the policies of scaling group with given parameters.
Update is a method which can be able to update the policy via accessing to the autoscaling service with Put method and parameters.
# Structs
No description provided by the author
No description provided by the author
CreateOpts is a struct which will be used to create a policy.
CreateResult is a struct which represents the create result of policy.
DeleteResult is a struct which represents the delete result.
GetResult is a struct which represents the get result.
ListOpts is the structure that used to query the policies of scaling group.
ListResult represents a result of the List method.
Policy is a struct that represents the result of get policy.
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 update method.
# Interfaces
CreateOptsBuilder is an interface by which can serialize the create parameters.
UpdateOptsBuilder is an interface which can build the map paramter of update function.