fix(climc): eip change bw cli

This commit is contained in:
ioito
2022-04-15 11:13:30 +08:00
parent 10641d4085
commit a719b01ff5
+1 -1
View File
@@ -33,6 +33,6 @@ func init() {
cmd.Perform("dissociate", &compute.EipDissociateOptions{})
cmd.Perform("sync", &options.BaseIdOptions{})
cmd.Perform("syncstatus", &options.BaseIdOptions{})
cmd.Perform("change-bandwidth", &options.BaseIdOptions{})
cmd.Perform("change-bandwidth", &compute.EipChangeBandwidthOptions{})
cmd.Perform("change-owner", &compute.EipChangeOwnerOptions{})
}