package
0.0.0-20240909034204-207f58c0b9a3
Repository: https://github.com/chnsz/golangsdk.git
Documentation: pkg.go.dev
# Functions
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
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
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.
UpdateAutoTopic is used to enable or disable automatic topic creation.
UpdateCrossVpc is a method to update the internal IP address for cross-VPC access using given parameters.
# Structs
AutoTopicOpts is a struct which represents the parameter of UpdateAutoTopic function.
AutoTopicResult is a struct that contains all the return parameters of UpdateAutoTopic function.
No description provided by the author
No description provided by the author
Connection is the structure that represents the detail of the cross-VPC access.
CreateOps is a struct that contains all the parameters.
CreateResult is a struct that contains all the return parameters of creation.
CrossVpc is the structure that represents the API response of 'UpdateCrossVpc' method.
CrossVpcUpdateOpts is the structure required by the UpdateCrossVpc method to update the internal IP address for cross-VPC access.
DeleteResult is a struct which contains the result of deletion.
No description provided by the author
No description provided by the author
GetResult contains the body of getting detailed.
No description provided by the author
No description provided by the author
Instance response.
InstanceCreate response.
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
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
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 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.