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 da interconexão entre locais no seu projeto e detalhes sobre cada uma delas. Por exemplo, é possível visualizar o nome de cada conexão do Cross-Site Interconnect, 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
Proprietário (roles/owner)
Editor (roles/editor)
Administrador de rede do Compute (roles/compute.networkAdmin)
Console
No console Google Cloud , acesse a página 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-08-12 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)."]]