Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Untuk memutuskan koneksi jaringan Virtual Private Cloud (VPC) dan jaringan lokal,
Anda harus menghapus lampiran VLAN untuk koneksi Partner
Interconnect. Bekerjasama dengan penyedia layanan Anda untuk memulai proses penghapusan. Dengan demikian,
penagihan oleh Google dan penyedia layanan Anda berhenti secara bersamaan.
Jika Anda menghapus lampiran VLAN di Google Cloud terlebih dahulu, lampiran tersebut
akan dihapus dan Google akan berhenti menagih Anda. Namun, penyedia layanan Anda
mungkin tidak mengetahui perubahan ini dan mungkin tetap mengenakan biaya untuk
koneksi tersebut. Hubungi penyedia layanan Anda untuk memastikan bahwa mereka menghapus
koneksi dan berhenti menagih Anda.
Setelah penyedia layanan memutuskan sambungan lampiran VLAN Anda, status
lampiran akan berubah menjadi DEFUNCT, dan Anda dapat menghapus lampiran tersebut. Google
dan penyedia layanan akan berhenti menagih Anda.
Konsol
Di konsol Google Cloud , buka tab lampiran
VLAN Cloud Interconnect.
Pilih lampiran VLAN yang akan dihapus. Jika penyedia layanan
memutuskan sambungan lampiran Anda, statusnya adalah Defunct. Jika dalam
status lain, Anda masih dapat menghapus lampiran, tetapi hubungi
penyedia layanan Anda untuk memastikan mereka mengetahui perubahan ini.
Di halaman Detail lampiran VLAN, klik Hapus.
Klik Hapus untuk mengonfirmasi.
gcloud
Deskripsikan lampiran VLAN untuk memeriksa apakah penyedia layanan Anda
memutuskannya; jika ya, status lampirannya adalah DEFUNCT.
Jika status lampiran berada dalam status lain, Anda tetap dapat
menghapus lampiran, tetapi hubungi penyedia layanan untuk memastikan
mereka mengetahui perubahan ini.
[[["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,["# 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)."]]