fix(region): support rds secgroup operation

This commit is contained in:
Qu Xuan
2020-12-23 21:23:27 +08:00
parent 1e65309b52
commit bc90e4fc4a
17 changed files with 546 additions and 375 deletions

View File

@@ -368,3 +368,7 @@ type DBInstanceAutoRenewInput struct {
// 是否自动续费
AutoRenew bool `json:"auto_renew"`
}
type DBInstanceSetSecgroupInput struct {
SecgroupIds []string `json:"secgroup_ids"`
}