public class UnassociateHaVipRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
clientToken |
String |
force |
String |
haVipId
This parameter is required.
|
String |
instanceId
This parameter is required.
|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
This parameter is required.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
构造器和说明 |
---|
UnassociateHaVipRequest() |
限定符和类型 | 方法和说明 |
---|---|
static UnassociateHaVipRequest |
build(Map<String,?> map) |
String |
getClientToken() |
String |
getForce() |
String |
getHaVipId() |
String |
getInstanceId() |
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 |
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
@NameInMap(value="Force") public String force
@NameInMap(value="HaVipId") public String haVipId
This parameter is required.
@NameInMap(value="InstanceId") public String instanceId
This parameter is required.
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="RegionId") public String regionId
This parameter is required.
@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 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.