ModifyForwardEntry_云服务器 ECS_API文档

插件下载了解更多
VS Code 插件
安装插件之前,确保已安装 VS Code安装插件之前,确保已安装 VS Code
Alibaba Cloud Developer Toolkit is a collection of extensions that can help access Alibaba Cloud services in Visual Studio Code.
JetBrains 插件
安装插件之前,确保已安装 JetBrains IDE安装插件之前,确保已安装 JetBrains IDE
The Alibaba Cloud Developer Toolkit for JetBrains makes it easier to access Alibaba Cloud services.

流控信息

当前云产品API请求速率暂未透出。

授权信息

如下是此API对应的授权信息,用于RAM权限策略语句的Action元素中,为RAM用户或RAM角色授予调用此API的权限。请通过 RAM 访问控制设置,使用方法可参考访问控制帮助文档

具体说明如下:展开详情

操作访问级别资源类型条件关键字关联操作
vpc:ModifyForwardEntry
Update
ForwardTable
acs:vpc:{#regionId}:{#accountId}:forwardtable/{#ForwardTableId}

请求参数

字段名称字段详情
ForwardTableIdstring
ForwardEntryIdstring
ExternalIpstring
ExternalPortstring
InternalIpstring
InternalPortstring
IpProtocolstring
RegionIdstring

返回参数

字段名称字段详情
RequestIdstring

错误码

全局错误码
HTTP 状态码错误码错误信息操作
400
InvalidExternalIp.Malformed
The specified ExternalIp is not a valid IP address.诊断
400
InvalidInternalIp.Malformed
The specified InternalIp is not a valid IP address.诊断
400
InvalidExternalPort.Malformed
The specified ExternalPort is not a valid port.诊断
400
InvalidInternalPort.Malformed
The specified InternalPort is not a valid port.诊断
400
Forbidden.DestnationIpOutOfVpcCIDR
The specified Destination Ip is Out of VPC CIDR.诊断
400
InvalidProtocal.ValueNotSupported
The specified IpProtocol does not support.诊断
400
IncorretForwardEntryStatus
Some Forward entry status blocked this operation..诊断
400
QuotaExceeded
Forward entry quota exceeded in this route table.诊断
400
ForwardEntry.Duplicated
The specified ExternalIp, IpProtocol, ExternalPort,InternalIp, InternalPort is duplicated诊断
400
InvalidIp.NotFound
The specified ip does not exist.诊断
400
IncorretStatus.ForwardEntry
The Specified forwardEntry is not stable status, can not operation诊断
400
IllegalParam.AnyPortNotZero
any port port must be zero.诊断
404
InvalidRegionId.NotFound
The specified RegionId does not exist in our records.诊断
404
InvalidForwardEntryId.NotFound
Specified forward entry ID does not exist诊断
404
InvalidExternalIp.NotFound
Specified External Ip address does not found on the VRouter诊断
404
InvalidForwardTableId.NotFound
Specified forward table does not exist.诊断

变更历史

变更时间变更内容概要操作
2022-01-18
新增deprecated

相关示例