package
0.0.0-20240909034204-207f58c0b9a3
Repository: https://github.com/chnsz/golangsdk.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
UpdateDataIp is a method to update the data IP of the database.
UpdatePort is a method to update the port of the database.
UpdateSecGroup is a method to update the security group which the database belongs.
UpdateSSL is a method to enable or disable the SSL.
# Structs
DataIpOpts is a struct which will be used to fix the data IP(private IP).
DBPortUpdateResult represents a result of the UpdateDBPort method.
PortOpts is a struct which will be used to config the secure sockets layer.
SecGroupOpts is a struct which will be used to update the specifies security group.
SecGroupUpdateResult represents a result of the UpdateSecGroup method.
SSLOpts is a struct which will be used to config the SSL (Secure Sockets Layer).
SSLUpdateResult represents a result of the ConfigureSSL method.
WorkFlow is a struct that represents the result of database updation.
# Interfaces
DataIpOptsBuilder is an interface which to support request body build of the data IP of the specifies database.
PortOptsBuilder is an interface which to support request body build of the port configuration of the specifies database.
SecGroupOptsBuilder is an interface which to support request body build of the security group updation.
SSLOptsBuilder is an interface which to support request body build of the ssl configuration of the specifies database.