Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Anda dapat melihat daftar semua koneksi Cross-Site Interconnect di
project Anda dan detail tentang setiap koneksi. Misalnya, Anda dapat melihat nama
setiap koneksi Cross-Site Interconnect, fasilitas kolokasi tempat koneksi berada, dan kapasitas koneksi.
Izin yang diperlukan untuk langkah ini
Untuk melakukan tugas ini, Anda harus sudah diberi izin berikut
atau peran Identity and Access Management (IAM) berikut.
Izin
compute.interconnects.list
compute.interconnects.get
Peran
(roles/owner) Pemilik
(roles/editor) Editor
Admin Jaringan Compute (roles/compute.networkAdmin)
Konsol
Di konsol Google Cloud , buka halaman Interconnect.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Sulit dipahami","hardToUnderstand","thumb-down"],["Informasi atau kode contoh salah","incorrectInformationOrSampleCode","thumb-down"],["Informasi/contoh yang saya butuhkan tidak ada","missingTheInformationSamplesINeed","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2025-09-04 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)."]]