AssociateEipAddress_专有网络_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.

接口说明

  • EIP 实例可绑定到同地域的专有网络类型的 ECS 实例、专有网络类型的 CLB 实例、辅助弹性网卡、NAT 网关和高可用虚拟 IP 上。

  • AssociateEipAddress 接口属于异步接口,即系统会先返回一个请求 ID,但 EIP 实例与云产品实例并未绑定完成,系统后台的绑定任务仍在进行。您可以调用 DescribeEipAddresses 查询 EIP 实例的状态:

    • 当 EIP 实例处于 Associating 状态时,表示 EIP 实例正在绑定中,在该状态下,您只能执行查询操作,不能执行其他操作。
    • 当 EIP 实例处于 InUse 状态时,表示 EIP 实例绑定完成。
  • AssociateEipAddress 接口不支持同一个 EIP 实例并发绑定云产品实例。

流控信息

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

授权信息

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

具体说明如下:展开详情

操作访问级别资源类型条件关键字关联操作
vpc:AssociateEipAddress
Update
Address
acs:vpc:{#regionId}:{#accountId}:eip/{#AllocationId}
NatGateway
acs:vpc:{#regionId}:{#accountId}:natgateway/{#NatGatewayId}
Instance
acs:vpc:{#regionId}:{#accountId}:instance/{#InstanceId}
Association
acs:vpc:{#regionId}:{#accountId}:havip/{#HaVipId}

请求参数

字段名称字段详情
RegionIdstring

要绑定云产品实例的 EIP 所在的地域 ID。展开详情

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

绑定云产品实例的 EIP 的 ID。

示例值:eip-2zeerraiwb7ujsxdc****
InstanceIdstring

要绑定 EIP 的实例 ID。展开详情

示例值:i-2zebb08phyczzawe****参考取值来源:
    AddGlobalAccelerationInstanceIp
InstanceTypestring

要绑定 EIP 的实例的类型,取值:展开详情

示例值:EcsInstance
InstanceRegionIdstring

要绑定 EIP 的实例所属地域的 ID。展开详情

示例值:cn-hangzhou
PrivateIpAddressstring

交换机网段内的一个 IP 地址。展开详情

示例值:192.168.XX.XX参考取值来源:
    DescribeEipAddresses
Modestring

绑定模式,取值:展开详情

示例值:NAT
VpcIdstring

开通了 IPv4 网关功能且与 EIP 同地域的 VPC ID。展开详情

示例值:vpc-257gqcdfvx6n****参考取值来源:
    CreateVpc
ClientTokenstring

客户端 Token,用于保证请求的幂等性。展开详情

示例值:0c593ea1-3bea-11e9-b96b-88e9fe63****

返回参数

字段名称字段详情
RequestIdstring

请求 ID。

示例值:0ED8D006-F706-4D23-88ED-E11ED28DCAC0

返回示例

错误码

全局错误码
HTTP 状态码错误码错误信息操作
400
InvalidAssociation.Duplicated
Specified instance already is associated.诊断
400
OperationDenied
Specified instance is not in VPC.诊断
400
InvalidParameter.Mismatch
Specified elastic IP address and ECS instance are not in the same region.诊断
400
IncorrectEipStatus
Current elastic IP status does not support this operation诊断
400
IncorrectInstanceStatus
Current instance status does not support this operation.诊断
400
InvalidInstanceType.ValueNotSupported
The specified value of InstanceType is not supported.诊断
400
IncorrectHaVipStatus
HaVip can be operated by this action only when it's status is Available or InUse.诊断
400
InvalidParameter
The specified parameter is not valid.诊断
400
TaskConflict
The eip operate too frequent, TaskConflict.诊断
400
InvalidBindingStatus
The eip binding status invalid.诊断
400
BIND_INSTANCE_HAVE_PORTMAP_OR_BIND_EIP
The instance may have portMap or already bind eip.诊断
400
EIP_CAN_NOT_ASSOCIATE_WITH_PUBLIC_IP
instance already bind natpublicip,cannot bind eip.诊断
400
BIND_INSTANCE_OWENER_ERROR
Cannot operate the eip.诊断
400
NATGATEWAY_FINANCIALLOCKED
The NatGateway has expire, cannot do bind operation.诊断
400
InvalidParameter.InstanceTypeNotSupport
The specified instance type is not support.诊断
400
QuotaExceeded.NumberOfTrafficEip
The number of traffic eip on natgw exceed limitation.诊断
400
QuotaExceeded.NumberOfEip
Binded eip Quota exceed on this NatGw.诊断
400
Forbidden.EipCanNotBindGatgw
Eip can not bind on natgw.诊断
400
InvalidAction.Denied
Action is denied due to unfinished Eip configuration modification.诊断
400
InstanceType.NotSupport
The instance type is invalid.诊断
400
InvalidParams.NotFound
instance not found诊断
400
BindInstance.NotSupported
bind instance type %s is not supported.诊断
400
Forbidden.InstanceBandwidthNotZero
Eip can not bind with instance when it's bandwidth is not zero.诊断
400
INSTANCE_TYPE_NOT_SUPPORT
The instance type is invalid.诊断
400
ServerRegion.Invalid
Eip bind remote server region invalid.诊断
400
Eni.Attached
The eni should be detached from ecs when associating with direct eip.诊断
400
Eni.HasSubIp
Eni has sub ip can not bind direct eip.诊断
400
Invalid.DirectEip.BindType
The direct eip can be only associated with eni.诊断
400
InvalidStatus.EcsStatusNotSupport
The special instance status is not support operate诊断
400
Invalid.Function.NotSupported
Multi-IP function is under test, the region or uid is not supported.诊断
400
InvalidStatus.EniStatusNotSupport
%s诊断
400
InvalidParameter.EniInstanceId
%s诊断
400
InvalidNexthop.DirectEni
The direct Eni cannot be nexthop.诊断
400
Mode.Conflict
The eni can bind only one mode of eip.诊断
400
Mode.NotSupport
The user cannot use multi direct eip.诊断
400
QuotaExceed.MultiBindedEip
The number of multi binded eip is over limit.诊断
400
InvalidEIPStatus.BizDisabled
The EIP has been locked.诊断
400
OperationFailed.EniSubIp
Eni has sub ip can not bind direct eip.诊断
400
InvalidEip.EipQuotaExceeded
The specified eni assigned eip is more than privateIp.诊断
400
OperationFailed.QueryCommodityInfo
Operation failed because quey commodity info error.诊断
400
OperationUnsupported.MultiIp
Multi ip function is not support.诊断
400
InvalidNicOrVm.NotFound
Bind nic or vm not exist.诊断
400
OperationUnsupported.EipBindModel
The instance type of ecs does not support MULTI_BINDED model Eip.诊断
400
IncorrectStatus.NatGateway
%s诊断
400
EipBindRemote.BackendRegionMustBeSingle
eip bind remote instance, backend region must be single诊断
400
InvalidParameter.BindingInstanceRegion
The specified BindingInstanceRegion is not supported.诊断
400
OperationFailed.HavipBoundPortmap
%s诊断
400
IllegalParam.Mode
%s诊断
400
InvalidStatus.NotAllow
Bind instance status invalid诊断
400
InvalidInstance.NotExist
Bind instance data not exist诊断
400
InvalidBandwidthPackageId.NotFound
The specified BandwidthPackageId not exist.诊断
400
ResourceQueryError
The specified resource is queried error.诊断
400
InvalidStatus.InstanceHasBandWidth
The specified instance bandwidth invalid.诊断
400
OperationDenied.CloudBoxResourceExist
The operation is not allowed because there are resources related to the cloud box in VPC.诊断
400
OperationDenied.CloudBoxVSwitchExist
The operation is not allowed because a cloud box type vSwitch exists in VPC.诊断
400
OperationDenied.NoAvailablePrivateIp
The operation is failed because of vSwitch has not availalbe private ip诊断
400
UnsupportedRegion
%s诊断
400
ResourceAlreadyAssociated.IpAddress
%s诊断
400
OperationFailed.Ipv4GatewayNotOpenedInVpc
The operation is failed because Ipv4Gateway is not opened in Vpc.诊断
400
OperationFailed.Ipv4GatewayNotActivatedInVpc
The operation is failed because Ipv4Gateway is not activated in Vpc.诊断
400
OperationDenied.L2EipBindIpAddress
%s诊断
400
Forbidden
The eip instance owner error诊断
400
Forbidden.FinancialLocked
The ip business status is invalid.诊断
400
UnsupportedFeature.EipBindIpAddress
The feature of EipBindIpAddress is not supported.诊断
400
OperationFailed.InstanceNotExist
The ECS instance does not exist, or is not a VPC VM.诊断
400
OperationDenied.Ipv4GatewayExist
The operation is not allowed because of Ipv4GatewayExist.诊断
400
OperationFailed.EipBindModeConflict
Eips can not bind Eni with NAT mode and MULTI_BINDED mode at the same time.诊断
400
OperationFailed.EcsMigrating
The operation is failed because of ECS is migrating.诊断
400
OperationFailed.IpPrefixConflict
The operation failed due to the IP prefix of the ENI.诊断
400
UnsupportedFeature.EipBindPrefixIp
The feature of EipBindPrefixIp is not supported.诊断
400
OperationDenied.UnsupportedEipBindMode
The operation is not supported for the NAT gateway due to its EIP binding mode.诊断
400
OperationDenied.Unauthorized
The operation is not allowed because the user is not in the whitelist.诊断
400
OperationFailed.SystemBusy
Operation failed because system is busy.诊断
400
OperationFailed.PrivateIpAddressNotExist
The operation failed because the PrivateIpAddress is not found.诊断
400
IllegalParamFormat.%s
The param format of %s is illegal.诊断
400
MissingParam.InstanceId
The param of InstanceId can't be null or empty.诊断
404
InvalidAllocationId.NotFound
Specified allocation ID is not found.诊断
404
InvalidInstanId.NotFound
Specified instance does not exist.诊断
404
InvalidRegionId.NotFound
Specified value of InstanceRegionId is not supported.诊断
404
Forbidden.RegionNotFound
Specified instance is not found during access authentication.诊断
404
OperationDenied.VpcIpv4GatewayEnabled
The operation is not allowed because of the VPC of the NAT gateway has opened IPv4 Gateway.诊断
503
ServiceUnavailable
The request has failed due to a temporary failure of the server.诊断

变更历史

变更时间变更内容概要操作
2024-11-18
变更错误码400
2024-09-25
变更错误码400
2023-12-13
变更错误码400
2023-08-24
变更错误码400
2023-06-26
变更错误码400
2023-03-23
变更错误码400
删除返回参数
2022-12-05
变更错误码400
2022-12-05
新增错误码500
  • 1
  • 2
  • 10 条/页

相关示例

为指定实例绑定弹性公网IP
2021-02-10
申请eip-->绑定eni-->查询EIP的网关和掩码信息-->解绑eni
2021-12-16