public class CreateVpnRouteEntryResponseBody
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 |
vpnInstanceId
The ID of the VPN gateway.
|
Integer |
weight
The weight of the destination-based route.
|
构造器和说明 |
---|
CreateVpnRouteEntryResponseBody() |
限定符和类型 | 方法和说明 |
---|---|
static CreateVpnRouteEntryResponseBody |
build(Map<String,?> map) |
Long |
getCreateTime() |
String |
getDescription() |
String |
getNextHop() |
String |
getOverlayMode() |
String |
getRequestId() |
String |
getRouteDest() |
String |
getState() |
String |
getVpnInstanceId() |
Integer |
getWeight() |
CreateVpnRouteEntryResponseBody |
setCreateTime(Long createTime) |
CreateVpnRouteEntryResponseBody |
setDescription(String description) |
CreateVpnRouteEntryResponseBody |
setNextHop(String nextHop) |
CreateVpnRouteEntryResponseBody |
setOverlayMode(String overlayMode) |
CreateVpnRouteEntryResponseBody |
setRequestId(String requestId) |
CreateVpnRouteEntryResponseBody |
setRouteDest(String routeDest) |
CreateVpnRouteEntryResponseBody |
setState(String state) |
CreateVpnRouteEntryResponseBody |
setVpnInstanceId(String vpnInstanceId) |
CreateVpnRouteEntryResponseBody |
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 the epoch time January 1, 1970, 00:00:00 UTC.
example:1492747187000
@NameInMap(value="Description") public String description
The description of the destination-based route.
example:mytest
@NameInMap(value="NextHop") public String nextHop
The next hop of the destination-based route.
example:vco-bp15oes1py4i66rmd****
@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:5BE01CD7-5A50-472D-AC14-CA181C5C03BE
@NameInMap(value="RouteDest") public String routeDest
The destination CIDR block of the destination-based route.
example:10.0.0.0/24
@NameInMap(value="State") public String state
The status of the destination-based route.
published
@NameInMap(value="VpnInstanceId") public String vpnInstanceId
The ID of the VPN gateway.
example:vpn-bp1a3kqjiiq9legfx****
@NameInMap(value="Weight") public Integer weight
The weight of the destination-based route. Valid values:
0
public static CreateVpnRouteEntryResponseBody build(Map<String,?> map) throws Exception
Exception
public CreateVpnRouteEntryResponseBody setCreateTime(Long createTime)
public Long getCreateTime()
public CreateVpnRouteEntryResponseBody setDescription(String description)
public String getDescription()
public CreateVpnRouteEntryResponseBody setNextHop(String nextHop)
public String getNextHop()
public CreateVpnRouteEntryResponseBody setOverlayMode(String overlayMode)
public String getOverlayMode()
public CreateVpnRouteEntryResponseBody setRequestId(String requestId)
public String getRequestId()
public CreateVpnRouteEntryResponseBody setRouteDest(String routeDest)
public String getRouteDest()
public CreateVpnRouteEntryResponseBody setState(String state)
public String getState()
public CreateVpnRouteEntryResponseBody setVpnInstanceId(String vpnInstanceId)
public String getVpnInstanceId()
public CreateVpnRouteEntryResponseBody setWeight(Integer weight)
public Integer getWeight()
Copyright © 2024. All rights reserved.