ConvertNatPublicIpToEip_云服务器 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.

接口说明

公网 IP 地址转换为 EIP 后,EIP 将单独计费。请确保您已充分了解 EIP 的计费方式

调用该接口时,ECS 实例必须满足以下条件:

  • 状态为已停止Stopped)或者运行中Running)。

  • 没有绑定 EIP。

  • 没有未生效的变更配置任务。

  • 公网带宽不能为 0 Mbit/s。

  • 包年包月实例的公网带宽计费方式必须为按使用流量计费,而按固定带宽计费方式的公网 IP 不支持转化为弹性公网 IP。按量付费实例则不受该规则影响。更多信息,请参见转换公网带宽计费方式

  • 专有网络 VPC 类型的包年包月 ECS 实例 24 小时内不会到期。

流控信息

请求速率为1000/60(s)。

授权信息

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

具体说明如下:展开详情

操作访问级别资源类型条件关键字关联操作
ecs:ConvertNatPublicIpToEip
Update
Instance
acs:ecs:{#regionId}:{#accountId}:instance/{#instanceId}

请求参数

字段名称字段详情
InstanceIdstring

需要转化公网 IP 的实例 ID。

示例值:i-bp171jr36ge2ulvk****参考取值来源:
    RunInstances
    StopInstances
    CreateInstance
    StartInstances
    RebootInstances
    DescribeInstances
    ModifyManagedInstance
    RenewReservedInstances
    AttachInstanceRamRole
    DetachInstanceRamRole
    DeregisterManagedInstance
    PurchaseReservedInstancesOffering
RegionIdstring

实例所属的地域 ID。您可以调用 DescribeRegions 查看最新的阿里云地域列表。

示例值:cn-hangzhou参考取值来源:
    DescribeRegions

返回参数

字段名称字段详情
RequestIdstring

请求 ID。

示例值:473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E

返回示例

错误返回示例

错误码

全局错误码
HTTP 状态码错误码错误信息操作
400
OperationDenied.CloudboxNotSupport
This operation is denied, because the specified ECS instance which is in the Cloudbox dose not support PublicIp or Eip.诊断
400
InvalidParameter.CloudboxNotSupported
%s诊断
400
OperationDenied.DedicatedRegionNotSupported
This operation is denied, because the specified ECS instance which is in the dedicated region dose not support PublicIp or Eip.诊断
403
InvalidInstanceId.PlanedChange
%s诊断
403
InvalidEndTime.OperateNotSupport
%s诊断
403
InvalidInstanceStatus.Released
%s诊断
403
IncorrectInstanceStatus
%s诊断
403
OperationDenied
%s诊断
403
InvalidInstance.ZeroBandwidth
%s诊断
403
InvalidInternetChargeType.ValueNotSupported
%s诊断
403
InvalidInstanceId.NotFound
%s诊断
403
MaxEIPQuotaExceeded
The number of EIP exceeds the limit per region.诊断
403
Forbidden.InvalidPublicBandwidth
The specified instance public bandwidth is less than 1M.诊断
403
InvalidInstance.OverduePayment
The special instance due to overdue payment,this operation is not supported.诊断
403
EIPMaxBandwidthExceeded
The bandwidth of instance exceeds the limitation of EIP in this region.诊断
403
InvalidAccountStatus.NotEnoughBalance
Your account does not have enough balance.诊断
403
Forbidden.RiskControl
This operation is forbidden by Aliyun RiskControl system.诊断
403
UnsupportedPublicIpWithIsp
%s诊断
404
InvalidInstanceId.NotFound
%s诊断
404
InvalidInstance.IpAddressMissing
%s诊断

变更历史

变更时间变更内容概要操作
2023-10-10
变更错误码400
2022-06-06
变更错误码403

相关示例