mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-24 16:03:43 +08:00
Merge pull request #13213 from zexi/wire-create-bw
fix(region): create wire input bw deprecated
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user