Tous les produits
Search
Centre de documentation

Virtual Private Cloud:CreateRouteEntry

Dernière mise à jour :Aug 18, 2026

Crée une entrée de route personnalisée sur un vRouter VPC ou un routeur de bordure virtuel (VBR).

Description de l'opération

  • CreateRouteEntry est une opération asynchrone. Après avoir appelé cette opération, le système renvoie un identifiant d'instance, mais l'entrée de route personnalisée n'a pas encore été ajoutée. Le système exécute toujours la tâche en arrière-plan. Vous pouvez appeler DescribeRouteEntryList pour interroger l'état de l'entrée de route personnalisée :

Testez maintenant

Testez cette API dans OpenAPI Explorer, sans signature manuelle. Les appels réussis génèrent automatiquement du code SDK correspondant à vos paramètres. Téléchargez-le avec une sécurité intégrée des identifiants pour une utilisation locale. Testez cette API dans OpenAPI Explorer, sans signature manuelle. Les appels réussis génèrent automatiquement du code SDK correspondant à vos paramètres. Téléchargez-le avec une sécurité intégrée des identifiants pour une utilisation locale.

Test

Autorisation RAM

Le tableau ci-dessous décrit les autorisations nécessaires pour appeler cette API. Vous pouvez les définir dans une politique Resource Access Management (RAM). Les colonnes du tableau sont détaillées ci-dessous :

  • Action : les actions peuvent être utilisées dans l'élément Action des instructions de politique de permissions RAM pour accorder les autorisations nécessaires à l'exécution de l'opération.

  • API : l'API que vous pouvez appeler pour exécuter l'action.

  • Niveau d'accès : le niveau d'accès prédéfini accordé pour chaque API. Valeurs valides : create, list, get, update et delete.

  • Type de ressource : le type de ressource qui prend en charge l'autorisation pour exécuter l'action. Il indique si l'action prend en charge les permissions au niveau de la ressource. La ressource spécifiée doit être compatible avec l'action. Sinon, la politique sera inefficace.

    • Pour les API avec permissions au niveau de la ressource, les types de ressource requis sont marqués d'un astérisque (*). Spécifiez l'Alibaba Cloud Resource Name (ARN) correspondant dans l'élément Resource de la politique.

    • Pour les API sans permissions au niveau de la ressource, la valeur All Resources est affichée. Utilisez un astérisque (*) dans l'élément Resource de la politique.

  • Clé de condition : les clés de condition définies par le service. La clé permet un contrôle granulaire, applicable aux actions seules ou aux actions associées à des ressources spécifiques. En plus des clés de condition propres au service, Alibaba Cloud fournit un ensemble de clés de condition communes applicables à tous les services pris en charge par RAM.

  • Action dépendante : les actions dépendantes requises pour exécuter l'action. Pour mener à bien l'opération, l'utilisateur RAM ou le rôle RAM doit disposer des permissions pour toutes les actions dépendantes.

vpc:CreateRouteEntry

create

*RouteTable

