public class VpnGatewayRoute extends AbstractModel
Constructor and Description |
---|
VpnGatewayRoute() |
VpnGatewayRoute(VpnGatewayRoute source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getCreateTime()
Get 创建时间
|
String |
getDestinationCidrBlock()
Get 目的端IDC网段
|
String |
getInstanceId()
Get 下一跳实例ID
|
String |
getInstanceType()
Get 下一跳类型(关联实例类型)可选值:"VPNCONN"(VPN通道), "CCN"(CCN实例)
|
Long |
getPriority()
Get 优先级, 可选值: 0, 100
|
String |
getRouteId()
Get 路由条目ID
|
String |
getStatus()
Get 启用状态, 可选值: "ENABLE"(启用), "DISABLE"(禁用)
|
String |
getType()
Get 路由类型, 可选值: "VPC"(VPC路由), "CCN"(云联网传播路由), "Static"(静态路由), "BGP"(BGP路由)
|
String |
getUpdateTime()
Get 更新时间
|
void |
setCreateTime(String CreateTime)
Set 创建时间
|
void |
setDestinationCidrBlock(String DestinationCidrBlock)
Set 目的端IDC网段
|
void |
setInstanceId(String InstanceId)
Set 下一跳实例ID
|
void |
setInstanceType(String InstanceType)
Set 下一跳类型(关联实例类型)可选值:"VPNCONN"(VPN通道), "CCN"(CCN实例)
|
void |
setPriority(Long Priority)
Set 优先级, 可选值: 0, 100
|
void |
setRouteId(String RouteId)
Set 路由条目ID
|
void |
setStatus(String Status)
Set 启用状态, 可选值: "ENABLE"(启用), "DISABLE"(禁用)
|
void |
setType(String Type)
Set 路由类型, 可选值: "VPC"(VPC路由), "CCN"(云联网传播路由), "Static"(静态路由), "BGP"(BGP路由)
|
void |
setUpdateTime(String UpdateTime)
Set 更新时间
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public VpnGatewayRoute()
public VpnGatewayRoute(VpnGatewayRoute source)
public String getDestinationCidrBlock()
public void setDestinationCidrBlock(String DestinationCidrBlock)
DestinationCidrBlock
- 目的端IDC网段public String getInstanceType()
public void setInstanceType(String InstanceType)
InstanceType
- 下一跳类型(关联实例类型)可选值:"VPNCONN"(VPN通道), "CCN"(CCN实例)public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 下一跳实例IDpublic Long getPriority()
public void setPriority(Long Priority)
Priority
- 优先级, 可选值: 0, 100public String getStatus()
public void setStatus(String Status)
Status
- 启用状态, 可选值: "ENABLE"(启用), "DISABLE"(禁用)public String getRouteId()
public void setRouteId(String RouteId)
RouteId
- 路由条目IDpublic String getType()
public void setType(String Type)
Type
- 路由类型, 可选值: "VPC"(VPC路由), "CCN"(云联网传播路由), "Static"(静态路由), "BGP"(BGP路由)public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- 创建时间public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- 更新时间Copyright © 2022. All rights reserved.