diff --git a/pkg/apis/compute/wire.go b/pkg/apis/compute/wire.go index 44a10c7f50..b7ba979abe 100644 --- a/pkg/apis/compute/wire.go +++ b/pkg/apis/compute/wire.go @@ -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