Skip to content

Commit 4db71e9

Browse files
feat(interlink): add support for AvailableLinkBandwidthsMbps in Pop struct (scaleway#2367)
Co-authored-by: Rémy Léone <[email protected]>
1 parent 952b366 commit 4db71e9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

api/interlink/v1beta1/interlink_sdk.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,9 @@ type Pop struct {
401401
// LogoURL: image URL of the PoP's logo.
402402
LogoURL string `json:"logo_url"`
403403

404+
// AvailableLinkBandwidthsMbps: available bandwidth in Mbits/s for future hosted_links from available ports in this PoP.
405+
AvailableLinkBandwidthsMbps []uint64 `json:"available_link_bandwidths_mbps"`
406+
404407
// Region: region of the PoP.
405408
Region scw.Region `json:"region"`
406409
}

0 commit comments

Comments
 (0)