public class DeletePublicIpAddressPoolRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
clientToken
The client token that is used to ensure the idempotence of the request.
|
Boolean |
dryRun
Specifies whether to perform a dry run, without performing the actual request.
|
String |
ownerAccount |
Long |
ownerId |
String |
publicIpAddressPoolId
The ID of the IP address pool.
|
String |
regionId
The ID of the region where you want to create the IP address pool.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
构造器和说明 |
---|
DeletePublicIpAddressPoolRequest() |
限定符和类型 | 方法和说明 |
---|---|
static DeletePublicIpAddressPoolRequest |
build(Map<String,?> map) |
String |
getClientToken() |
Boolean |
getDryRun() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getPublicIpAddressPoolId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
DeletePublicIpAddressPoolRequest |
setClientToken(String clientToken) |
DeletePublicIpAddressPoolRequest |
setDryRun(Boolean dryRun) |
DeletePublicIpAddressPoolRequest |
setOwnerAccount(String ownerAccount) |
DeletePublicIpAddressPoolRequest |
setOwnerId(Long ownerId) |
DeletePublicIpAddressPoolRequest |
setPublicIpAddressPoolId(String publicIpAddressPoolId) |
DeletePublicIpAddressPoolRequest |
setRegionId(String regionId) |
DeletePublicIpAddressPoolRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
DeletePublicIpAddressPoolRequest |
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.
example:0c593ea1-3bea-11e9-b96b-88e9fe60000
@NameInMap(value="DryRun") public Boolean dryRun
Specifies whether to perform a dry run, without performing the actual request. Valid values:
DryRunOperation
error code is returned.false
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="PublicIpAddressPoolId") public String publicIpAddressPoolId
The ID of the IP address pool.
This parameter is required.
example:pippool-6wetvn6fumkgycssx****
@NameInMap(value="RegionId") public String regionId
The ID of the region where you want to create the IP address pool.
This parameter is required.
example:cn-chengdu
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
public static DeletePublicIpAddressPoolRequest build(Map<String,?> map) throws Exception
Exception
public DeletePublicIpAddressPoolRequest setClientToken(String clientToken)
public String getClientToken()
public DeletePublicIpAddressPoolRequest setDryRun(Boolean dryRun)
public Boolean getDryRun()
public DeletePublicIpAddressPoolRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public DeletePublicIpAddressPoolRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DeletePublicIpAddressPoolRequest setPublicIpAddressPoolId(String publicIpAddressPoolId)
public String getPublicIpAddressPoolId()
public DeletePublicIpAddressPoolRequest setRegionId(String regionId)
public String getRegionId()
public DeletePublicIpAddressPoolRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DeletePublicIpAddressPoolRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2024. All rights reserved.