public class CreateVpnPbrRouteEntryResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Long |
createTime
The time when the policy-based route was created.
|
String |
description
The description of the policy-based route.
|
String |
nextHop
The next hop of the policy-based route.
|
String |
overlayMode
The tunneling protocol.
|
Integer |
priority
The priority of the policy-based route.
|
String |
requestId
The request ID.
|
String |
routeDest
The destination CIDR block of the policy-based route.
|
String |
routeSource
The source CIDR block of the policy-based route.
|
String |
state
The status of the policy-based route.
|
String |
vpnInstanceId
The VPN gateway ID.
|
Integer |
weight
The weight of the policy-based route.
|
构造器和说明 |
---|
CreateVpnPbrRouteEntryResponseBody() |
@NameInMap(value="CreateTime") public Long createTime
The time when the policy-based route was created.
This value is a UNIX timestamp representing the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC.
example:1492747187000
@NameInMap(value="Description") public String description
The description of the policy-based route.
example:desctest
@NameInMap(value="NextHop") public String nextHop
The next hop of the policy-based route.
example:vco-bp15oes1py4i66rmd****
@NameInMap(value="OverlayMode") public String overlayMode
The tunneling protocol. The value is Ipsec.
example:Ipsec
@NameInMap(value="Priority") public Integer priority
The priority of the policy-based route.
example:10
@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 policy-based route.
example:10.0.0.0/24
@NameInMap(value="RouteSource") public String routeSource
The source CIDR block of the policy-based route.
example:192.168.1.0/24
@NameInMap(value="State") public String state
The status of the policy-based route. Valid values:
normal
@NameInMap(value="VpnInstanceId") public String vpnInstanceId
The VPN gateway ID.
example:vpn-bp1cmw7jh1nfe43m9****
@NameInMap(value="Weight") public Integer weight
The weight of the policy-based route. Valid values:
0
public static CreateVpnPbrRouteEntryResponseBody build(Map<String,?> map) throws Exception
Exception
public CreateVpnPbrRouteEntryResponseBody setCreateTime(Long createTime)
public Long getCreateTime()
public CreateVpnPbrRouteEntryResponseBody setDescription(String description)
public String getDescription()
public CreateVpnPbrRouteEntryResponseBody setNextHop(String nextHop)
public String getNextHop()
public CreateVpnPbrRouteEntryResponseBody setOverlayMode(String overlayMode)
public String getOverlayMode()
public CreateVpnPbrRouteEntryResponseBody setPriority(Integer priority)
public Integer getPriority()
public CreateVpnPbrRouteEntryResponseBody setRequestId(String requestId)
public String getRequestId()
public CreateVpnPbrRouteEntryResponseBody setRouteDest(String routeDest)
public String getRouteDest()
public CreateVpnPbrRouteEntryResponseBody setRouteSource(String routeSource)
public String getRouteSource()
public CreateVpnPbrRouteEntryResponseBody setState(String state)
public String getState()
public CreateVpnPbrRouteEntryResponseBody setVpnInstanceId(String vpnInstanceId)
public String getVpnInstanceId()
public CreateVpnPbrRouteEntryResponseBody setWeight(Integer weight)
public Integer getWeight()
Copyright © 2024. All rights reserved.