[[["易于理解","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,["# View connection details\n\nYou can view a list of all the Dedicated Interconnect connections in\nyour project and details about each one. For example, you can view the name of\neach Dedicated Interconnect connection, the colocation facility in which it's located,\nand the capacity of the connection.\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.interconnects.list`\n- `compute.interconnects.get`\n\n**Roles**\n\n- `roles/owner`\n- `roles/editor`\n- `roles/compute.networkAdmin` \n\n### Console\n\n1. In the Google Cloud console, go to the Cloud Interconnect **Physical\n connections** tab.\n\n [Go to Physical connections](https://console.cloud.google.com/hybrid/interconnects/list?tab=interconnects)\n2. Select the Dedicated Interconnect connection to view its details.\n\n### gcloud\n\n1. List all Dedicated Interconnect connections that are in your project:\n\n ```\n gcloud compute interconnects list\n ```\n\n Output: \n\n ```\n NAME LOCATION OPERATIONAL_STATUS ADMIN_ENABLED\n my-interconnect sin-zone1-388 ACTIVE True\n ...\n ```\n\n \u003cbr /\u003e\n\n2. Describe a connection to view more information about it by passing\n the name of the connection:\n\n ```\n gcloud compute interconnects describe my-interconnect\n ```\n\n Output: \n\n ```\n adminEnabled: true\n availableFeatures:\n ‐ IF_MACSEC\n creationTimestamp: '2017-08-13T20:26:05.783-07:00'\n description: test interconnect\n googleIpAddress: 169.254.123.122/29\n googleReferenceId: '12345678'\n id: '1234567890123456789'\n interconnectType: DEDICATED\n kind: compute#interconnect\n linkType: ETHERNET_10G_LR\n location:\n https://www.googleapis.com/compute/....../sin-zone1-388\n name: my-interconnect\n operationalStatus: ACTIVE\n peerIpAddress: 169.254.123.123/29\n provisionedLinkCount: 1\n requestedLinkCount: 1\n requestedFeatures:\n ‐ IF_MACSEC\n selfLink:\n https://www.googleapis.com/compute/....../my-interconnect\n ```\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)."]]