package
0.0.0-20210831081626-d823fe11ceba
Repository: https://github.com/huaweicloud/golangsdk.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
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
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
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.