We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f0a357 commit 7d2f89fCopy full SHA for 7d2f89f
1 file changed
api/lb/v1/lb_sdk.go
@@ -1813,6 +1813,12 @@ type LBType struct {
1813
// Default value: unknown
1814
StockStatus LBTypeStock `json:"stock_status"`
1815
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
1822
// Description: load Balancer commercial offer type description.
1823
Description string `json:"description"`
1824
0 commit comments