解绑 HaVip 与 ECS 实例
描述
将已经绑定的 HaVip 实例与 ECS 实例解绑。
说明:
只有状态为运行中或已停止的 ECS 实例,才能够执行解绑 HaVip 操作
只有状态为 InUse 的 HaVip,才能够执行此操作。
请求参数
名称 |
类型 |
是否必须 |
描述 |
Action
String
是
操作接口名,系统规定参数,取值:UnassociateHaVip
RegionId
String
是
HaVip 实例所在的地域
HaVipId
String
是
要解绑的 HaVip 的 ID
InstanceId
String
是
要解绑的 ECS 实例 ID
Force
String
否
是否强制解绑;
如果取值为非强制解绑,那么如果 InstanceId 所指定的实例是当前的 master 实例(当前持有该虚拟 IP 的实例)时,解绑失败。
取值:True | False;
默认值:False
返回参数
是公共返回参数,详见公共返回参数
错误码
错误代码 |
描述 |
Http 状态码 |
语义 |
InvalidRegionId.NotFound
The RegionId provided does not exist in our records.
404
指定的 RegionId 不存在
MissingParameter
The input parameter "$ParammeterName" that is mandatory for processing this request is not supplied.
400
缺少某个必选参数
InvalidHaVipId.NotFound
The specified HaVip does not exist in the specified region.
404
指定的 HaVipId 不存在
InvalidInstanceId.NotFound
The specified Instance does not exist in the specified region.
404
指定的 ECS Instance 不存在
IncorrectHaVipStatus
HHaVip can be operated by this action only when it’s status is InUse.
400
HaVip 状态不符合要求。仅在 InUse 状态下可以执行该操作。
IncorrectInstanceStatus
ECS instance can be operated by this action only when it’s status is Running or Stopped.
400
ECS Instance 状态不符合要求。仅在 Available 状态下可以执行该操作。
NotBelongToSameVSwitch
The specified HaVip and ECS Instance do not belong to same VSwitch.
400
指定的 HaVip 与 ECS 实例不属于同一个 VSwitch
Forbidden.UnassociateMaste
Unassociating a master instance is not allowed unless the parameter Force is True.
400
解绑处于 Master 状态的实例是不被允许的。除非将 Force 参数设置为 True。
所属专题: