public class DissociateRouteTablesFromVpcGatewayEndpointRequest
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 disassociated from 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.
|
构造器和说明 |
---|
DissociateRouteTablesFromVpcGatewayEndpointRequest() |
@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 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 disassociated from 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 disassociate a gateway endpoint from at most 20 route tables at a time.
This parameter is required.
example:vtb-m5elgtm3aj586iitr****
public DissociateRouteTablesFromVpcGatewayEndpointRequest()
public static DissociateRouteTablesFromVpcGatewayEndpointRequest build(Map<String,?> map) throws Exception
Exception
public DissociateRouteTablesFromVpcGatewayEndpointRequest setClientToken(String clientToken)
public String getClientToken()
public DissociateRouteTablesFromVpcGatewayEndpointRequest setDryRun(Boolean dryRun)
public Boolean getDryRun()
public DissociateRouteTablesFromVpcGatewayEndpointRequest setEndpointId(String endpointId)
public String getEndpointId()
public DissociateRouteTablesFromVpcGatewayEndpointRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public DissociateRouteTablesFromVpcGatewayEndpointRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DissociateRouteTablesFromVpcGatewayEndpointRequest setRegionId(String regionId)
public String getRegionId()
public DissociateRouteTablesFromVpcGatewayEndpointRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DissociateRouteTablesFromVpcGatewayEndpointRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public DissociateRouteTablesFromVpcGatewayEndpointRequest setRouteTableIds(List<String> routeTableIds)
Copyright © 2024. All rights reserved.