Menghapus koneksi Virtual Private Cloud (VPC) dari Router transit edisi perusahaan.
Deskripsi operasi
DeleteTransitRouterVpcAttachment adalah operasi asinkron. Setelah Anda mengirim permintaan, sistem akan mengembalikan request ID dan menjalankan tugas di latar belakang. Anda dapat memanggil operasi ListTransitRouterVpcAttachments untuk mengkueri status koneksi VPC.
Jika koneksi VPC berada dalam status Detaching, koneksi tersebut sedang dalam proses penghapusan. Anda masih dapat mengkuerinya, tetapi tidak dapat melakukan operasi lain.
Jika koneksi VPC tidak ditemukan, artinya koneksi tersebut telah berhasil dihapus.
Prasyarat
Sebelum menghapus koneksi VPC, pastikan persyaratan berikut terpenuhi:
Tidak ada korelasi forwarding yang terkait antara koneksi VPC dan tabel rute Router transit edisi perusahaan. Untuk informasi selengkapnya tentang cara menghapus korelasi forwarding tersebut, lihat DissociateTransitRouterAttachmentFromRouteTable.
Tidak ada korelasi pembelajaran rute yang terkait antara koneksi VPC dan tabel rute Router transit edisi perusahaan. Untuk informasi selengkapnya tentang cara menghapus korelasi pembelajaran rute, lihat DisableTransitRouterRouteTablePropagation.
Tabel rute VPC tidak berisi rute yang mengarah ke koneksi VPC. Untuk informasi selengkapnya tentang cara menghapus rute dari tabel rute VPC, lihat DeleteRouteEntry.
Tabel rute Router transit edisi perusahaan tidak berisi entri rute kustom dengan lompatan berikutnya (next hop) berupa koneksi instans jaringan. Untuk informasi selengkapnya tentang cara menghapus rute kustom dari tabel rute Router transit edisi perusahaan, lihat DeleteTransitRouterRouteEntry.
Tabel rute Router transit edisi perusahaan tidak berisi rute yang dihasilkan dari daftar prefiks (prefix list) dengan lompatan berikutnya (next hop) berupa koneksi VPC. Anda dapat menghapus rute semacam ini dengan memutuskan asosiasi tabel rute dari daftar prefiks. Untuk informasi selengkapnya, lihat DeleteTransitRouterPrefixListAssociation.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
cen:DeleteTransitRouterVpcAttachment |
delete |
*TransitRouterVpcAttachment
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| ClientToken |
string |
No |
Token client yang digunakan untuk memastikan idempotensi permintaan. Anda dapat menggunakan client untuk menghasilkan token, tetapi Anda harus memastikan bahwa token tersebut unik di antara semua permintaan. Token hanya boleh berisi karakter ASCII. Catatan
Jika Anda tidak mengatur parameter ini, ClientToken akan diatur ke nilai RequestId. Nilai RequestId untuk setiap permintaan API mungkin berbeda. |
02fb3da4-130e-11e9-8e44-001**** |
| TransitRouterAttachmentId |
string |
Yes |
ID koneksi VPC. |
tr-attach-ia340z7xis7t5s**** |
| DryRun |
boolean |
No |
Menentukan apakah akan melakukan dry run. Nilai default:
|
false |
| Force |
boolean |
No |
Menentukan apakah akan menghapus koneksi VPC secara paksa. Nilai yang valid:
|
false |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
Respons. |
||
| RequestId |
string |
ID permintaan. |
7E61D334-4025-41EF-9145-FC327B35301D |
Contoh
Respons sukses
JSONformat
{
"RequestId": "7E61D334-4025-41EF-9145-FC327B35301D"
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | OperationFailed.AttachmentReferencedVpcRouteEntryExisted | Operation is failed because there is at least one route entry which next hop is the specified attachment. | The error message returned because this operation is not supported when a route points to an attachment. |
| 400 | OperationFailed.RouteTablePropagationExist | The specified TransitRouterAttachment has configured RouteTablePropagation. Please remove the configuration first. | The error message returned because you cannot perform the operation when a route learning correlation is configured for the network instance connection. Disassociate from the route learning correlation and try again. |
| 400 | OperationFailed.MulticastDomainAssociationExist | The specified TransitRouterAttachment has configured MulticastDomainAssociation. Please remove the configuration first. | The error message returned because the specified transit router attachment (TransitRouterAttachment) is added to a multicast domain. Remove the attachment from the multicast domain and try again. |
| 400 | OperationUnsupported.TransitRouterType | The specified TransitRouterType does not support the operation. | The error message returned because this operation is not supported by the specified type of transit router. |
| 400 | OperationFailed.PrefixListExist | Operation failed because PrefixList exists. | The error message returned because a prefix list exists. |
| 400 | InvalidTransitRouterAttachmentId.NotFound | TransitRouterAttachmentId is not found. | The error message returned because the ID of the network instance does not exist. |
| 400 | IncorrectStatus.VpcRouteEntry | The resource is not in a valid state for the attachment operation. | The error message returned because the status of the VPC route entry does not support this operation. Try again later. |
| 400 | IncorrectStatus.VpcSwitch | The resource is not in a valid state for the attachment operation. | The error message returned because the status of the vSwitch does not support this operation. Try again later. |
| 400 | IncorrectStatus.Vpc | The resource is not in a valid state for the operation. | The error message returned because the status of the VPC does not support this operation. Try again later. |
| 400 | OperationFailed.NotSupportForceDelete | Not support force delete attachment. | The error message returned because the specified resource cannot be forcefully deleted. |
| 400 | IncorrectStatus.VpcRouteTable | The VPC route table is not in a desired state. | The error message returned because the VPC route table is in an unstable state. Try again later. |
| 400 | OperationFailed.RouteEntryExist | Failed to delete the instance because a route table entry points to the instance. | Failed to delete the instance because one or more routes point to the instance. Delete the routes and try again. |
| 400 | OperationFailed.RouteTableAssociationExist | Operation failed because there is associated routing table. | The network connection deletion failed because there is an associated routing table. |
| 400 | IncorrectStatus.VpcResource | The resource is not in a valid state for the attachment operation. | The error message returned because this operation is not supported when the specified VPC is in an unstable state. Wait until all operations related to the VPC are completed. |
| 400 | OperationFailed.FlowLogExistOrNisOpened | Operation failed because FlowLog exists or Nis opened. | The error message returned because this operation is not supported when a flow log exists or the NIS service is activated. |
| 400 | InvalidParameter | Invalid parameter. | The error message returned because the parameter is set to an invalid value. |
| 400 | Unauthorized | The AccessKeyId is unauthorized. | The error message returned because you do not have the permissions to perform this operation. |
| 400 | OperationNotPermitted.AttachmentManagedByCloudService | The specified Attachment managed by cloud service can only be deleted through cloud service. |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.