Google Virtual Private Cloud(VPC) 네트워크와 Dedicated Interconnect 연결 간의 연결을 삭제하려면 관련 VLAN 연결(interconnectAttachment라고도 함)을 삭제합니다. 연결을 삭제하면 연결을 통해 VPC 네트워크와 온프레미스 네트워크 간에 트래픽을 전달할 수 없으며 연결을 사용하는 BGP 세션이 다운됩니다.
VLAN 연결을 삭제하면 VLAN 연결에 대한 요금 청구가 중지됩니다. 하지만 Dedicated Interconnect 연결을 통과하는 트래픽이 없더라도 Interconnect 연결에 대한 요금은 계속 청구됩니다.
이 태스크에 필요한 권한
이 태스크를 수행하려면 다음 권한 또는 다음 Identity and Access Management(IAM) 역할을 부여 받아야 합니다.
권한
compute.interconnectAttachments.delete
역할
roles/owner
roles/editor
roles/compute.networkAdmin
콘솔
Google Cloud 콘솔에서 Cloud Interconnect VLAN 연결 탭으로 이동합니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-09-08(UTC)"],[],[],null,["# Delete VLAN attachments\n\nTo remove a connection between a Google Virtual Private Cloud (VPC) network and a\nDedicated Interconnect connection, you delete the related VLAN\nattachment (also known as an `interconnectAttachment`). After you delete the\nattachment, no traffic can travel between the VPC network and\nyour on-premises network through the connection, and BGP sessions that use the\nattachment go down.\n\nBilling for the VLAN attachment stops when you delete it; however, you're still\nbilled for the Dedicated Interconnect connection, even if no\ntraffic is passing through it.\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.interconnectAttachments.delete`\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 **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.\n\n3. On the **VLAN attachment details** page, click **Delete**.\n\n4. Click **Delete** to confirm.\n\n### gcloud\n\nDelete attachments by providing the name of the attachment to delete: \n\n```\ngcloud compute interconnects attachments delete NAME\n```\n\nWhat's next\n-----------\n\n- To delete a Dedicated Interconnect connection, see [Delete\n connections](/network-connectivity/docs/interconnect/how-to/dedicated/deleting-interconnects).\n\n- To create a Dedicated Interconnect, see the\n [Dedicated Interconnect provisioning\n 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)."]]