Mantenha tudo organizado com as coleções
Salve e categorize o conteúdo com base nas suas preferências.
Para desconectar a rede de nuvem privada virtual (VPC) e a local, você precisa excluir o anexo da VLAN para a conexão da Interconexão por parceiro. Fale com seu provedor de serviços para iniciar a exclusão. Dessa forma,
o faturamento do Google e do seu provedor de serviços são interrompidos ao mesmo tempo.
Se você excluir o
anexo da VLAN no Google Cloud primeiro, ele será excluído, e o Google deixará de cobrar
por ele. No entanto, o provedor de serviços pode não estar ciente dessa alteração e poderá continuar cobrando pela conexão. Entre em contato com o provedor para garantir que ele exclua a conexão e interrompa o faturamento.
Depois que o provedor desconectar o anexo da VLAN, o estado dele mudará para DEFUNCT e será possível excluí-lo. O Google e seu provedor de serviços interrompem o faturamento.
Console
No console do Google Cloud, acesse a guia Anexos
da VLAN do Cloud Interconnect.
Selecione o anexo da VLAN a ser excluído. Se seu provedor de serviços tiver desconectado o anexo, o status dele será Defunct. Se ele estiver em outro estado, ainda será possível excluir o anexo, mas você precisará entrar em contato com o provedor para garantir que eles estejam cientes dessa alteração.
Na página de detalhes do anexo da VLAN, clique em Excluir.
Clique em Excluir para confirmar.
gcloud
Descreva o anexo da VLAN para verificar se o provedor de serviços o desconectou, se ele fizeram isso, o estado do anexo é DEFUNCT.
Se o estado do anexo for outro, você ainda poderá excluir o anexo, mas entre em contato com o provedor de serviços para garantir que eles estejam cientes dessa alteração.
[[["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 2024-12-05 UTC."],[],[],null,["# Delete VLAN attachments\n\nTo disconnect your Virtual Private Cloud (VPC) network and on-premises network,\nyou must delete the VLAN attachment for the Partner Interconnect\nconnection. Work with your service provider to initiate the deletion. That way\nbilling by Google and your service provider stops at the same time.\n\nIf you delete the VLAN attachment in Google Cloud first, the attachment is\ndeleted and Google stops billing you for it. However, your service provider\nmight not be aware of this change and might continue to charge you for the\nconnection. Contact your service provider to ensure that they delete your\nconnection and stop billing you.\n\nAfter your service provider disconnects your VLAN attachment, the state of your\nattachment changes to `DEFUNCT`, and you can delete the attachment. Both Google\nand your service provider stop billing you. \n\n### Console\n\n1. In the Google Cloud console, go to the Cloud Interconnect **VLAN\n attachments** tab.\n\n [Go to VLAN attachments](https://console.cloud.google.com/hybrid/interconnects/list)\n2. Select the VLAN attachment to delete. If your service provider\n disconnected your attachment, its status is `Defunct`. If it's in\n any other state, you can still delete the attachment, but contact your\n service provider to make sure they're aware of this change.\n\n3. On the **VLAN attachment details** page, click **Delete**.\n\n4. Click **Delete** to confirm.\n\n### gcloud\n\n1. Describe the VLAN attachment to check whether your service provider\n disconnected it; if they did, the state of the attachment is `DEFUNCT`.\n If the state of the attachment is in any other state, you can still\n delete the attachment, but contact your service provider to make sure\n they're aware of this change.\n\n ```\n gcloud compute interconnects attachments describe my-attachment \\\n --region us-central1\n ```\n2. Delete the VLAN attachment:\n\n ```\n gcloud compute interconnects attachments delete my-attachment\n --region us-central1\n ```\n\nWhat's next\n-----------\n\n- To create a Partner Interconnect connection, see the\n [Partner Interconnect provisioning overview](/network-connectivity/docs/interconnect/how-to/partner/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 Partner Interconnect, see\n [Troubleshooting](/network-connectivity/docs/interconnect/support/troubleshooting#partner)."]]