public class UnassociateRouteTableRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
clientToken
The client token that is used to ensure the idempotence of the request.
|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The region ID of the virtual private cloud (VPC) to which the custom route table belongs.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
String |
routeTableId
The ID of the route table.
|
String |
vSwitchId
The ID of the vSwitch from which you want to disassociate the route table.
|
构造器和说明 |
---|
UnassociateRouteTableRequest() |
限定符和类型 | 方法和说明 |
---|---|
static UnassociateRouteTableRequest |
build(Map<String,?> map) |
String |
getClientToken() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
String |
getRouteTableId() |
String |
getVSwitchId() |
UnassociateRouteTableRequest |
setClientToken(String clientToken) |
UnassociateRouteTableRequest |
setOwnerAccount(String ownerAccount) |
UnassociateRouteTableRequest |
setOwnerId(Long ownerId) |
UnassociateRouteTableRequest |
setRegionId(String regionId) |
UnassociateRouteTableRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
UnassociateRouteTableRequest |
setResourceOwnerId(Long resourceOwnerId) |
UnassociateRouteTableRequest |
setRouteTableId(String routeTableId) |
UnassociateRouteTableRequest |
setVSwitchId(String vSwitchId) |
@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.
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.
02fb3da4-130e-11e9-8e44-0016e04115b
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="RegionId") public String regionId
The region ID of the virtual private cloud (VPC) to which the custom route table 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="RouteTableId") public String routeTableId
The ID of the route table.
This parameter is required.
example:vtb-bp145q7glnuzdvzu2****
@NameInMap(value="VSwitchId") public String vSwitchId
The ID of the vSwitch from which you want to disassociate the route table.
This parameter is required.
example:vsw-25naue4****
public static UnassociateRouteTableRequest build(Map<String,?> map) throws Exception
Exception
public UnassociateRouteTableRequest setClientToken(String clientToken)
public String getClientToken()
public UnassociateRouteTableRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public UnassociateRouteTableRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public UnassociateRouteTableRequest setRegionId(String regionId)
public String getRegionId()
public UnassociateRouteTableRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public UnassociateRouteTableRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public UnassociateRouteTableRequest setRouteTableId(String routeTableId)
public String getRouteTableId()
public UnassociateRouteTableRequest setVSwitchId(String vSwitchId)
public String getVSwitchId()
Copyright © 2024. All rights reserved.