绑定弹性IP-BindEIP

将尚未使用的弹性IP绑定到指定的资源

Request Parameters

Parameter nameTypeDescriptionRequired
Regionstring地域, 参见 地域和可用区列表Yes
EIPIdstring弹性IP的资源IdYes
ResourceTypestring弹性IP请求绑定的资源类型, 枚举值为: uhost: 云主机; vrouter: 虚拟路由器; ulb, 负载均衡器 upm: 物理机; hadoophost: 大数据集群;fortresshost:堡垒机;udockhost:容器;udhost:私有专区主机;natgw:natgw;udb:udb;vpngw:ipsec vpn;ucdr:云灾备;dbaudit:数据库审计;Yes
ResourceIdstring弹性IP请求绑定的资源IDYes
ProjectIdstring项目ID,不填为默认项目No

Response Elements

Parameter nameTypeDescriptionRequired
RetCodeint操作返回码Yes
Actionstring操作名称Yes

Request Example

http(s)://api.auto-ai.com.cn/?Action=BindEIP
&Region=cn-bj2
&EIPId=eip-1inlb2
&ResourceType=uhost
&ResourceId=uhost-0ttesd

Response Example

{
    "Action": "BindEIPResponse",
    "RetCode": 0
}