associateElasticIp
描述
给网卡绑定弹性Ip接口
请求方式
POST
请求地址
https://vpc.jdcloud-api.com/v1/regions/{regionId}/networkInterfaces/{networkInterfaceId}:associateElasticIp
名称 |
类型 |
是否必需 |
默认值 |
描述 |
regionId |
String |
True |
|
Region ID |
networkInterfaceId |
String |
True |
|
networkInterface ID |
请求参数
名称 |
类型 |
是否必需 |
默认值 |
描述 |
elasticIpId |
String |
False |
|
绑定的弹性Ip Id |
privateIpAddress |
String |
False |
|
绑定弹性Ip到指定的privateIp |
elasticIpAddress |
String |
False |
|
绑定的弹性Ip地址 |
返回参数
名称 |
类型 |
描述 |
requestId |
String |
请求ID |
返回码
返回码 |
描述 |
200 |
Successful operation |
400 |
Request parameter x.y.z is 'xxx', expected one of [yyy,zzz] |
404 |
Resource not found |