public class CreateVcoRouteEntryResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Long |
createTime
The timestamp when the destination-based route was created.
|
String |
description
The description of the destination-based route.
|
String |
nextHop
The next hop of the destination-based route.
|
String |
overlayMode
The tunneling protocol.
|
String |
requestId
The request ID.
|
String |
routeDest
The destination CIDR block of the destination-based route.
|
String |
state
The status of the destination-based route.
|
String |
vpnConnectionId
The ID of the IPsec-VPN connection.
|
Integer |
weight
The weight of the destination-based route.
|
构造器和说明 |
---|
CreateVcoRouteEntryResponseBody() |
限定符和类型 | 方法和说明 |
---|---|
static CreateVcoRouteEntryResponseBody |
build(Map<String,?> map) |
Long |
getCreateTime() |
String |
getDescription() |
String |
getNextHop() |
String |
getOverlayMode() |
String |
getRequestId() |
String |
getRouteDest() |
String |
getState() |
String |
getVpnConnectionId() |
Integer |
getWeight() |
CreateVcoRouteEntryResponseBody |
setCreateTime(Long createTime) |
CreateVcoRouteEntryResponseBody |
setDescription(String description) |
CreateVcoRouteEntryResponseBody |
setNextHop(String nextHop) |
CreateVcoRouteEntryResponseBody |
setOverlayMode(String overlayMode) |
CreateVcoRouteEntryResponseBody |
setRequestId(String requestId) |
CreateVcoRouteEntryResponseBody |
setRouteDest(String routeDest) |
CreateVcoRouteEntryResponseBody |
setState(String state) |
CreateVcoRouteEntryResponseBody |
setVpnConnectionId(String vpnConnectionId) |
CreateVcoRouteEntryResponseBody |
setWeight(Integer weight) |
@NameInMap(value="CreateTime") public Long createTime
The timestamp when the destination-based route was created. Unit: milliseconds.
This value is a UNIX timestamp representing the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC.
example:1658387202664
@NameInMap(value="Description") public String description
The description of the destination-based route.
example:desctest
@NameInMap(value="NextHop") public String nextHop
The next hop of the destination-based route.
example:vco-p0w2jpkhi2eeop6q6****
@NameInMap(value="OverlayMode") public String overlayMode
The tunneling protocol.
The value is set to Ipsec, which indicates the IPsec tunneling protocol.
example:Ipsec
@NameInMap(value="RequestId") public String requestId
The request ID.
example:CFC4D13B-E680-3985-95B1-87AA155481DF
@NameInMap(value="RouteDest") public String routeDest
The destination CIDR block of the destination-based route.
example:192.168.10.0/24
@NameInMap(value="State") public String state
The status of the destination-based route.
Only published is returned, which indicates that the current route is published to the transit router.
example:published
@NameInMap(value="VpnConnectionId") public String vpnConnectionId
The ID of the IPsec-VPN connection.
example:vco-p0w2jpkhi2eeop6q6****
@NameInMap(value="Weight") public Integer weight
The weight of the destination-based route. Valid values:
100
public static CreateVcoRouteEntryResponseBody build(Map<String,?> map) throws Exception
Exception
public CreateVcoRouteEntryResponseBody setCreateTime(Long createTime)
public Long getCreateTime()
public CreateVcoRouteEntryResponseBody setDescription(String description)
public String getDescription()
public CreateVcoRouteEntryResponseBody setNextHop(String nextHop)
public String getNextHop()
public CreateVcoRouteEntryResponseBody setOverlayMode(String overlayMode)
public String getOverlayMode()
public CreateVcoRouteEntryResponseBody setRequestId(String requestId)
public String getRequestId()
public CreateVcoRouteEntryResponseBody setRouteDest(String routeDest)
public String getRouteDest()
public CreateVcoRouteEntryResponseBody setState(String state)
public String getState()
public CreateVcoRouteEntryResponseBody setVpnConnectionId(String vpnConnectionId)
public String getVpnConnectionId()
public CreateVcoRouteEntryResponseBody setWeight(Integer weight)
public Integer getWeight()
Copyright © 2024. All rights reserved.