Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Anda dapat melihat daftar semua koneksi Dedicated Interconnect di
project Anda dan detail tentang setiap koneksi. Misalnya, Anda dapat melihat nama
setiap koneksi Dedicated Interconnect, fasilitas kolokasi lokasi,
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
roles/editor
roles/compute.networkAdmin
Konsol
Di konsol Google Cloud , buka tab Koneksi
fisik Cloud 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-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)."]]