public class AssociateRouteTablesWithVpcGatewayEndpointRequest
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 only a dry run, without performing the actual request.
|
String |
endpointId
The ID of the gateway endpoint to be associated with the route table.
|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The region ID of the gateway endpoint.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
List<String> |
routeTableIds
The ID of the route table.
|
构造器和说明 |
---|
AssociateRouteTablesWithVpcGatewayEndpointRequest() |
@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 a client token. Make sure that a unique client token is used for each request. The token can contain only ASCII characters and cannot exceed 64 characters in length.
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.
5A2CFF0E-5718-45B5-9D4D-70B3FF3898
@NameInMap(value="DryRun") public Boolean dryRun
Specifies whether to perform only a dry run, without performing the actual request. Valid values:
DryRunOperation
error code is returned.false
@NameInMap(value="EndpointId") public String endpointId
The ID of the gateway endpoint to be associated with the route table.
This parameter is required.
example:vpce-m5e371h5clm3uadih****
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="RegionId") public String regionId
The region ID of the gateway endpoint.
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="RouteTableIds") public List<String> routeTableIds
The ID of the route table. Valid values of N are 1 to 20, which specifies that you can associate a gateway endpoint with at most 20 route tables at a time.
This parameter is required.
example:vtb-m5elgtm3aj586iitr****
public AssociateRouteTablesWithVpcGatewayEndpointRequest()
public static AssociateRouteTablesWithVpcGatewayEndpointRequest build(Map<String,?> map) throws Exception
Exception
public AssociateRouteTablesWithVpcGatewayEndpointRequest setClientToken(String clientToken)
public String getClientToken()
public AssociateRouteTablesWithVpcGatewayEndpointRequest setDryRun(Boolean dryRun)
public Boolean getDryRun()
public AssociateRouteTablesWithVpcGatewayEndpointRequest setEndpointId(String endpointId)
public String getEndpointId()
public AssociateRouteTablesWithVpcGatewayEndpointRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public AssociateRouteTablesWithVpcGatewayEndpointRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public AssociateRouteTablesWithVpcGatewayEndpointRequest setRegionId(String regionId)
public String getRegionId()
public AssociateRouteTablesWithVpcGatewayEndpointRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public AssociateRouteTablesWithVpcGatewayEndpointRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public AssociateRouteTablesWithVpcGatewayEndpointRequest setRouteTableIds(List<String> routeTableIds)
Copyright © 2024. All rights reserved.