Menghapus koneksi virtual border router (VBR) untuk Router transit Edisi Perusahaan.
Deskripsi operasi
The DeleteTransitRouterVbrAttachment operation is asynchronous. The system returns a RequestId, while running the deletion task in the background. You can call the ListTransitRouterVbrAttachments operation to query the status of the VBR connection.
-
When the VBR connection is in the Detaching state, the VBR is being deleted. You can only query the VBR connection but cannot perform other operations.
-
If a VBR connection cannot be found, the VBR connection is deleted.
Before you call the DeleteTransitRouterVbrAttachment operation, make sure that all request parameters are valid. If a parameter is invalid, the system returns a request ID and does not delete the VBR connection.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
cen:DeleteTransitRouterVbrAttachment |
*TransitRouterVbrAttachment
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| ClientToken |
string |
No |
Token klien yang digunakan untuk memastikan idempotensi permintaan. Gunakan Klien untuk menghasilkan token, tetapi Anda harus memastikan bahwa token tersebut unik di antara permintaan. Token hanya dapat berisi karakter ASCII. Catatan
Jika dikosongkan, sistem secara otomatis menggunakan RequestId sebagai ClientToken. RequestId berbeda untuk setiap permintaan API. |
02fb3da4-130e-11e9-8e44-001**** |
| TransitRouterAttachmentId |
string |
Yes |
ID koneksi VBR. |
tr-attach-9nlnjv7by7n7a**** |
| DryRun |
boolean |
No |
Apakah akan menjalankan dry run untuk memeriksa izin dan status Instans. Nilai valid:
|
false |
| Force |
boolean |
No |
Apakah akan menghapus koneksi VBR secara paksa. Nilai valid:
|
false |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
The returned result. |
||
| RequestId |
string |
The request ID. |
3EDA94DE-0AE5-41FC-A91E-7170E408E0FD |
Contoh
Respons sukses
JSONformat
{
"RequestId": "3EDA94DE-0AE5-41FC-A91E-7170E408E0FD"
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | OperationFailed.RouteTableAssociationExist | Operation failed because TransitRouterRouteTable exists | |
| 400 | OperationFailed.RouteEntryExist | Operation failed because the TransitRouterAttachment exists in RouteTable. | |
| 400 | OperationFailed.RouteTablePropagationExist | The specified TransitRouterAttachment has configured RouteTablePropagation. Please remove the configuration first. | |
| 400 | OperationFailed.VbrAttachedVbrHa | The operation is failed because of VbrAttachedVbrHa. | |
| 400 | OperationFailed.FlowLogExistOrNisOpened | Operation failed because FlowLog exists or Nis opened. | |
| 400 | OperationUnsupported.TransitRouterType | The specified TransitRouterType does not support the operation. | |
| 400 | InstanceReferenced.VpcRouteEntry | The specified attachment is referenced by vpc route entry. | |
| 400 | OperationFailed.NotSupportForceDelete | Not support force delete attachment. | |
| 400 | InvalidTransitRouterAttachmentId.NotFound | The TransitRouterAttachmentId is not found. | |
| 400 | OperationFailed.PrefixListExist | Operation failed because PrefixList exists. | |
| 400 | OperationFailed.VbrWithAllowPrefixes | Operation failed because allow prefixes referenced by vbr exists. | |
| 400 | InvalidParameter | Invalid parameter. | |
| 400 | Unauthorized | The AccessKeyId is unauthorized. | |
| 400 | InstanceReferenced.VbrRouteEntry | Operation is failed because there is at least one route entry which next hop is the specified attachment. | |
| 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.