Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Sie können eine Liste aller Dedicated Interconnect-Verbindungen in Ihrem Projekt und Details zu diesen Verbindungen aufrufen. Beispielsweise können Sie den Namen jeder Dedicated Interconnect-Verbindung, die Colocations-Einrichtung, in der sie sich befindet, und die Kapazität der Verbindung aufrufen.
Erforderliche Berechtigungen für diese Aufgabe
Zum Ausführen dieser Aufgabe benötigen Sie die folgenden Berechtigungen oder die folgenden IAM-Rollen (Identity and Access Management).
Berechtigungen
compute.interconnects.list
compute.interconnects.get
Rollen
roles/owner
roles/editor
roles/compute.networkAdmin
Console
Rufen Sie in der Google Cloud Console den Tab Physische Verbindungen für Cloud Interconnect auf.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-08-12 (UTC)."],[],[],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)."]]