public class ReplaceVpcDhcpOptionsSetRequest
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 new DHCP options set.
|
Boolean |
dryRun
Specifies whether to check the request without performing the operation.
|
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 associated VPC.
|
构造器和说明 |
---|
ReplaceVpcDhcpOptionsSetRequest() |
限定符和类型 | 方法和说明 |
---|---|
static ReplaceVpcDhcpOptionsSetRequest |
build(Map<String,?> map) |
String |
getClientToken() |
String |
getDhcpOptionsSetId() |
Boolean |
getDryRun() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
String |
getVpcId() |
ReplaceVpcDhcpOptionsSetRequest |
setClientToken(String clientToken) |
ReplaceVpcDhcpOptionsSetRequest |
setDhcpOptionsSetId(String dhcpOptionsSetId) |
ReplaceVpcDhcpOptionsSetRequest |
setDryRun(Boolean dryRun) |
ReplaceVpcDhcpOptionsSetRequest |
setOwnerAccount(String ownerAccount) |
ReplaceVpcDhcpOptionsSetRequest |
setOwnerId(Long ownerId) |
ReplaceVpcDhcpOptionsSetRequest |
setRegionId(String regionId) |
ReplaceVpcDhcpOptionsSetRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
ReplaceVpcDhcpOptionsSetRequest |
setResourceOwnerId(Long resourceOwnerId) |
ReplaceVpcDhcpOptionsSetRequest |
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 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. RequestId may be different for each API request.
0c593ea1-3bea-11e9-b96b-88e9fe637760
@NameInMap(value="DhcpOptionsSetId") public String dhcpOptionsSetId
The ID of the new DHCP options set.
This parameter is required.
example:dopt-o6w0df4epg9zo8isy****
@NameInMap(value="DryRun") public Boolean dryRun
Specifies whether to check the request without performing the operation. Valid values:
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 associated VPC.
This parameter is required.
example:vpc-dsferghthth****
public static ReplaceVpcDhcpOptionsSetRequest build(Map<String,?> map) throws Exception
Exception
public ReplaceVpcDhcpOptionsSetRequest setClientToken(String clientToken)
public String getClientToken()
public ReplaceVpcDhcpOptionsSetRequest setDhcpOptionsSetId(String dhcpOptionsSetId)
public String getDhcpOptionsSetId()
public ReplaceVpcDhcpOptionsSetRequest setDryRun(Boolean dryRun)
public Boolean getDryRun()
public ReplaceVpcDhcpOptionsSetRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public ReplaceVpcDhcpOptionsSetRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public ReplaceVpcDhcpOptionsSetRequest setRegionId(String regionId)
public String getRegionId()
public ReplaceVpcDhcpOptionsSetRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public ReplaceVpcDhcpOptionsSetRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public ReplaceVpcDhcpOptionsSetRequest setVpcId(String vpcId)
public String getVpcId()
Copyright © 2024. All rights reserved.