public class DeleteDhcpOptionsSetRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
clientToken
The client token that is used to ensure the idempotence of the request.
|
String |
dhcpOptionsSetId
The ID of the DHCP options set to be deleted.
|
Boolean |
dryRun
Specifies whether to perform only a dry run, without performing the actual request.
|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The region of the DHCP options set to be deleted.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
构造器和说明 |
---|
DeleteDhcpOptionsSetRequest() |
限定符和类型 | 方法和说明 |
---|---|
static DeleteDhcpOptionsSetRequest |
build(Map<String,?> map) |
String |
getClientToken() |
String |
getDhcpOptionsSetId() |
Boolean |
getDryRun() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
DeleteDhcpOptionsSetRequest |
setClientToken(String clientToken) |
DeleteDhcpOptionsSetRequest |
setDhcpOptionsSetId(String dhcpOptionsSetId) |
DeleteDhcpOptionsSetRequest |
setDryRun(Boolean dryRun) |
DeleteDhcpOptionsSetRequest |
setOwnerAccount(String ownerAccount) |
DeleteDhcpOptionsSetRequest |
setOwnerId(Long ownerId) |
DeleteDhcpOptionsSetRequest |
setRegionId(String regionId) |
DeleteDhcpOptionsSetRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
DeleteDhcpOptionsSetRequest |
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 client token can contain only ASCII characters.
example:If you do not specify this parameter, the system automatically uses the request ID as the client token. The request ID may be different for each request.
0c593ea1-3bea-11e9-b96b-88e9fe637760
@NameInMap(value="DhcpOptionsSetId") public String dhcpOptionsSetId
The ID of the DHCP options set to be deleted.
This parameter is required.
example:dopt-o6w0df4epg9zo8isy****
@NameInMap(value="DryRun") public Boolean dryRun
Specifies whether to perform only a dry run, without performing the actual request. Valid values:
true: performs only a dry run. The system checks the request for potential issues, including missing parameter values, incorrect request syntax, and service limits. If the request fails the dry run, an error message is returned. If the request passes the dry run, the DryRunOperation
error code is returned.
false (default): performs a dry run and performs the actual request. If the request passes the dry run, a 2xx HTTP status code is returned and the operation is performed.
example:false
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="RegionId") public String regionId
The region of the DHCP options set to be deleted. You can call the DescribeRegions operation to query the most recent region list.
This parameter is required.
example:cn-hangzhou
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
public static DeleteDhcpOptionsSetRequest build(Map<String,?> map) throws Exception
Exception
public DeleteDhcpOptionsSetRequest setClientToken(String clientToken)
public String getClientToken()
public DeleteDhcpOptionsSetRequest setDhcpOptionsSetId(String dhcpOptionsSetId)
public String getDhcpOptionsSetId()
public DeleteDhcpOptionsSetRequest setDryRun(Boolean dryRun)
public Boolean getDryRun()
public DeleteDhcpOptionsSetRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public DeleteDhcpOptionsSetRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DeleteDhcpOptionsSetRequest setRegionId(String regionId)
public String getRegionId()
public DeleteDhcpOptionsSetRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DeleteDhcpOptionsSetRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2024. All rights reserved.