Documentation
¶
Index ¶
- func SetSecurityGroup(c *golangsdk.ServiceClient, opts SetSecurityGroupOpts) (*string, error)
- func SwitchSsl(c *golangsdk.ServiceClient, opts SwitchSslOpts) (err error)
- func UpdateDataIp(c *golangsdk.ServiceClient, opts UpdateDataIpOpts) (*string, error)
- func UpdatePort(c *golangsdk.ServiceClient, opts UpdatePortOpts) (*string, error)
- type SetSecurityGroupOpts
- type SwitchSslOpts
- type UpdateDataIpOpts
- type UpdatePortOpts
- type WorkflowId
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetSecurityGroup ¶
func SetSecurityGroup(c *golangsdk.ServiceClient, opts SetSecurityGroupOpts) (*string, error)
func SwitchSsl ¶
func SwitchSsl(c *golangsdk.ServiceClient, opts SwitchSslOpts) (err error)
SwitchSsl This API is supported for MySQL only.
func UpdateDataIp ¶
func UpdateDataIp(c *golangsdk.ServiceClient, opts UpdateDataIpOpts) (*string, error)
func UpdatePort ¶
func UpdatePort(c *golangsdk.ServiceClient, opts UpdatePortOpts) (*string, error)
Types ¶
type SetSecurityGroupOpts ¶
type SwitchSslOpts ¶
type UpdateDataIpOpts ¶
type UpdatePortOpts ¶
type UpdatePortOpts struct {
InstanceId string `json:"-"`
// Specifies port information for all DB engines.
// The MySQL database port ranges from 1024 to 65535 (excluding 12017 and 33071, which are occupied by the RDS system and cannot be used).
// The PostgreSQL database port ranges from 2100 to 9500.
// The Microsoft SQL Server database port is 1433 or ranges from 2100 to 9500 (excluding 5355 and 5985).
// The default values is as follows:
// The default value of MySQL is 3306.
// The default value of PostgreSQL is 5432.
// The default value of Microsoft SQL Server is 1433.
Port int32 `json:"port"`
}
type WorkflowId ¶
type WorkflowId struct {
WorkflowId string `json:"workflowId"`
}
Click to show internal directories.
Click to hide internal directories.