Merge pull request #13213 from zexi/wire-create-bw

fix(region): create wire input bw deprecated
This commit is contained in:
Zexi Li
2022-01-17 18:38:46 +08:00
committed by GitHub
+3
View File
@@ -23,6 +23,9 @@ type WireCreateInput struct {
// default: 0
Bandwidth int `json:"bandwidth"`
// Deprecated
Bw int `json:"bw" yunion-deprecated-by:"bandwidth"`
// mtu
// minimum: 0
// maximum: 1000000