public class UnassociateHaVipRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
clientToken
The client token that is used to ensure the idempotence of the request.
|
String |
force
Specifies whether to forcefully disassociate the HAVIP from the ECS instance or ENI.
|
String |
haVipId
The ID of the HAVIP that you want to disassociate.
|
String |
instanceId
The ID of the ECS instance or ENI from which you want to disassociate the HAVIP.
|
String |
instanceType
The type of the instance from which you want to disassociate the HAVIP.
|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The region ID of the HAVIP.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
构造器和说明 |
---|
UnassociateHaVipRequest() |
限定符和类型 | 方法和说明 |
---|---|
static UnassociateHaVipRequest |
build(Map<String,?> map) |
String |
getClientToken() |
String |
getForce() |
String |
getHaVipId() |
String |
getInstanceId() |
String |
getInstanceType() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
UnassociateHaVipRequest |
setClientToken(String clientToken) |
UnassociateHaVipRequest |
setForce(String force) |
UnassociateHaVipRequest |
setHaVipId(String haVipId) |
UnassociateHaVipRequest |
setInstanceId(String instanceId) |
UnassociateHaVipRequest |
setInstanceType(String instanceType) |
UnassociateHaVipRequest |
setOwnerAccount(String ownerAccount) |
UnassociateHaVipRequest |
setOwnerId(Long ownerId) |
UnassociateHaVipRequest |
setRegionId(String regionId) |
UnassociateHaVipRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
UnassociateHaVipRequest |
setResourceOwnerId(Long resourceOwnerId) |
@NameInMap(value="ClientToken") public String clientToken
The client token that is used to ensure the idempotence of the request. You can use the client to generate the token, but you must make sure that the token is unique among different requests. The token
can contain only ASCII characters and cannot exceed 64 characters in length.
0c593ea1-3bea-11e9-b96b-88e9fe63****
@NameInMap(value="Force") public String force
Specifies whether to forcefully disassociate the HAVIP from the ECS instance or ENI. Valid values:
example:If you set the value to False, you cannot disassociate the HAVIP from the primary instance.
True
@NameInMap(value="HaVipId") public String haVipId
The ID of the HAVIP that you want to disassociate.
This parameter is required.
example:havip-2zeo05qre24nhrqpy****
@NameInMap(value="InstanceId") public String instanceId
The ID of the ECS instance or ENI from which you want to disassociate the HAVIP.
This parameter is required.
example:i-faf344422ffsfad****
@NameInMap(value="InstanceType") public String instanceType
The type of the instance from which you want to disassociate the HAVIP. Valid values:
example:If you want to disassociate the HAVIP from an ENI, this parameter is required.
EcsInstance
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="RegionId") public String regionId
The region ID of the HAVIP.
You can call the DescribeRegions operation to query the most recent region list.
This parameter is required.
example:cn-shanghai
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
public static UnassociateHaVipRequest build(Map<String,?> map) throws Exception
Exception
public UnassociateHaVipRequest setClientToken(String clientToken)
public String getClientToken()
public UnassociateHaVipRequest setForce(String force)
public String getForce()
public UnassociateHaVipRequest setHaVipId(String haVipId)
public String getHaVipId()
public UnassociateHaVipRequest setInstanceId(String instanceId)
public String getInstanceId()
public UnassociateHaVipRequest setInstanceType(String instanceType)
public String getInstanceType()
public UnassociateHaVipRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public UnassociateHaVipRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public UnassociateHaVipRequest setRegionId(String regionId)
public String getRegionId()
public UnassociateHaVipRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public UnassociateHaVipRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2024. All rights reserved.