Desassocia a tabela de rotas de um roteador de trânsito da edição Enterprise de uma lista de prefixos.
Descrição da operação
Após desassociar uma tabela de rotas de um roteador de trânsito da edição Enterprise de uma lista de prefixos, as rotas que apontam para os blocos CIDR na lista de prefixos são automaticamente removidas da tabela de rotas. Antes de desassociar a tabela de rotas de um roteador de trânsito da edição Enterprise de uma lista de prefixos, você deve migrar as cargas de trabalho que utilizam as rotas para evitar a interrupção dos serviços.
Experimente agora
Testar
Autorização RAM
|
Ação |
Nível de acesso |
Tipo de recurso |
Chave de condição |
Ação dependente |
|
cen:DeleteTransitRouterPrefixListAssociation |
delete |
*All Resource
|
Nenhuma | Nenhuma |
Parâmetros da solicitação
|
Parâmetro |
Tipo |
Obrigatório |
Descrição |
Exemplo |
| ClientToken |
string |
Não |
O token de cliente usado para garantir a idempotência da solicitação. Você pode usar o cliente para gerar o token, mas deve garantir que o token seja exclusivo em todas as solicitações. O token pode conter apenas caracteres ASCII. Nota
Se você não definir esse parâmetro, o ClientToken será definido com o valor de RequestId. O valor de RequestId para cada solicitação de API pode ser diferente. |
123e4567-e89b-12d3-a456-4266**** |
| RegionId |
string |
Sim |
O ID da região onde o roteador de trânsito está implantado. Você pode chamar a operação DescribeChildInstanceRegions para consultar a lista de regiões mais recente. |
cn-hangzhou |
| TransitRouterId |
string |
Sim |
O ID do roteador de trânsito. |
tr-6ehx7q2jze8ch5ji0**** |
| PrefixListId |
string |
Sim |
O ID da lista de prefixos. |
pl-6ehtn5kqxgeyy08fi**** |
| TransitRouterTableId |
string |
Sim |
O ID da tabela de rotas do roteador de trânsito. |
vtb-6ehgc262hr170qgyc**** |
| NextHop |
string |
Sim |
O ID do próximo salto. Nota
Se NextHopType estiver definido como BlackHole, você deve definir este parâmetro como BlackHole. |
tr-attach-flbq507rg2ckrj**** |
| NextHopType |
string |
Não |
O tipo do próximo salto. Valores válidos:
|
VPC |
| DryRun |
boolean |
Não |
Especifica se deve ser realizado apenas um dry run. Valores válidos:
|
false |
Elementos de resposta
|
Elemento |
Tipo |
Descrição |
Exemplo |
|
object |
A resposta. |
||
| RequestId |
string |
O ID da solicitação. |
835E7F4B-B380-4E0F-96A5-6EA572388047 |
Exemplos
Resposta de sucesso
JSON formato
{
"RequestId": "835E7F4B-B380-4E0F-96A5-6EA572388047"
}
Códigos de erro
|
Código de status HTTP |
Código de erro |
Mensagem de erro |
Descrição |
|---|---|---|---|
| 400 | NoPermission.AliyunServiceRolePolicyForCEN | You are not authorized to create the service linked role. Role Name: AliyunServiceRolePolicyForCEN. Service Name: cen.aliyuncs.com. Make sure that the user has been granted the ram:CreateServiceLinkedRole permission. | The error message returned because you do not have the permissions to create the service-linked role whose role name is AliyunServiceRolePolicyForCEN and service name is cen.aliyuncs.com. You must acquire the ram:CreateServiceLinkedRole permission before you can create the service-linked role. |
| 400 | ResourceNotFound.PrefixlistCidrs | Can not find any cidr of specified prefix list. | The error message returned because the specified prefix list does not contain a CIDR block. |
| 400 | ResourceNotFound.Nexthop | The specified nexthop instance is not exsit. | The error message returned because the specified next hop does not exist. |
| 400 | ResourceNotFound.PrefixlistAssociation | The prefix list is not associated with this route table. | |
| 400 | MultipleFound.PrefixlistAssociation | multiple same prefix association record found. | The error message returned because multiple configuration duplicates exist in the system. |
| 400 | InvalidStatus.PrefixlistAssociation | The prefix list association is not in a valid state for the operation. | The error message returned because the status of the specified prefix list does not support this operation. Try again later. |
| 400 | ResourceNotFound.PrefixList | The specified prefixlist does not found. | The error message returned because the specified prefix list does not exist. |
| 400 | OperationDenied.SystemPrefixList | SystemPrefixList can not be operated. | The error message returned because this operation is not supported by the system prefix list. |
| 400 | OperationFailed.OperateShareResource | Operate share prefixlist failed. | The error message returned because the specified prefix list failed to be shared. |
| 400 | InvalidStatus.Prefixlist | Prefixlist is not in a operate status. | The error message returned because the status of the specified prefix list does not support this operation. |
| 400 | IncorrectStatus.RouteTable | RouteTable status is invalid. | The error message returned because the operation is not supported when the specified route table is in an unstable state. |
| 400 | OperationFailed.TransitRouterNotExist | Operation failed because transit router not exist. | The error message returned because the specified transit router does not exist. |
| 400 | IncorrectStatus.TransitRouter | TransitRouter status is invalid. | The error message returned because the status of the transit router does not support this operation. Try again later. |
| 400 | IllegalParam.TransitRouterTableId | The specified Route Table ID is invalid. | The Route Table ID is invalid. |
| 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. |
| 404 | InvalidRouteTableId.NotFound | The specified RouteTableId is not found. | The specified route table ID does not exist. |
Consulte Códigos de Erro para uma lista completa.
Notas de versão
Consulte Notas de Versão para uma lista completa.