interface Pop {
    address: string;
    availableLinkBandwidthsMbps: number[];
    city: string;
    hostingProviderName: string;
    id: string;
    logoUrl: string;
    name: string;
    region: Region;
}

Properties

address: string

Physical address of the PoP.

availableLinkBandwidthsMbps: number[]

Available bandwidth in Mbits/s for future hosted_links from available ports in this PoP.

city: string

City where PoP is located.

hostingProviderName: string

Name of the PoP's hosting provider, e.g. Telehouse for TH2 or OpCore for DC3.

id: string

Unique identifier of the PoP.

logoUrl: string

Image URL of the PoP's logo.

name: string

Name of the PoP. It is the common reference of Hosting DC (ex: TH2).

region: Region

Region of the PoP.