全部文档
当前文档

暂无内容

如果没有找到您期望的内容,请尝试其他搜索词

文档中心

更新弹性IP配置

最近更新时间:2020-08-21 17:55:39

ModifyAddress(更新弹性IP配置)

Request Parameters(请求参数)

AllocationId

  • 弹性IP的ID
  • 类型: String
  • 是否可缺省: 否

BandWidth

  • 弹性IP的带宽
  • 类型: Integer
  • 是否可缺省: 否

Response Elements(返回值)

RequestId

  • 请求ID
  • 类型: String

PublicIp

  • 弹性IP
  • 类型: String

CreateTime

  • 弹性IP创建时间
  • 类型: String

LineId

  • 线路类型的ID
  • 类型: String

State

  • 弹性IP的状态,已绑定(associate),未绑定(disassociate)
  • 类型: String

Examples(例子)

Sample Request(请求)
http://eip.api.ksyun.com/?Action=ModifyAddress
&Version=2016-03-04
&AllocationId=c2969824-96df-4b9c-a961-da962cdcafb1
&BandWidth=2
Sample Response(返回)
<ModifyAddressResponse xmlns="http://eip.ksyun.com/doc/2015-10-01/">
    <PublicIp>10.144.253.183</PublicIp>
    <CreateTime>2016-05-09 16:56:15</CreateTime>
    <BandWidth>2</BandWidth>
    <LineId>15e957ff-5e64-4577-946c-4a396528c67a</LineId>
    <RequestId>c4587029-f8f8-4eab-8b2c-9aa7e1e14ddb</RequestId>
    <State>disassociate</State>
    <AllocationId>c2969824-96df-4b9c-a961-da962cdcafb1</AllocationId>
</ModifyAddressResponse>

文档导读
纯净模式常规模式

纯净模式

点击可全屏预览文档内容
文档反馈