Mantenha tudo organizado com as coleções
Salve e categorize o conteúdo com base nas suas preferências.
Veja uma lista de todas as conexões de interconexão dedicada no seu projeto e detalhes sobre cada uma delas. Por exemplo, é possível visualizar o nome de
cada interconexão dedicada a instalação de colocation onde ela está localizada
e a capacidade da conexão.
Permissões exigidas para a tarefa
Para executar esta tarefa, são necessárias as seguintes permissões ou papéis de Identity and Access Management (IAM).
Permissões
compute.interconnects.list
compute.interconnects.get
Papéis
roles/owner
roles/editor
roles/compute.networkAdmin
Console
No console do Google Cloud, acesse a guia Conexões
físicas do Cloud Interconnect.
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Informações incorretas ou exemplo de código","incorrectInformationOrSampleCode","thumb-down"],["Não contém as informações/amostras de que eu preciso","missingTheInformationSamplesINeed","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2025-04-21 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)."]]