Exclui um domínio de multicast.
Descrição da operação
Antes de excluir um domínio de multicast, certifique-se de que os seguintes requisitos sejam atendidos:
-
O domínio de multicast não está associado a nenhum vSwitch. Para mais informações, consulte DisassociateTransitRouterMulticastDomain.
-
Não existe nenhuma origem ou membro de multicast no domínio de multicast. Para mais informações, consulte DeregisterTransitRouterMulticastGroupSources e DeregisterTransitRouterMulticastGroupMembers.
-
O domínio de multicast não está associado a outro domínio de multicast como membro. Para desassociar os domínios, exclua o membro do outro domínio de multicast. Para mais informações, consulte DeregisterTransitRouterMulticastGroupMembers.
-
Certifique-se de inserir os valores de parâmetro corretos ao chamar a operação. Se você inserir um valor de parâmetro incorreto, um ID de solicitação será retornado, mas o domínio de multicast não será excluído.
Experimente agora
Testar
Autorização RAM
|
Ação |
Nível de acesso |
Tipo de recurso |
Chave de condição |
Ação dependente |
|
cen:DeleteTransitRouterMulticastDomain |
delete |
*TransitRouterMulticastDomain
|
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. Gere um token em seu cliente para garantir que ele seja exclusivo entre diferentes solicitações. O token pode conter apenas caracteres ASCII. |
123e4567-e89b-12d3-a456-4266**** |
| TransitRouterMulticastDomainId |
string |
Sim |
O ID do domínio de multicast. |
tr-mcast-domain-40cwj0rgzgdtam**** |
| 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 |
Os parâmetros de resposta. |
||
| RequestId |
string |
O ID da solicitação. |
40194E53-2484-5831-BB53-E11D123C1A32 |
Exemplos
Resposta de sucesso
JSON formato
{
"RequestId": "40194E53-2484-5831-BB53-E11D123C1A32"
}
Códigos de erro
|
Código de status HTTP |
Código de erro |
Mensagem de erro |
Descrição |
|---|---|---|---|
| 400 | IncorrectStatus.MulticastDomain | The status of MulticastDomain is incorrect. | The error message returned because the status of the specified multicast domain does not support this operation. Try again later. |
| 400 | InstanceNotExist | The instance is not exist. | The error message returned because the specified instance does not exist. |
| 400 | IncorrectStatus.Cen | The status of Cen is incorrect. | The error message returned because the status of the specified CEN instance does not support this operation. Try again later. |
| 400 | IncorrectStatus.TransitRouter | The status of TransitRouter is incorrect. | The error message returned because the status of the transit router does not support this operation. Try again later. |
| 400 | InvalidOperation.MulticastDomainAssociationExist | Operation is invalid because multicast domain associations exist. | The error message returned because this operation is not supported when the multicast domain is associated with a resource. |
| 400 | InvalidOperation.MulticastGroupExist | Operation is invalid because multicast groups exist. | The error message returned because this operation is not supported when a multicast domain group exists. |
| 400 | InvalidOperation.MulticastDomainInGroup | Operation is invalid because multicast domain has registered as multicast group member. | The error message returned because the specified multicast domain is added to a multicast group as a multicast member. |
| 400 | DryRunOperation | Request validation has been passed with DryRun flag set. | The error message returned because the dry run request passed the precheck. |
| 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. |
Consulte Códigos de Erro para uma lista completa.
Notas de versão
Consulte Notas de Versão para uma lista completa.