Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Sie können eine Liste aller standortübergreifenden Interconnect-Verbindungen in Ihrem Projekt und Details zu diesen Verbindungen aufrufen. Beispielsweise können Sie den Namen jeder Cross-Site 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).
[[["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-09-05 (UTC)."],[],[],null,["# View connection details\n\nYou can view a list of all the Cross-Site Interconnect connections in\nyour project and details about each one. For example, you can view the name of\neach Cross-Site Interconnect connection, the colocation facility in which it's located, and the capacity of the connection.\n|\n| **Preview**\n|\n|\n| This product is subject to the \"Pre-GA Offerings Terms\" in the General Service Terms section\n| of the [Service Specific Terms](/terms/service-terms#1).\n|\n| Pre-GA products are available \"as is\" and might have limited support.\n|\n| For more information, see the\n| [launch stage descriptions](/products#product-launch-stages).\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- Owner (`roles/owner`)\n- Editor (`roles/editor`)\n- Compute Network Admin (`roles/compute.networkAdmin`) \n\n### Console\n\n1. In the Google Cloud console, go to the **Interconnect** page.\n\n\n [Go to Interconnect](https://console.cloud.google.com/hybrid/interconnects/list)\n\n \u003cbr /\u003e\n\n2. On the **Physical connections** tab, select the\n Cross-Site Interconnect connection to view its details.\n\n### gcloud\n\n1. List all Cross-Site Interconnect connections that are in your project:\n\n ```\n gcloud beta compute interconnects list \\\n --filter \"requestedFeatures: (IF_CROSS_SITE_NETWORK) OR availableFeatures: (IF_CROSS_SITE_NETWORK)\"\n ```\n2. Describe a connection to view more information about it:\n\n ```\n gcloud beta compute interconnects describe CONNECTION_NAME\n ```\n\n Replace \u003cvar translate=\"no\"\u003eCONNECTION_NAME\u003c/var\u003e with the name of the\n Cross-Site Interconnect connection that you want to view.\n\nWhat's next\n-----------\n\n- To create a Cross-Site Interconnect connection, see the\n [Cross-Site Interconnect provisioning overview](/network-connectivity/docs/interconnect/how-to/cross-site/provisioning-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)."]]