NAME DESCRIPTION FACILITY_PROVIDER
lhr-zone1-832 Equinix London Slough (LD5) Equinix
nrt-zone1-599 ComSpace I Marubeni Access Solutions Inc.
nrt-zone2-452 Equinix Tokyo (TY2) Equinix
...
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["很难理解","hardToUnderstand","thumb-down"],["信息或示例代码不正确","incorrectInformationOrSampleCode","thumb-down"],["没有我需要的信息/示例","missingTheInformationSamplesINeed","thumb-down"],["翻译问题","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-08-12。"],[],[],null,["# List locations\n\nWhen you order a Dedicated Interconnect connection, you must specify a\ncolocation facility where your network meets Google's network. In most cases,\nselect a facility that's geographically close to your on-premises network.\n\nTo view a list of these facilities in the documentation, see\n[All colocation facilities](/network-connectivity/docs/interconnect/concepts/choosing-colocation-facilities).\n\nTo use the Google Cloud console or Google Cloud CLI to view a list of facilities,\nsee the following steps.\n\n#### Permissions required for this task\n\nTo perform this task, you must have been granted the following permissions\n*or* the following Identity and Access Management (IAM) roles.\n\n**Permissions**\n\n- `compute.interconnectLocations.list`\n- `compute.interconnectLocations.get`\n\n**Roles**\n\n- `roles/owner`\n- `roles/editor`\n- `roles/compute.networkAdmin` \n\n### Console\n\nYou can view a list of the colocation facilities when you order a\nDedicated Interconnect connection. You can filter the locations by city or\nfacility name.\n\nFor more information, see\n[Ordering a Dedicated Interconnect connection](/network-connectivity/docs/interconnect/how-to/dedicated/ordering-dedicated-interconnect).\n\n### gcloud\n\nList all the colocation facilities:\n\n\u003cbr /\u003e\n\n```\n gcloud compute interconnects locations list\n \n```\n\n\u003cbr /\u003e\n\nOutput: \n\n```\n NAME DESCRIPTION FACILITY_PROVIDER\n lhr-zone1-832 Equinix London Slough (LD5) Equinix\n nrt-zone1-599 ComSpace I Marubeni Access Solutions Inc.\n nrt-zone2-452 Equinix Tokyo (TY2) Equinix\n ...\n \n```\n\n\u003cbr /\u003e\n\nDescribe a location by providing a name to view the details of a facility,\nsuch as their physical address. The following example describes the\n`lhr-zone1-832` location:\n\n\u003cbr /\u003e\n\n```\n gcloud compute interconnects locations describe lhr-zone1-832\n \n```\n\n\u003cbr /\u003e\n\nOutput: \n\n```\n address: |-\n Equinix\n 8 Buckingham Avenue\n SLOUGH\n SL1 4AX\n United Kingdom\n availabilityZone: zone1\n availableFeatures:\n − IF_MACSEC\n availableLinkTypes:\n − LINK_TYPE_ETHERNET_10G_LR\n − LINK_TYPE_ETHERNET_100G_LR\n city: London\n continent: EUROPE\n creationTimestamp: '1969-12-31T16:00:00.000-08:00'\n description: Equinix London Slough (LD5)\n facilityProvider: Equinix\n facilityProviderFacilityId: LD5\n id: '1024'\n kind: compute#interconnectLocation\n name: lhr-zone1-832\n peeringdbFacilityId: '832'\n regionInfos:\n region: https://www.googleapis.com/compute/projects/test-project/regions/europe-west1\n selfLink: https://www.googleapis.com/compute/projects/test-project/global/interconnectLocations/lhr-zone1-832\n status: AVAILABLE\n \n```\n\n\u003cbr /\u003e\n\nWhat's next\n-----------\n\n- To create a Dedicated Interconnect connection, see the\n [Dedicated Interconnect provisioning overview](/network-connectivity/docs/interconnect/how-to/dedicated/provisioning-overview).\n\n- To learn more about Cloud Interconnect options, see the\n [Cloud Interconnect overview](/network-connectivity/docs/interconnect/concepts/overview).\n\n- To help you solve common issues that you might encounter when using\n Cloud Interconnect, see\n [Troubleshooting](/network-connectivity/docs/interconnect/support/troubleshooting)."]]