acs:vpc:{#regionId}:{#accountId}:routetable/{#RouteTableId}

Aucune Aucune

Paramètres de requête

Paramètre

Type

Requis

Description

Exemple

RegionId

string

Non

L'identifiant de la région de la table de routage.

Vous pouvez appeler l'opération DescribeRegions pour obtenir l'identifiant de la région.

cn-hangzhou

RouteTableId

string

Oui

L'identifiant de la table de route à laquelle vous souhaitez ajouter une entrée de route personnalisée.

vtb-bp145q7glnuzd****

DestinationCidrBlock

string

Oui

Le bloc CIDR de destination de l'entrée de route personnalisée. Les blocs CIDR IPv4, les blocs CIDR IPv6, les blocs CIDR de destination des listes de préfixes et les identifiants d'instance des listes de préfixes sont pris en charge. Les exigences suivantes doivent être respectées :

  • Le bloc CIDR de destination ne peut pas pointer vers 100.64.0.0/10 ni être inclus dans 100.64.0.0/10.

  • Les blocs CIDR de destination des différentes entrées de route d'une même table de route doivent être uniques.

192.168.0.0/24

NextHopId

string

Non

L'identifiant de l'instance de saut suivant de l'entrée de route personnalisée.

Remarque

Si vous définissez NextHopType sur ECR, vous pouvez appeler l'opération DescribeExpressConnectRouterAssociation pour obtenir l'AssociationId comme identifiant du saut suivant.

i-j6c2fp57q8rr4jlu****

ClientToken

string

Non

Le jeton client utilisé pour garantir l'idempotence de la requête.

Vous pouvez utiliser le client pour générer le jeton, mais vous devez vous assurer que ce jeton est unique pour les différentes requêtes. Le jeton ne peut contenir que des caractères ASCII.

Remarque

Si vous ne spécifiez pas ce paramètre, le système utilise automatiquement le RequestId de la requête API comme ClientToken. Le RequestId peut être différent pour chaque requête API.

02fb3da4-130e-11e9-8e44-001****

RouteEntryName

string

Non

Le nom de l'entrée de routage personnalisée à ajouter.

Le nom doit comporter entre 1 et 128 caractères et ne peut pas commencer par http:// ou https://.

test

Description

string

Non

La description de l'entrée de route personnalisée.

La description doit comporter de 1 à 256 caractères et ne peut pas commencer par http:// ou https://.

test

NextHopType

string

Non

Le type de saut suivant pour l'entrée de route personnalisée. Valeurs valides :

  • Instance (par défaut) : instance ECS.

  • HaVip : adresse IP virtuelle haute disponibilité.

  • RouterInterface : interface de vRouter.

  • NetworkInterface : contrôleur d'interface réseau (NIC).

  • VpnGateway : passerelle VPN.

  • IPv6Gateway : passerelle IPv6.

  • NatGateway : passerelle NAT.

  • Attachment : routeur de transit.

  • VpcPeer : connexion d'appairage de VPC.

  • Ipv4Gateway : passerelle IPv4.

  • GatewayEndpoint : point de terminaison de passerelle.

  • Ecr : Express Connect Router (ECR).

  • GatewayLoadBalancerEndpoint : point de terminaison d'équilibreur de charge de passerelle (GWLBe).

  • RouteTargetGroup : groupe de cibles de route personnalisé.

Valeurs valides :

  • HaVip :

    HaVip.

  • VpnGateway :

    VpnGateway.

  • RouteTargetGroup :

    RouteTargetGroup.

  • GatewayLoadBalancerEndpoint :

    GatewayLoadBalancerEndpoint.

  • VpcPeer :

    VpcPeer.

  • Instance :

    Instance.

  • NetworkInterface :

    NetworkInterface.

  • NatGateway :

    NatGateway.

  • Attachment :

    Attachment.

  • Ipv4Gateway :

    Ipv4Gateway.

  • GatewayEndpoint :

    GatewayEndpoint.

  • Ecr :

    Ecr.

  • RouterInterface :

    RouterInterface.

  • IPv6Gateway :

    IPv6Gateway.

RouterInterface

NextHopList

array<object>

Non

Les informations sur les sauts suivants.

object

Non

Les informations sur les sauts suivants.

NextHopId

string

Non

L'identifiant de l'instance de saut suivant de la route ECMP.

ri-2zeo3xzyf3cd8r4****

Weight

integer

Non

Le poids du saut suivant de la route ECMP.

10

NextHopType

string

Non

Le type de saut suivant pour la route ECMP. Définissez la valeur sur RouterInterface (interface de routeur).

RouterInterface

DryRun

boolean

Non

Indique si un test à blanc doit être effectué. Valeurs valides :\n- true : effectue un test à blanc. Le système vérifie les paramètres requis, le format de la requête et les restrictions métier. Si la vérification échoue, l'erreur correspondante est renvoyée. Si la vérification réussit, le code d'erreur DryRunOperation est renvoyé.\n- false (par défaut) : envoie une requête normale. Si la vérification réussit, un code d'état HTTP 2xx est renvoyé et la route est créée.

false

Éléments de réponse

Élément

Type

Description

Exemple

object

L'identifiant de l'entrée de route personnalisée.

RouteEntryId

string

L'identifiant de l'entrée de route personnalisée.

rte-sn6vjkioxte1gz83z****

RequestId

string

L'identifiant de la requête.

0ED8D006-F706-4D23-88ED-E11ED28DCAC0

Exemples

JSON format

{
  "RouteEntryId": "rte-sn6vjkioxte1gz83z****",
  "RequestId": "0ED8D006-F706-4D23-88ED-E11ED28DCAC0"
}

Codes d'erreur

Code de statut HTTP

Code d'erreur

Message d'erreur

Description

400 IllegalParam.CidrBlock The specified CidrBlock is illegal. The operation failed because CidrBlock is set to an invalid value.
400 QuotaExceeded Route entry quota exceeded in this route table.
400 MissingParameter Miss mandatory parameter.
400 InvalidCidrBlock.Malformed Specified CIDR block is not valid.
400 InvalidCIDRBlock.Duplicate Specified CIDR block is already exists.
400 IncorrectVpcStatus Current VPC status does not support this operation.
400 IncorrectInstanceStatus Current instance status does not support this operation.
400 IncorrectRouteEntryStatus Some route entry status blocked this operation.
400 IncorrectVSwitchStatus The current virtual switch status does not support this operation. The error message returned because the vSwitch is in the Pending state and cannot be deleted.
400 InvalidCidrBlock Specified CIDR block is not valid. Possible reasons for error reporting: 1. You are not in the whitelist of the 10.0.0.0/8 CIDR block and cannot use this CIDR block. 2. The target CIDR block of the added custom route cannot belong to the CIDR block of all vSwitches under the same VPC. 3. Because 100.64.0.0/10 is a cloud service address, you cannot add this CIDR block to point to the IDC under the cloud. 4. Except for 100.64.0.0/10, the detailed route network segments such as 100.64.0.0/11 and 100.96.0.0/11 cannot be used in the IDC under the cloud.
400 InvalidNextHop.NotFound Specified next hop does not exist.
400 InvalidVRouter.NotFound vRouter not exists.
400 InvalidVPC.NotFound vpc not exists.
400 InvalidNexthopTypeAndList.BothNull both nexthopType and nextHopList are null.
400 InvalidNexthopTypeAndList.BothNotNull both nexthopType and nextHopList are not null.
400 InvalidRouterInterface invalid router interface.
400 InvalidOppositeRouterType nexthop list cannot only contain router interface whose opposite router interface is on vbr.
400 InvalidNexthopListSize nexthop size is illegal. Must be between 2 and 4. You must specify two to four router interfaces as next hops.
400 InvalidEntryRuleQuota.NotFound Route entry quota rule not exists.
400 Forbidden.CheckEntryRuleQuota Route entry quota rule check error.
400 InvalidVBRStatus invalid virtual border router status.
400 InvalidPhysicalConnectionBusinessStatus invalid physical connection business status.
400 InvalidRouterType Cannot specify nexthop list in vbr's route table. The specified next hop does not exist in the VBR routing table
400 IncorrectHaVipStatus This operation is denied because satus of the specified HaVip is neither Available nor InUse. You cannot perform the operation when the specified HAVIP is in the Available or InUse state.
400 CountLimitExceed.HaVipRouteEntry The count of route entry to HaVip in one route table is exceeded. The number of routes that point to the HAVIP in a route table exceeds the upper limit.
400 InvalidRouteEntry.Duplicate The route entry already exist.
400 InvalidParam The Ecmp routerEntry with router interfaces local vgw vip not match.
400 INVALID_WEIGHT_PARAM Specified value of weight invalid
400 FORBIDDEN_USE_VPC_AS_INTERNET_GATEWAY The Specified CIDR must be in vpc CIDR.
400 InvalidNexthop The Specified nexthop illegal.
400 INVALID_VPC_ID The Specified VpcId not match. The specified VPC does not exist.
400 InvalidRouteEntrySize The Specified routerEntry size not legal. You must specify two to four router interfaces as next hops if you want to configure ECMP routing.
400 TaskConflict The operation is too frequent, please wait a moment and try again. Your requests are too frequent. Try again later.
400 InvalidRouteEntry Specified routeEntry not exist.
400 InvalidDestinationCidrBlock The specified destinationCidrBlock must not included in black list cidr.
400 Forbidden.VRouterNotFound Specified virtual switch is not found during access authentication.
400 DefaultValidate.Error validte fail.
400 Region.NotSupport The specified region does not currently support nextHopType for networkInterface
400 OperationFailed.NotifyCenCreate Failed to notify cen when create route entry.
400 Forbidden.PrivateIpNotFound Private ip address not exist.
400 OperationUnsupported.InactiveMode Vpc multi scope route only support active standby.
400 InvalidRouteEntryName.Malformed Specified RouteEntry name is not valid. The new name of the route is invalid.
400 IncorrectStatus.MultiScopeRiRouteEntry MultiScope ri status must not in idle.
400 OperationUnsupported.MoreThanOneVpnOrHavip MultiScope can not support more than one vpn/havip.
400 OperationUnsupported.EcmpRiTypeOrNumber Emcp entry not supported if vpc-vbr or vbr-vlan ri does not exist.
400 Duplicated.VpcNextHop Route entry nexthop duplicate. Duplicate next hops are specified.
400 OperationUnsupported.SubRouteTableECMP Vpc subRouteTable don't support ecmp or multiScope.
400 InvalidNexthop.NotFound VRouterEntry nexthop does not exist.
400 IllegalParam.NextHopId Instance not exists or not vpc vm.
400 QuotaExceeded.HaVipRouteEntry Vpc havip route entry quota exceed.
400 InvalidNexthop.DirectEni The direct Eni cannot be nexthop. An ENI in cut-through mode cannot be specified as a next hop.
400 OperationFailed.InvalidNexthop vpc multi scope route must has a enable nexthop.
400 OperationFailed.NotifyCenDelete Failed to notify cen when delete route entry.
400 InvalidNatGateway.NotFound Natgateway not exist.
400 OperationFailed.CxpRouteExist Cxp route alreay existed.
400 OperationFailed.GetEniInfo Failed to get networkInterface info.
400 OperationUnsupported.InvalidRouterInterfaceType Only vpc vbr interface support ecmp route.
400 InvalidHaVip.NotFound The specified HaVip does not exist in the specified region.
400 OperationFailed.MultiScopeType The specified nexthop type is not support in multiScope.
400 OperationFailed.DistibuteLock Distibute lock fail. The operation is locked by another request;
400 QuotaExceeded.VpnRouteEntry Vpn route entry quota exceeded. The system failed to create the route because the number of routes in the VPN gateway route table has reached the upper limit.
400 InvalidAttachment.NotFound The attachment is not found. The specified transit router does not exist.
400 OperationFailed.ActiveNetworkInterfaceNotFound No active network interface is found on the attachment. No ENI is available on the specified transit router.
400 InvalidNetworkInterface.NotFound The network interface is not found on the attachment. No ENI is associated with the specified transit router.
400 OperationFailed.QueryAttachmentInfo Failed to query attachment information. The system fails to query the transit router.
400 IllegalParam.AttachmentId The attachment is invalid. The specified transit router is invalid.
400 OperationFailed.NotSupportIPV6 The specified next hop does not support IPv6. The specified next hop does not support IPv6.
400 IncorrectStatus.Ipv6Address The IPv6 address of the specified next hop is being assigned or deleted. The IPv6 address that is specified as the next hop is being created or being deleted.
400 OperationUnsupported.Ipv6EntryOnPrimaryNetworkInterface You cannot create IPv6 route entries on a primary network interface. You cannot create an IPv6 route whose next hop is a primary ENI.
400 OperationUnsupported.SpecifyIpOnIpv6Entry You cannot specify the private IP address when you create IPv6 route entries. You cannot specify a private IPv6 address as the destination CIDR block.
400 OperationUnsupported.MutipleIpv6Address You cannot specify a next hop that has bound multiple IPv6 addresses. You cannot specify a next hop that is assigned multiple IPv6 addresses.
400 OperationDenied.Ipv6EntryOnCustomTable You cannot create any IPv6 route entry on a custom route table. Creating IPv6 routes on a custom route table is not allowed.
400 OperationDenied.CloudBoxVbrEntryAllowedInCustomRouteTable The operation is not allowed because only the custom routing table can add a routing entry with the next hop pointing to the cloud box type VBR. The operation is prohibited because only custom route tables can add route entries with the next hop pointing to a CloudBox-type VBR.
400 OperationDenied.RouteTableAssociateNotCloudBoxVSwitch The operation is not allowed because of the routing table is bound to a non-cloud box type vswitch, and routing entries pointing to the cloud box VBR cannot be added. The operation is not allowed because the route table is associated with a non-CloudBox vSwitch. You cannot add routes that point to VBRs of the CloudBox instance.
400 OperationDenied.VbrMisMatchCloudBox The operation is not allowed because the routing table is bound to a cloud box vswitch, and routing entries pointing to other cloud box VBRs cannot be added. The operation failed because the route table is associated with the vSwitch of a CloudBox instance. You cannot add routes that point to VBRs of other CloudBox instances.
400 OperationDenied.VbrIdle The operation is not allowed because the next hop of the added routing entry is a VBR type RI at the opposite end, which cannot be in an idle state. The operation failed because the next hop of the added route is a router interface whose peer device is a VBR, and the VBR must not be in the Idle state.
400 OperationDenied.RouterInterfaceToDifferentVpc The operation is not allowed because the router interface is connected to different VPCs. The operation failed because the router interfaces point to different VPCs.
400 OperationDenied.RouterInterfaceFromDifferentZones The operation is not allowed because the router interface resides in different zones. The specified operation is prohibited because the router interfaces are in different zones.
400 OperationFailed.PconnTrafficNotEnable The operation is failed because of PconnTrafficNotEnable. Billing for outbound data transfer is disabled.
400 ResourceNotFound.VpcPeer The specified resource of %s is not found. The peer VPC cannot be found.
400 IncorrectStatus.VpcPeer The status of %s [%s] is incorrect. The status of %s[%s] is invalid.
400 OperationDenied.RouteTableTypeNotPermitted The operation is not allowed because the type of route table is not permitted. You cannot create routes for route tables of the specified type.
400 OperationDenied.GatewayRouteTableNotPermitted The operation is not allowed to create a route pointing to this nextHop type on gateway route table. You cannot create routes that point to instances of this type in the gateway route table.
400 UnsupportedFeature.VpcPeerIpv6 IPv6 route entries for VPC peering connections cannot be created in this region. The error message returned because the peer of the router interface is a VPC and you cannot create a route whose next hop type is IPv6 address in this region.
400 OperationDenied.VpcIpv6NotEnabled IPv6 has not been enabled for the VPC. The error message returned because the VPC does not support IPv6 and the operation is denied.
400 IncorrectStatus.Ipv4Gateway The status of Ipv4Gateway is incorrect.
400 ResourceNotFound.PrefixList The specified resource of prefixList is not found. The prefix list does not exist.
400 UnsupportedFeature.CreatePrefixListEcmpRouteEntry The feature of creating ecmp route entry with prefixList is not supported. You cannot create ECMP routes by using a prefix list.
400 OperationDenied.RouterInterfaceIpv6NotEnabled Routerinterface does not support IPv6. The operation failed because the router interface does not support IPv6.
400 OperationDenied.NextHopTypeNotPermitted The operation is not allowed because the nextHop type is invalid. You are not allowed to create a route whose next hop is of this type.
400 ResourceAlreadyAssociated.PrefixList The operation failed because the specified prefixList route entry already exists. The operation failed because the prefix list route already exists.
400 OperationFailed.CidrConflictWithPrefixList The specified CIDR block already exists in a prefixList route entry. The route conflicts with an existing prefix list route.
400 ResourceNotFound.Ipv4Gateway Specified Ipv4Gateway does not exist. The specified IPv4 gateway is not found.
400 Mismatch.HaVipIdAndRouteTableId The HaVip and RouteTable are mismatched. The specified HAVIP and route table do not belong to the same VPC.
400 OperationFailed.OperationLocked The operation failed because the nextHop instance is in the O&M lock state. The operation failed because the next hop instance is locked for O&M.
400 Mismatch.Ipv4GatewayIdAndRouteTableId The specified IPv4Gateway and RouteTable are not matched. The operation failed because the IPv4 gateway and route table do not belong to the same VPC.
400 OperationUnsupported.DestinationCidrBlockOverlapWithVSwitch The destination IPv6 network segment specified in the route entry overlaps with the vSwitch network segment. The error message returned because the destination IPv6 CIDR block of the route overlaps with the vSwitch CIDR block.
400 ResourceNotAssociated.Cen The Vpc and Cen are not associated. Failed to attach the VPC to the CEN instance.
400 IncorrectStatus.CenRelation The status of Vpc in Cen is incorrect. The operation failed because the VPC attached to the CEN instance is in an unstable state.
400 OperationDenied.CenTypeInvalid The operation is not allowed because of Cen type is invalid.. You cannot add a route that points to a CEN instance of this type to the route table.
400 ResourceNotFound.Cen The specified resource of Cen is not found. The operation failed because the CEN resources do not exist.
400 ResourceNotFound.NetworkInterface The specified resource of network interface is not found. The specified ENI does not exist.
400 RouteConflict.AlreadyExist Route conflict exists in routing table. Route conflicts exist in the route table.
400 IncorrectStatus.RouterInterface The specified RouterInterface status is invalid. The router interface status is abnormal.
400 InvalidNexthop.UnsupportedEniBizType The biz type of NetworkInterface is illegal. The biz type of NetworkInterface as the nexthop is illegal.
400 OperationDenied.RouterInterfaceIpv6 RouterInterface does not support IPv6. RouterInterface does not support IPv6.
400 InvalidNextHopType Specified parameter "NextHopType" is not valid. Specified parameter "NextHopType" is not valid.
400 OperationDenied.VbrAttachEcrInMiddleStatus The operation is not allowed because of VBR attach or detach ECR in middle status. The current operation cannot be performed because the VBR is in the process of loading or unloading the leased line gateway. Please wait a moment and try again.
400 ResourceNotAssociated.Ecr The ECR is not associated. The current resource is not associated with ECR and cannot perform this operation. Please check and try again.
400 UnsupportedFeature.RouterInterfaceIpv6 The feature of ipv6 is not supported for the routerInterface. The router interface does not support ipv6
400 InvalidVpnInstanceId.NotFound The specified VPN was not found. The specified VPN instance was not found.
400 OperationFailed.ScopeActiveRouteEntryType Operation failed because the type of the active route entry is not supported. The operation failed because this type of active route is not supported.
400 OperationFailed.ScopeStandbyRouteEntryQuota Operation failed because the quota for standby route entries in the scope has been exceeded. The operation failed because the quota for standby route entries has been exceeded.
400 OperationFailed.ScopeActiveRouteEntryQuota Operation failed because the quota for active route entries in the scope has been exceeded. The operation failed because the quota for active route entries has been exceeded.
400 OperationUnsupported.ScopeInvalidRouteType The specified route type is unsupported. This route type is not supported.
400 OperationFailed.EcmpInvalidRouterInterfaceOppositeType Operation failed because the opposite type of the router interface is invalid for ECMP configuration. The operation failed because the peer type of the router interface is invalid for ECMP.
400 OperationUnsupported.Ipv6EcmpRouteEntry The EcmpRouteEntry is not supported for IPv6. IPv6 does not support ECMP routes.
400 OperationUnsupported.Ipv6CidrBlock The specified IPv6 CIDR block is unsupported. The specified IPv6CidrBlock is not supported.
400 OperationUnsupported.Ipv6ForVBR IPv6 route entry is not supported for VirtualBorderRouter. The Virtual Border Router does not support IPv6 routes.
400 IncorrectStatus.RouteTableStatus The status of the specified RouteTable is incorrect. The route table [%s] is in the [%s] state, which is not a stable state. Try again later.
400 OperationFailed.InvalidNextHopType Operation failed because Ecmp routeEntry has more than one ri entry and can only support one non-ri entry. The system failed to create the route because the next hop of an ECMP route must not be a router interface.
400 UnsupportedRegion The feature is not supported in current region. The feature is not supported in the current region.
400 UnsupportedFeature.VpcAdvancedFeature The VPC does not support some advanced features. The VPC does not support some advanced features. Please submit a ticket.
400 OperationDenied.CreateEcmpForPublishedRouteEntry Operation denied because of can not create EcmpRouteEntry for published RouteEntry. The published route does not support the creation of primary and secondary routes or load balancing routes.
400 OperationDenied.TrAttachmentIpv6Disabled The operation is not allowed because tr attachment Ipv6 is disabled. The operation is not allowed because tr attachment Ipv6 is disabled.
400 Mismatch.EniIdAndRouteTableId The operation is not allowed because eni and route table not in same vpc. The operation is not allowed because eni and route table not in same vpc.
400 InvalidDescription.Malformed The Description is illegal. The description must be 2 to 256 characters in length and cannot start with http:// or https://.
400 OperationFailed.InstanceDismatchCurrentVpc The specified instance does not exist in current vpc.
400 OperationDenied.RouterInterfaceStatusNotAllowed The operation is not allowed because of RouterInterfaceStatusNotAllowed. The router interface status is abnormal.
400 OperationFailed.Ipv6AddressNotBind The specified next hop has no IPv6 address. The next hop of an ipv6 route entry does not have any ipv6 address
400 OperationUnsupported.MultipleIpv6Address Operation unsupported because specific route next hop instance has multiple IPv6 address. The operation is not supported because the specified route next hop instance is bound to multiple IPv6 addresses
400 IncorrectStatus.NextHop The status of %s [%s] is incorrect. Specified next hop resource
500 VPC.ERROR error code 500,Internal server error.
500 InternalError The request processing has failed due to some unknown error, exception or failure. An internal error occurred.
500 IncorrectStatus.Ipv4Gateway The status of Ipv4Gateway is incorrect. The error message returned because the IPv4 gateway is unstable.
403 IncorrectInstanceStatus The current status of the resource does not support this operation.
404 InvalidParameter Instance not exists or not vpc vm
404 InvalidNatGatewayId.NotFound Specified value of NatGatewayId is not found in our record.
404 InvalidInstanId.NotFound Specified instance does not exist.
404 InvalidNextHopId.NotFound Specified next hop does not exist.
404 InvalidRouteTableId.NotFound Specified route table does not exist.
404 InvalidHaVipId.NotFound The specified HaVip does not exist in the specified VPC. The specified HAVIP does not exist in the VPC.
404 InvalidNetworkInterface.NotFound The specified networkInterface does not exist.
404 InvalidVpc.NotFound Specified vpc is not found in our record.
404 InvalidIpv6Gateway.NotFound Specified Ipv6Gateway does not exist.
404 ResourceNotFound.GatewayLoadBalancerEndpoint GatewayLoadBalancerEndpoint instance not found. GatewayLoadBalancerEndpoint instance not found.

Consultez Codes d'erreur pour la liste complète.

Notes de version

Consultez Notes de version pour la liste complète.