将EIP加入共享带宽-AssociateEIPWithShareBandwidth
将EIP加入共享带宽
Request Parameters
Parameter name | Type | Description | Required |
Region | string | 地域 | Yes |
EIPIds.n | string | 要加入共享带宽的EIP的资源Id | Yes |
ShareBandwidthId | string | 共享带宽ID | Yes |
Response Elements
Parameter name | Type | Description | Required |
RetCode | int | 操作返回码 | Yes |
Action | string | 操作名称 | Yes |
Request Example
https://api.ucloud.cn/?Action=AssociateEIPWithShareBandwidth &Region=cn-bj2 &EIPIds.0=eip-eij2r4 &ShareBandwidthId=bwshare-fvdr45
Response Example
{ "Action": "AssociateEIPWithShareBandwidthResponse", "RetCode": 0 }