绑定弹性公网IP
功能介绍
绑定弹性公网IP
URI
POST /v3/{project_id}/eip/publicips/{publicip_id}/associate-instance
| 参数 | 是否必选 | 参数类型 | 描述 |
|---|---|---|---|
| project_id | 是 | String | 项目ID 最小长度:0 最大长度:32 |
| publicip_id | 是 | String | 弹性公网IP的ID 最小长度:0 最大长度:36 |
请求参数
| 参数 | 是否必选 | 参数类型 | 描述 |
|---|---|---|---|
| publicip | 是 | AssociatePublicipsOption object | 弹性公网IP对象 |
| 参数 | 是否必选 | 参数类型 | 描述 |
|---|---|---|---|
| associate_instance_type | 是 | String |
最小长度:0 最大长度:36 枚举值:
|
| associate_instance_id | 是 | String |
最小长度:0 最大长度:36 |
响应参数
状态码: 200
| 参数 | 参数类型 | 描述 |
|---|---|---|
| request_id | String | 本次请求的编号 最小长度:0 最大长度:36 |
| publicip | PublicipInstanceResp object | 绑定弹性公网IP的返回对象 |
| 参数 | 参数类型 | 描述 |
|---|---|---|
| id | String |
最小长度:0 最大长度:36 |
| project_id | String |
最小长度:0 最大长度:32 |
| ip_version | Integer |
枚举值:
|
| public_ip_address | String |
最小长度:0 最大长度:36 |
| public_ipv6_address | String |
最小长度:0 最大长度:64 |
| status | String |
枚举值:
|
| description | String |
最小长度:1 最大长度:255 |
| public_border_group | String |
最小长度:1 最大长度:64 |
| created_at | String |
|
| updated_at | String |
|
| type | String |
最小长度:1 最大长度:36 枚举值:
|
| vnic | VnicInfo object |
|
| bandwidth | PublicipBandwidthInfo object |
|
| enterprise_project_id | String |
最小长度:0 最大长度:36 |
| billing_info | String |
最小长度:0 最大长度:256 |
| lock_status | String |
最小长度:0 最大长度:64 |
| associate_instance_type | String |
最小长度:0 最大长度:64 枚举值:
|
| associate_instance_id | String |
最小长度:0 最大长度:64 |
| publicip_pool_id | String |
最小长度:0 最大长度:36 |
| publicip_pool_name | String |
最小长度:0 最大长度:64 |
| alias | String |
最小长度:0 最大长度:64 |
| 参数 | 参数类型 | 描述 |
|---|---|---|
| private_ip_address | String |
最小长度:0 最大长度:36 |
| device_id | String |
最小长度:0 最大长度:36 |
| device_owner | String |
最小长度:0 最大长度:64 |
| vpc_id | String |
最小长度:0 最大长度:36 |
| port_id | String |
最小长度:0 最大长度:36 |
| port_profile | String |
最小长度:0 最大长度:256 |
| mac | String |
最小长度:0 最大长度:64 |
| vtep | String |
最小长度:0 最大长度:36 |
| vni | String |
最小长度:0 最大长度:36 |
| instance_id | String |
最小长度:0 最大长度:36 |
| instance_type | String |
最小长度:0 最大长度:36 |
| port_vif_details | String |
最小长度:0 最大长度:255 |
| 参数 | 参数类型 | 描述 |
|---|---|---|
| id | String |
最小长度:0 最大长度:36 |
| size | Integer |
最小值:0 最大值:99999 |
| share_type | String |
最小长度:0 最大长度:36 |
| charge_mode | String |
最小长度:0 最大长度:36 |
| name | String |
最小长度:0 最大长度:64 |
| billing_info | String |
最小长度:0 最大长度:256 |
请求示例
{
"publicip" : {
"associate_instance_id" : "921b9dc7-8151-41e1-b83c-d50fe959592a",
"associate_instance_type" : "PORT"
}
} 响应示例
状态码: 200
POST操作正常返回
{
"publicip" : {
"alias" : "abcd",
"associate_instance_id" : "921b9dc7-8151-41e1-b83c-d50fe959592a",
"associate_instance_type" : "PORT",
"bandwidth" : {
"billing_info" : "xxxx:xxxx:xxxx:xxxx",
"charge_mode" : "bandwidth",
"id" : "80549ae1-cf7a-4f39-a45f-bdb8e194a1f4",
"name" : "bandwidth-bd25-test",
"share_type" : "WHOLE",
"size" : 7
},
"billing_info" : null,
"created_at" : "2020-06-18T14:05:32Z",
"description" : "test!!!!",
"enterprise_project_id" : "0",
"public_border_group" : "center",
"id" : "b0c42aa6-3d1d-4b39-9188-35ee6aa8d6f7",
"ip_version" : 4,
"lock_status" : null,
"project_id" : "060576782980d5762f9ec014dd2f1148",
"public_ip_address" : "xx.xx.xx.xx",
"public_ipv6_address" : null,
"publicip_pool_id" : "160576782980d5762f9ec014dd2f1148",
"publicip_pool_name" : "5_mobile",
"status" : "ACTIVE",
"type" : "EIP",
"updated_at" : "2020-06-18T14:05:32Z",
"vnic" : {
"device_id" : "78aa6d7f-7111-434e-9a93-0dc6fdacff63",
"device_owner" : "network:nat_gateway",
"instance_id" : "",
"instance_type" : "",
"mac" : "fa:16:3e:83:6b:0a",
"port_id" : "921b9dc7-8151-41e1-b83c-d50fe959592a",
"port_profile" : null,
"private_ip_address" : "xx.xx.xx.xx",
"vni" : null,
"vpc_id" : "a26c231a-cf6f-48d3-83db-1e261d0e235a",
"vtep" : null,
"port_vif_details": ""
}
},
"request_id" : "ead9f912bd1191e3d5f0037141098d91"
} 状态码
请参见状态码。
错误码
请参见错误码。