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

# Functions

Create an instance with given parameters.
Create an instance with given parameters.
Delete an instance by id.
ExtractCloudServers is a function that takes a ListResult and returns the services' information.
Get a instance with detailed information by id.
No description provided by the author
ResetPassword is used to reset password for the instance via accessing to the service with POST method and parameters.
No description provided by the author
Update is a method which can be able to update the instance via accessing to the service with Put method and parameters.

# Structs

No description provided by the author
CreateOps is a struct that contains all the parameters.
CreateResult is a struct that contains all the return parameters of creation.
DeleteResult is a struct which contains the result of deletion.
GetResult contains the body of getting detailed.
Instance response.
InstanceCreate response.
No description provided by the author
No description provided by the author
No description provided by the author
ResetPasswordOpts is a struct which represents the parameter of ResetPassword function.
ResetPasswordResult is a struct that contains all the return parameters of ResetPassword function.
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

CreateOpsBuilder is used for creating instance parameters.
No description provided by the author
ResetPasswordOptsBuilder is an interface which can build the map parameter of ResetPassword function.
UpdateOptsBuilder is an interface which can build the map paramter of update function.