Skip to content

Commit 93f1de6

Browse files
authored
feat(interlink): add display_name for pops (scaleway#2785)
1 parent 9dee01f commit 93f1de6

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
@@ -633,6 +633,9 @@ type Pop struct {
633633
// AvailableLinkBandwidthsMbps: available bandwidth in Mbits/s for future hosted links from available connections in this PoP.
634634
AvailableLinkBandwidthsMbps []uint64 `json:"available_link_bandwidths_mbps"`
635635

636+
// DisplayName: pretty name of the PoP. Includes name, hosting provider and location information (ex: Paris - TeleHouse TH2).
637+
DisplayName string `json:"display_name"`
638+
636639
// Region: region of the PoP.
637640
Region scw.Region `json:"region"`
638641
}

0 commit comments

Comments
 (0)