public class DeleteHaVipRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
clientToken
The client token that is used to ensure the idempotence of the request.
|
String |
haVipId
The ID of the HAVIP that you want to delete.
|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The ID of the region where the HAVIP is deployed.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
构造器和说明 |
---|
DeleteHaVipRequest() |
限定符和类型 | 方法和说明 |
---|---|
static DeleteHaVipRequest |
build(Map<String,?> map) |
String |
getClientToken() |
String |
getHaVipId() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
DeleteHaVipRequest |
setClientToken(String clientToken) |
DeleteHaVipRequest |
setHaVipId(String haVipId) |
DeleteHaVipRequest |
setOwnerAccount(String ownerAccount) |
DeleteHaVipRequest |
setOwnerId(Long ownerId) |
DeleteHaVipRequest |
setRegionId(String regionId) |
DeleteHaVipRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
DeleteHaVipRequest |
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 value, but you must make sure that it is unique among different requests. The client token can contain only ASCII characters.
example:If you do not set this parameter, the system uses RequestId as ClientToken. The value of RequestId in each API request may be different.
0c593ea1-3bea-11e9-b96b-88e9fe637760
@NameInMap(value="HaVipId") public String haVipId
The ID of the HAVIP that you want to delete.
This parameter is required.
example:havip-2zeo05qre24nhrqpy****
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="RegionId") public String regionId
The ID of the region where the HAVIP is deployed. 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 DeleteHaVipRequest build(Map<String,?> map) throws Exception
Exception
public DeleteHaVipRequest setClientToken(String clientToken)
public String getClientToken()
public DeleteHaVipRequest setHaVipId(String haVipId)
public String getHaVipId()
public DeleteHaVipRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public DeleteHaVipRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DeleteHaVipRequest setRegionId(String regionId)
public String getRegionId()
public DeleteHaVipRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DeleteHaVipRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2024. All rights reserved.