绑定弹性IP-BindEIP
将尚未使用的弹性IP绑定到指定的资源
Request Parameters
Parameter name | Type | Description | Required |
Region | string | 地域, 参见 地域和可用区列表 | Yes |
EIPId | string | 弹性IP的资源Id | Yes |
ResourceType | string | 弹性IP请求绑定的资源类型, 枚举值为: uhost: 云主机; vrouter: 虚拟路由器; ulb, 负载均衡器 upm: 物理机; hadoophost: 大数据集群;fortresshost:堡垒机;udockhost:容器;udhost:私有专区主机;natgw:natgw;udb:udb;vpngw:ipsec vpn;ucdr:云灾备;dbaudit:数据库审计; | Yes |
ResourceId | string | 弹性IP请求绑定的资源ID | Yes |
ProjectId | string | 项目ID,不填为默认项目 | No |
Response Elements
Parameter name | Type | Description | Required |
RetCode | int | 操作返回码 | Yes |
Action | string | 操作名称 | 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 }