public class DetachDhcpOptionsSetFromVpcRequest
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 disassociated from a VPC.
|
Boolean |
dryRun
Specifies whether to perform only a dry run, without performing the actual request.
|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The region to which the DHCP options set belongs.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
String |
vpcId
The ID of the VPC.
|
构造器和说明 |
---|
DetachDhcpOptionsSetFromVpcRequest() |
限定符和类型 | 方法和说明 |
---|---|
static DetachDhcpOptionsSetFromVpcRequest |
build(Map<String,?> map) |
String |
getClientToken() |
String |
getDhcpOptionsSetId() |
Boolean |
getDryRun() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
String |
getVpcId() |
DetachDhcpOptionsSetFromVpcRequest |
setClientToken(String clientToken) |
DetachDhcpOptionsSetFromVpcRequest |
setDhcpOptionsSetId(String dhcpOptionsSetId) |
DetachDhcpOptionsSetFromVpcRequest |
setDryRun(Boolean dryRun) |
DetachDhcpOptionsSetFromVpcRequest |
setOwnerAccount(String ownerAccount) |
DetachDhcpOptionsSetFromVpcRequest |
setOwnerId(Long ownerId) |
DetachDhcpOptionsSetFromVpcRequest |
setRegionId(String regionId) |
DetachDhcpOptionsSetFromVpcRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
DetachDhcpOptionsSetFromVpcRequest |
setResourceOwnerId(Long resourceOwnerId) |
DetachDhcpOptionsSetFromVpcRequest |
setVpcId(String vpcId) |
@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 disassociated from a VPC.
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 your AccessKey pair, the Resource Access Management (RAM) user permissions, and the required parameters. 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 to which the DHCP options set belongs. 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
@NameInMap(value="VpcId") public String vpcId
The ID of the VPC.
This parameter is required.
example:vpc-dfdgrgthhy****
public static DetachDhcpOptionsSetFromVpcRequest build(Map<String,?> map) throws Exception
Exception
public DetachDhcpOptionsSetFromVpcRequest setClientToken(String clientToken)
public String getClientToken()
public DetachDhcpOptionsSetFromVpcRequest setDhcpOptionsSetId(String dhcpOptionsSetId)
public String getDhcpOptionsSetId()
public DetachDhcpOptionsSetFromVpcRequest setDryRun(Boolean dryRun)
public Boolean getDryRun()
public DetachDhcpOptionsSetFromVpcRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public DetachDhcpOptionsSetFromVpcRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DetachDhcpOptionsSetFromVpcRequest setRegionId(String regionId)
public String getRegionId()
public DetachDhcpOptionsSetFromVpcRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DetachDhcpOptionsSetFromVpcRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public DetachDhcpOptionsSetFromVpcRequest setVpcId(String vpcId)
public String getVpcId()
Copyright © 2024. All rights reserved.