public class DeleteVcoRouteEntryRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
clientToken
The client token that is used to ensure the idempotence of the request.
|
String |
nextHop
The next hop of the destination-based route that you want to delete.
|
String |
overlayMode
The tunneling protocol.
|
String |
ownerAccount |
String |
regionId
The ID of the region where the IPsec-VPN connection is established.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
String |
routeDest
The destination CIDR block of the destination-based route that you want to delete.
|
String |
vpnConnectionId
The ID of the IPsec-VPN attachment.
|
Integer |
weight
The weight of the destination-based route that you want to delete.
|
构造器和说明 |
---|
DeleteVcoRouteEntryRequest() |
限定符和类型 | 方法和说明 |
---|---|
static DeleteVcoRouteEntryRequest |
build(Map<String,?> map) |
String |
getClientToken() |
String |
getNextHop() |
String |
getOverlayMode() |
String |
getOwnerAccount() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
String |
getRouteDest() |
String |
getVpnConnectionId() |
Integer |
getWeight() |
DeleteVcoRouteEntryRequest |
setClientToken(String clientToken) |
DeleteVcoRouteEntryRequest |
setNextHop(String nextHop) |
DeleteVcoRouteEntryRequest |
setOverlayMode(String overlayMode) |
DeleteVcoRouteEntryRequest |
setOwnerAccount(String ownerAccount) |
DeleteVcoRouteEntryRequest |
setRegionId(String regionId) |
DeleteVcoRouteEntryRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
DeleteVcoRouteEntryRequest |
setResourceOwnerId(Long resourceOwnerId) |
DeleteVcoRouteEntryRequest |
setRouteDest(String routeDest) |
DeleteVcoRouteEntryRequest |
setVpnConnectionId(String vpnConnectionId) |
DeleteVcoRouteEntryRequest |
setWeight(Integer weight) |
@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-4266****
@NameInMap(value="NextHop") public String nextHop
The next hop of the destination-based route that you want to delete.
This parameter is required.
example:vco-p0w5112fgnl2ihlmf****
@NameInMap(value="OverlayMode") public String overlayMode
The tunneling protocol. Set the value to Ipsec, which specifies the IPsec tunneling protocol.
example:Ipsec
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="RegionId") public String regionId
The ID of the region where the IPsec-VPN connection is established.
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="RouteDest") public String routeDest
The destination CIDR block of the destination-based route that you want to delete.
This parameter is required.
example:192.168.10.0/24
@NameInMap(value="VpnConnectionId") public String vpnConnectionId
The ID of the IPsec-VPN attachment.
This parameter is required.
example:vco-p0w5112fgnl2ihlmf****
@NameInMap(value="Weight") public Integer weight
The weight of the destination-based route that you want to delete. Valid values:
This parameter is required.
example:100
public static DeleteVcoRouteEntryRequest build(Map<String,?> map) throws Exception
Exception
public DeleteVcoRouteEntryRequest setClientToken(String clientToken)
public String getClientToken()
public DeleteVcoRouteEntryRequest setNextHop(String nextHop)
public String getNextHop()
public DeleteVcoRouteEntryRequest setOverlayMode(String overlayMode)
public String getOverlayMode()
public DeleteVcoRouteEntryRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public DeleteVcoRouteEntryRequest setRegionId(String regionId)
public String getRegionId()
public DeleteVcoRouteEntryRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DeleteVcoRouteEntryRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public DeleteVcoRouteEntryRequest setRouteDest(String routeDest)
public String getRouteDest()
public DeleteVcoRouteEntryRequest setVpnConnectionId(String vpnConnectionId)
public String getVpnConnectionId()
public DeleteVcoRouteEntryRequest setWeight(Integer weight)
public Integer getWeight()
Copyright © 2024. All rights reserved.