public class EnableVpcIpv4GatewayRequest
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 |
ipv4GatewayId
The ID of the IPv4 gateway that you want to activate.
|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The region ID of the IPv4 gateway.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
List<String> |
routeTableList
A list of route tables.
|
构造器和说明 |
---|
EnableVpcIpv4GatewayRequest() |
限定符和类型 | 方法和说明 |
---|---|
static EnableVpcIpv4GatewayRequest |
build(Map<String,?> map) |
String |
getClientToken() |
Boolean |
getDryRun() |
String |
getIpv4GatewayId() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
List<String> |
getRouteTableList() |
EnableVpcIpv4GatewayRequest |
setClientToken(String clientToken) |
EnableVpcIpv4GatewayRequest |
setDryRun(Boolean dryRun) |
EnableVpcIpv4GatewayRequest |
setIpv4GatewayId(String ipv4GatewayId) |
EnableVpcIpv4GatewayRequest |
setOwnerAccount(String ownerAccount) |
EnableVpcIpv4GatewayRequest |
setOwnerId(Long ownerId) |
EnableVpcIpv4GatewayRequest |
setRegionId(String regionId) |
EnableVpcIpv4GatewayRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
EnableVpcIpv4GatewayRequest |
setResourceOwnerId(Long resourceOwnerId) |
EnableVpcIpv4GatewayRequest |
setRouteTableList(List<String> routeTableList) |
@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.
123e4567-e89b-12d3-a456-426655440000
@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="Ipv4GatewayId") public String ipv4GatewayId
The ID of the IPv4 gateway that you want to activate.
This parameter is required.
example:ipv4gw-5tsp9lumsxoqizvq2****
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="RegionId") public String regionId
The region ID of the IPv4 gateway.
You can call the DescribeRegions operation to query the most recent list of regions.
This parameter is required.
example:ap-southeast-6
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
public static EnableVpcIpv4GatewayRequest build(Map<String,?> map) throws Exception
Exception
public EnableVpcIpv4GatewayRequest setClientToken(String clientToken)
public String getClientToken()
public EnableVpcIpv4GatewayRequest setDryRun(Boolean dryRun)
public Boolean getDryRun()
public EnableVpcIpv4GatewayRequest setIpv4GatewayId(String ipv4GatewayId)
public String getIpv4GatewayId()
public EnableVpcIpv4GatewayRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public EnableVpcIpv4GatewayRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public EnableVpcIpv4GatewayRequest setRegionId(String regionId)
public String getRegionId()
public EnableVpcIpv4GatewayRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public EnableVpcIpv4GatewayRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public EnableVpcIpv4GatewayRequest setRouteTableList(List<String> routeTableList)
Copyright © 2024. All rights reserved.