负载均衡器

 

AssociateEipsToLoadBalancer

更新时间 2020-12-01

将一个或多个“可用”( available )状态的公网IP绑定到负载均衡器。

Request Parameters

Parameter name Type Description Required
eips.n String 公网IP的ID Yes
loadbalancer String 负载均衡器 ID Yes
zone String 区域 ID,注意要小写 Yes

公共参数

Response Elements

Name Type Description
action String 响应动作
job_id String 执行任务的 Job ID
ret_code Integer 执行成功与否,0 表示成功,其他值则为错误代码

Example

Example Request:

https://api.shanhe.com/iaas/?action=AssociateEipsToLoadBalancer
&eips.1=eip-1234abcd
&loadbalancer=lb-1234abcd
&zone=jn1a
&COMMON_PARAMS

Example Response:

{
  "action":"AssociateEipsToLoadBalancerResponse",
  "job_id":"j-1234abcd",
  "ret_code":0
}
这篇文档解决了您的问题吗?
0
0