Skip to content

Commit 7d2f89f

Browse files
authored
feat(lb): add new field in LbType (#3011)
1 parent 5f0a357 commit 7d2f89f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

api/lb/v1/lb_sdk.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1813,6 +1813,12 @@ type LBType struct {
18131813
// Default value: unknown
18141814
StockStatus LBTypeStock `json:"stock_status"`
18151815

1816+
// Bandwidth: maximum bandwidth for a given Load Balancer type.
1817+
Bandwidth uint64 `json:"bandwidth"`
1818+
1819+
// Multicloud: ability to handle backend servers outside Scaleway for a given Load Balancer type.
1820+
Multicloud bool `json:"multicloud"`
1821+
18161822
// Description: load Balancer commercial offer type description.
18171823
Description string `json:"description"`
18181824

0 commit comments

Comments
 (0)