We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dee01f commit 93f1de6Copy full SHA for 93f1de6
api/interlink/v1beta1/interlink_sdk.go
@@ -633,6 +633,9 @@ type Pop struct {
633
// AvailableLinkBandwidthsMbps: available bandwidth in Mbits/s for future hosted links from available connections in this PoP.
634
AvailableLinkBandwidthsMbps []uint64 `json:"available_link_bandwidths_mbps"`
635
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
+
639
// Region: region of the PoP.
640
Region scw.Region `json:"region"`
641
}
0 commit comments